X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=mkdocs.yml;h=cee2c5fbddd1c00096cd200df3e5f683a44b5359;hb=707a1d237ad497dc85a15182c2cc44ec46c405dd;hp=d03bc1496c7907db04110597010bc6cf6b594214;hpb=8b5b7dcc831a0ff1c660a0c0bca5d3cec376a5fc;p=github%2Fshaarli%2FShaarli.git diff --git a/mkdocs.yml b/mkdocs.yml index d03bc149..cee2c5fb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,10 +2,15 @@ site_name: Shaarli Documentation repo_url: https://github.com/shaarli/Shaarli edit_uri: edit/master/doc/md site_description: The personal, minimalist, super-fast, database free, bookmarking service -theme: readthedocs +theme: + name: readthedocs + custom_dir: doc/custom_theme/ docs_dir: doc/md site_dir: doc/html -strict: true +# Disable strict mode until ReadTheDocs provides up-to-date MkDocs settings: +# - https://github.com/shaarli/Shaarli/issues/1179 +# - https://github.com/rtfd/readthedocs.org/issues/4314 +# strict: true pages: - Home: index.md @@ -27,9 +32,10 @@ pages: - RSS feeds: RSS-feeds.md - REST API: REST-API.md - Community & Related software: Community-&-Related-software.md -- How To: - - Backup, restore, import and export: Backup,-restore,-import-and-export.md - - Various hacks: Various-hacks.md +- Guides: + - Install Shaarli on Debian 9 with Docker: guides/install-shaarli-with-debian9-and-docker.md + - Backup, restore, import and export: guides/backup-restore-import-export.md + - Various hacks: guides/various-hacks.md - Development: - Development guidelines: Development-guidelines.md - Continuous integration tools: Continuous-integration-tools.md @@ -45,6 +51,5 @@ pages: - Translations: Translations.md - Theming: Theming.md - Unit tests: Unit-tests.md - - Unit tests inside Docker: Unit-tests-Docker.md - FAQ: FAQ.md - Troubleshooting: Troubleshooting.md