aboutsummaryrefslogtreecommitdiffhomepage
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml22
1 files changed, 14 insertions, 8 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 443c3a08..248fdbfe 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,16 +2,21 @@ site_name: Shaarli Documentation
2repo_url: https://github.com/shaarli/Shaarli 2repo_url: https://github.com/shaarli/Shaarli
3edit_uri: edit/master/doc/md 3edit_uri: edit/master/doc/md
4site_description: The personal, minimalist, super-fast, database free, bookmarking service 4site_description: The personal, minimalist, super-fast, database free, bookmarking service
5theme: readthedocs 5theme:
6 name: readthedocs
7 custom_dir: doc/custom_theme/
6docs_dir: doc/md 8docs_dir: doc/md
7site_dir: doc/html 9site_dir: doc/html
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
8 14
9pages: 15pages:
10- Home: index.md 16- Home: index.md
11- Setup: 17- Setup:
12 - Download and Installation: Download-and-Installation.md 18 - Download and Installation: Download-and-Installation.md
13 - Upgrade and migration: Upgrade-and-migration.md 19 - Upgrade and migration: Upgrade-and-migration.md
14 - Server requirements: Server-requirements.md
15 - Server configuration: Server-configuration.md 20 - Server configuration: Server-configuration.md
16 - Server security: Server-security.md 21 - Server security: Server-security.md
17 - Shaarli configuration: Shaarli-configuration.md 22 - Shaarli configuration: Shaarli-configuration.md
@@ -22,20 +27,21 @@ pages:
22 - Reverse proxy configuration: docker/reverse-proxy-configuration.md 27 - Reverse proxy configuration: docker/reverse-proxy-configuration.md
23 - Docker resources: docker/resources.md 28 - Docker resources: docker/resources.md
24- Usage: 29- Usage:
25 - Bookmarklet: Bookmarklet.md
26 - Browsing and searching: Browsing-and-searching.md 30 - Browsing and searching: Browsing-and-searching.md
27 - Firefox share: Firefox-share.md 31 - Sharing content: Sharing-content.md
28 - RSS feeds: RSS-feeds.md 32 - RSS feeds: RSS-feeds.md
29 - REST API: REST-API.md 33 - REST API: REST-API.md
30 - Community & Related software: Community-&-Related-software.md 34 - Community & Related software: Community-&-Related-software.md
31- How To: 35- Guides:
32 - 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
33 - Various hacks: Various-hacks.md 37 - Backup, restore, import and export: guides/backup-restore-import-export.md
38 - Various hacks: guides/various-hacks.md
34- Development: 39- Development:
35 - Development guidelines: Development-guidelines.md 40 - Development guidelines: Development-guidelines.md
36 - Continuous integration tools: Continuous-integration-tools.md 41 - Continuous integration tools: Continuous-integration-tools.md
37 - GnuPG signature: GnuPG-signature.md 42 - GnuPG signature: GnuPG-signature.md
38 - Directory structure: Directory-structure.md 43 - Directory structure: Directory-structure.md
44 - Link Structure: Link-structure.md
39 - 3rd party libraries: 3rd-party-libraries.md 45 - 3rd party libraries: 3rd-party-libraries.md
40 - Plugin System: Plugin-System.md 46 - Plugin System: Plugin-System.md
41 - Release Shaarli: Release-Shaarli.md 47 - Release Shaarli: Release-Shaarli.md