aboutsummaryrefslogtreecommitdiffhomepage
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index a1226e8f..248fdbfe 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,10 +2,15 @@ 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
8strict: 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
10pages: 15pages:
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