]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - mkdocs.yml
Merge pull request #1168 from virtualtam/docker/compose
[github/shaarli/Shaarli.git] / mkdocs.yml
index 7f6ce25513524f6bd56f7d85b351889723f2d40d..ae38459bfd9a5d0dcfe5da72559662cb56973987 100644 (file)
@@ -5,7 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki
 theme: readthedocs
 docs_dir: doc/md
 site_dir: doc/html
-strict: true
+# Disable strict mode until ReadTheDocs provides up-to-date MkDocs settings:
+# - https://github.com/shaarli/Shaarli/issues/1179
+# - https://github.com/rtfd/readthedocs.org/issues/4314
+# strict: true
 
 pages:
 - Home: index.md
@@ -28,6 +31,7 @@ pages:
     - REST API: REST-API.md
     - Community & Related software: Community-&-Related-software.md
 - Guides:
+    - Install Shaarli on Debian 9 with Docker: guides/install-shaarli-with-debian9-and-docker.md
     - Backup, restore, import and export: guides/backup-restore-import-export.md
     - Various hacks: guides/various-hacks.md
 - Development: