diff options
author | nodiscc <nodiscc@gmail.com> | 2018-04-20 23:16:59 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2018-06-17 18:56:00 +0200 |
commit | bdfb967ca2f9d75791a2da2bb189d63df33638cc (patch) | |
tree | 877d38339e2648e18390bf6cd1deeaa8c42c6185 /mkdocs.yml | |
parent | 26b0b2022870a540c1a6d54e949c4bdc1486daed (diff) | |
download | Shaarli-bdfb967ca2f9d75791a2da2bb189d63df33638cc.tar.gz Shaarli-bdfb967ca2f9d75791a2da2bb189d63df33638cc.tar.zst Shaarli-bdfb967ca2f9d75791a2da2bb189d63df33638cc.zip |
Improve documentation (#598, #1105)
* rework/simplify server configuration/requirements pages (consolidate/simplify SSL/TLS/apache configuration)
* update index.md introduction
* remove external images (badges)
* Fix COPYING link and documentation links
* Update features list
* dedpulicate information
* remove server-requirements.md and move relevant doc to other files
* TODO: rework nginx configuration (single configuration example, with commented out blocks for special cases)
* TODO: consolidate download/install/configuration pages
* remove blank lighttpd configuration section
* remove Required? column for composer packages, all libraries are mandatory
* php 7.2 compatibilty
* clarify that certbot binary and paths may vary depending on install method
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ pages: | |||
11 | - Setup: | 11 | - Setup: |
12 | - Download and Installation: Download-and-Installation.md | 12 | - Download and Installation: Download-and-Installation.md |
13 | - Upgrade and migration: Upgrade-and-migration.md | 13 | - Upgrade and migration: Upgrade-and-migration.md |
14 | - Server requirements: Server-requirements.md | ||
15 | - Server configuration: Server-configuration.md | 14 | - Server configuration: Server-configuration.md |
16 | - Server security: Server-security.md | 15 | - Server security: Server-security.md |
17 | - Shaarli configuration: Shaarli-configuration.md | 16 | - Shaarli configuration: Shaarli-configuration.md |