summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--docs/faq.md2
-rw-r--r--mkdocs.yml10
-rw-r--r--old-docs/updateInterval/README.md0
4 files changed, 11 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 89b9ac989..44cf6f335 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ js/*.xml
.rvm
*.clover
.phpunit.result.cache
+site/
# python
PKG-INFO
diff --git a/docs/faq.md b/docs/faq.md
index 4acb37e43..fc219dde2 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -1,4 +1,4 @@
-## FAQ
+# FAQ
### My browser shows a mixed content warning (Connection is Not Secure)
If you are serving your Nextcloud over HTTPS your browser will very likely warn you with a yellow warnings sign about your connection not being secure.
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
diff --git a/old-docs/updateInterval/README.md b/old-docs/updateInterval/README.md
deleted file mode 100644
index e69de29bb..000000000
--- a/old-docs/updateInterval/README.md
+++ /dev/null