diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -5,7 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki | |||
5 | theme: readthedocs | 5 | theme: readthedocs |
6 | docs_dir: doc/md | 6 | docs_dir: doc/md |
7 | site_dir: doc/html | 7 | site_dir: doc/html |
8 | strict: 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 | ||
10 | pages: | 13 | pages: |
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 |