summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 27c36861c..1e166aa85 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,15 @@ edit_uri: blob/master/documentation/
nav:
- index.md
+ - install.md
+ - faq.md
+ - features/update_interval.md
- api/api-v1.md
- api/api-v2.md
-theme: readthedocs \ No newline at end of file
+theme:
+ name: material
+
+# extra:
+# version:
+# provider: mike \ No newline at end of file