X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=mkdocs.yml;h=941fce3aad1ad0f6a779d2789ce666419a4029c6;hb=62f5a7581380da7885025498de10e9a20c45b358;hp=443c3a08d4059e0dc0c10757da49290d6bed3a89;hpb=3d4c1b8af21a4bcb833b75d6a913a624e1e4e45b;p=github%2Fshaarli%2FShaarli.git diff --git a/mkdocs.yml b/mkdocs.yml index 443c3a08..941fce3a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,13 +5,16 @@ 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 - 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 @@ -22,20 +25,21 @@ pages: - Reverse proxy configuration: docker/reverse-proxy-configuration.md - Docker resources: docker/resources.md - Usage: - - Bookmarklet: Bookmarklet.md - Browsing and searching: Browsing-and-searching.md - - Firefox share: Firefox-share.md - - RSS feeds: RSS-feeds.md + - Sharing content: Sharing-content.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 - GnuPG signature: GnuPG-signature.md - Directory structure: Directory-structure.md + - Link Structure: Link-structure.md - 3rd party libraries: 3rd-party-libraries.md - Plugin System: Plugin-System.md - Release Shaarli: Release-Shaarli.md