diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -2,10 +2,15 @@ site_name: Shaarli Documentation | |||
2 | repo_url: https://github.com/shaarli/Shaarli | 2 | repo_url: https://github.com/shaarli/Shaarli |
3 | edit_uri: edit/master/doc/md | 3 | edit_uri: edit/master/doc/md |
4 | site_description: The personal, minimalist, super-fast, database free, bookmarking service | 4 | site_description: The personal, minimalist, super-fast, database free, bookmarking service |
5 | theme: readthedocs | 5 | theme: |
6 | name: readthedocs | ||
7 | custom_dir: doc/custom_theme/ | ||
6 | docs_dir: doc/md | 8 | docs_dir: doc/md |
7 | site_dir: doc/html | 9 | site_dir: doc/html |
8 | strict: true | 10 | # Disable strict mode until ReadTheDocs provides up-to-date MkDocs settings: |
11 | # - https://github.com/shaarli/Shaarli/issues/1179 | ||
12 | # - https://github.com/rtfd/readthedocs.org/issues/4314 | ||
13 | # strict: true | ||
9 | 14 | ||
10 | pages: | 15 | pages: |
11 | - Home: index.md | 16 | - Home: index.md |
@@ -27,14 +32,16 @@ pages: | |||
27 | - RSS feeds: RSS-feeds.md | 32 | - RSS feeds: RSS-feeds.md |
28 | - REST API: REST-API.md | 33 | - REST API: REST-API.md |
29 | - Community & Related software: Community-&-Related-software.md | 34 | - Community & Related software: Community-&-Related-software.md |
30 | - How To: | 35 | - Guides: |
31 | - Backup, restore, import and export: Backup,-restore,-import-and-export.md | 36 | - Install Shaarli on Debian 9 with Docker: guides/install-shaarli-with-debian9-and-docker.md |
32 | - Various hacks: Various-hacks.md | 37 | - Backup, restore, import and export: guides/backup-restore-import-export.md |
38 | - Various hacks: guides/various-hacks.md | ||
33 | - Development: | 39 | - Development: |
34 | - Development guidelines: Development-guidelines.md | 40 | - Development guidelines: Development-guidelines.md |
35 | - Continuous integration tools: Continuous-integration-tools.md | 41 | - Continuous integration tools: Continuous-integration-tools.md |
36 | - GnuPG signature: GnuPG-signature.md | 42 | - GnuPG signature: GnuPG-signature.md |
37 | - Directory structure: Directory-structure.md | 43 | - Directory structure: Directory-structure.md |
44 | - Link Structure: Link-structure.md | ||
38 | - 3rd party libraries: 3rd-party-libraries.md | 45 | - 3rd party libraries: 3rd-party-libraries.md |
39 | - Plugin System: Plugin-System.md | 46 | - Plugin System: Plugin-System.md |
40 | - Release Shaarli: Release-Shaarli.md | 47 | - Release Shaarli: Release-Shaarli.md |