From 87a2831b83e744bb98c1a974c9134f44156e9d84 Mon Sep 17 00:00:00 2001 From: David Rosa Date: Thu, 21 Nov 2019 17:07:17 -0800 Subject: [PATCH] docs: Split maintain-secure-upgrade into dedicated docs. * Moves "Management commands" to a top-level section. * Moves "Scalability" as a subsection at the bottom of "Requirements". * Moves "Monitoring" as a subsections at the bottom of "Troubleshooting". * Replaces "API and your Zulip URL" with a link to REST API docs. This documentation text has been irrelevant for some time. * Removes maintain-secure-upgrade from the TOC but the file remains to avoid breaking old links from release blog posts and emails. --- docs/_templates/layout.html | 2 +- docs/production/export-and-import.md | 2 +- docs/production/index.rst | 2 +- docs/production/install.md | 2 +- docs/production/maintain-secure-upgrade.md | 301 +------------------- docs/production/management-commands.md | 118 ++++++++ docs/production/requirements.md | 77 ++++- docs/production/settings.md | 2 +- docs/production/troubleshooting.md | 64 ++++- templates/zerver/help/import-from-gitter.md | 2 +- 10 files changed, 276 insertions(+), 296 deletions(-) create mode 100644 docs/production/management-commands.md diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index b13512162c..13e996930e 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -5,7 +5,7 @@ # version e.g. to say that something is likely to have changed. # For more info see: https://www.sphinx-doc.org/en/master/templating.html --> - {% if (pagename == "production/email-gateway" or pagename == "production/upgrade-or-modify") and release.endswith('+git') %} + {% if (pagename == "production/management-commands" or pagename == "production/email-gateway" or pagename == "production/upgrade-or-modify") and release.endswith('+git') %}