summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 949537b8f104b2612dc8254f1ee771262eb8e330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: Nextcloud News App
site_url: https://nextcloud.github.io/news/
site_description: Documentation for the Nextcloud News App
site_author: Nextcloud News Team
repo_url: https://github.com/nextcloud/news
edit_uri: blob/master/documentation/

nav:
  - index.md
  - install.md
  - clients.md
  - admin.md
  - developer.md
  - faq.md
  - Features:
    - Custom CSS: features/customCSS.md
    - Plugins: features/plugins.md
    - Themes: features/themes.md
  - REST API:
    - API v1.2: api/api-v1-2.md
    - API v1.3: api/api-v1-3.md
    - API v2: api/api-v2.md
  - maintenance.md

theme:
  name: material
  logo: assets/logo.svg
  favicon: assets/favicon.png
  font: false
  features:
    - navigation.indexes
    - navigation.tracking
    - navigation.instant
    - navigation.expand
    - navigation.sections


# extra:
#   version:
#     provider: mike