X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=mkdocs.yml;h=ae38459bfd9a5d0dcfe5da72559662cb56973987;hb=8fdd65b88412a0db28c723a486650c434fe5668c;hp=f7828611ab8fec39f6c859fb7268fa3b51cc7312;hpb=bdfb967ca2f9d75791a2da2bb189d63df33638cc;p=github%2Fshaarli%2FShaarli.git diff --git a/mkdocs.yml b/mkdocs.yml index f7828611..ae38459b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,6 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki theme: readthedocs docs_dir: doc/md site_dir: doc/html +# 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 @@ -23,12 +27,13 @@ pages: - Usage: - Browsing and searching: Browsing-and-searching.md - Sharing content: Sharing-content.md - - RSS feeds: RSS-feeds.md + - 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