]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - mkdocs.yml
Merge pull request #1185 from alemairebe/master
[github/shaarli/Shaarli.git] / mkdocs.yml
index 443c3a08d4059e0dc0c10757da49290d6bed3a89..76e0efba9e2e13a8ea55f9b2da92afa6816e5a82 100644 (file)
@@ -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,10 +25,9 @@ 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: