summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 000000000..5773ea5d2
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,35 @@
+site_name: Nextcloud News App
+repo_url: https://github.com/nextcloud/news
+edit_uri: blob/master/documentation/
+
+nav:
+ - index.md
+ - install.md
+ - clients.md
+ - admin.md
+ - faq.md
+ - Features:
+ - Custom CSS: features/customCSS.md
+ - Plugins: features/plugins.md
+ - Themes: features/themes.md
+ - REST API:
+ - API v1: api/api-v1.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