aboutsummaryrefslogtreecommitdiffhomepage
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml18
1 files changed, 11 insertions, 7 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 443c3a08..941fce3a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,13 +5,16 @@ 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
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
8 12
9pages: 13pages:
10- Home: index.md 14- Home: index.md
11- Setup: 15- Setup:
12 - Download and Installation: Download-and-Installation.md 16 - Download and Installation: Download-and-Installation.md
13 - Upgrade and migration: Upgrade-and-migration.md 17 - Upgrade and migration: Upgrade-and-migration.md
14 - Server requirements: Server-requirements.md
15 - Server configuration: Server-configuration.md 18 - Server configuration: Server-configuration.md
16 - Server security: Server-security.md 19 - Server security: Server-security.md
17 - Shaarli configuration: Shaarli-configuration.md 20 - Shaarli configuration: Shaarli-configuration.md
@@ -22,20 +25,21 @@ pages:
22 - Reverse proxy configuration: docker/reverse-proxy-configuration.md 25 - Reverse proxy configuration: docker/reverse-proxy-configuration.md
23 - Docker resources: docker/resources.md 26 - Docker resources: docker/resources.md
24- Usage: 27- Usage:
25 - Bookmarklet: Bookmarklet.md
26 - Browsing and searching: Browsing-and-searching.md 28 - Browsing and searching: Browsing-and-searching.md
27 - Firefox share: Firefox-share.md 29 - Sharing content: Sharing-content.md
28 - RSS feeds: RSS-feeds.md 30 - RSS feeds: RSS-feeds.md
29 - REST API: REST-API.md 31 - REST API: REST-API.md
30 - Community & Related software: Community-&-Related-software.md 32 - Community & Related software: Community-&-Related-software.md
31- How To: 33- Guides:
32 - 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
33 - Various hacks: Various-hacks.md 35 - Backup, restore, import and export: guides/backup-restore-import-export.md
36 - Various hacks: guides/various-hacks.md
34- Development: 37- Development:
35 - Development guidelines: Development-guidelines.md 38 - Development guidelines: Development-guidelines.md
36 - Continuous integration tools: Continuous-integration-tools.md 39 - Continuous integration tools: Continuous-integration-tools.md
37 - GnuPG signature: GnuPG-signature.md 40 - GnuPG signature: GnuPG-signature.md
38 - Directory structure: Directory-structure.md 41 - Directory structure: Directory-structure.md
42 - Link Structure: Link-structure.md
39 - 3rd party libraries: 3rd-party-libraries.md 43 - 3rd party libraries: 3rd-party-libraries.md
40 - Plugin System: Plugin-System.md 44 - Plugin System: Plugin-System.md
41 - Release Shaarli: Release-Shaarli.md 45 - Release Shaarli: Release-Shaarli.md