aboutsummaryrefslogtreecommitdiffhomepage
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index d03bc149..941fce3a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,7 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki
5theme: readthedocs 5theme: readthedocs
6docs_dir: doc/md 6docs_dir: doc/md
7site_dir: doc/html 7site_dir: doc/html
8strict: true 8# Disable strict mode until ReadTheDocs provides up-to-date MkDocs settings:
9# - https://github.com/shaarli/Shaarli/issues/1179
10# - https://github.com/rtfd/readthedocs.org/issues/4314
11# strict: true
9 12
10pages: 13pages:
11- Home: index.md 14- Home: index.md
@@ -27,9 +30,10 @@ pages:
27 - RSS feeds: RSS-feeds.md 30 - RSS feeds: RSS-feeds.md
28 - REST API: REST-API.md 31 - REST API: REST-API.md
29 - Community & Related software: Community-&-Related-software.md 32 - Community & Related software: Community-&-Related-software.md
30- How To: 33- Guides:
31 - Backup, restore, import and export: Backup,-restore,-import-and-export.md 34 - Install Shaarli on Debian 9 with Docker: guides/install-shaarli-with-debian9-and-docker.md
32 - Various hacks: Various-hacks.md 35 - Backup, restore, import and export: guides/backup-restore-import-export.md
36 - Various hacks: guides/various-hacks.md
33- Development: 37- Development:
34 - Development guidelines: Development-guidelines.md 38 - Development guidelines: Development-guidelines.md
35 - Continuous integration tools: Continuous-integration-tools.md 39 - Continuous integration tools: Continuous-integration-tools.md