X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=mkdocs.yml;h=c66d164b854c3cd167d00925917224662f5ed621;hb=a0c34a49765ecc2559ac51b62966b9785ff3a5a3;hp=8ba25540eb4f70b116f69e6bd7de20212067b5e9;hpb=3c0e27eec72f7bb00aea81540f978c4b4a1ac87f;p=github%2Fshaarli%2FShaarli.git diff --git a/mkdocs.yml b/mkdocs.yml index 8ba25540..c66d164b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,13 +5,13 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki theme: readthedocs docs_dir: doc/md site_dir: doc/html +strict: true pages: - Home: index.md - Setup: - Download and Installation: Download-and-Installation.md - Upgrade and migration: Upgrade-and-migration.md - - Server requirements: Server-requirements.md - Server configuration: Server-configuration.md - Server security: Server-security.md - Shaarli configuration: Shaarli-configuration.md @@ -24,12 +24,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