From af4d7b4b52c5af46bc9cb9f61d88c0d9ecf2fc4f Mon Sep 17 00:00:00 2001 From: David Rosa Date: Mon, 14 Oct 2019 12:40:48 -0700 Subject: [PATCH] docs: Merge "Upgrading" with modifying-zulip. Merges the "Upgrades" section from production/maintain-secure-upgrade.md with production/modifying-zulip.md. Contains significant textual changes by tabbott to read more clearly. --- docs/_templates/layout.html | 2 +- docs/overview/changelog.md | 6 +- docs/production/deployment.md | 2 +- docs/production/export-and-import.md | 2 +- docs/production/index.rst | 2 +- docs/production/install.md | 4 +- docs/production/maintain-secure-upgrade.md | 411 ++----------- docs/production/mobile-push-notifications.md | 2 +- docs/production/modifying-zulip.md | 210 ------- docs/production/settings.md | 4 +- docs/production/upgrade-or-modify.md | 574 ++++++++++++++++++ templates/zerver/help/import-from-gitter.md | 2 +- templates/zerver/help/import-from-hipchat.md | 4 +- .../zerver/help/import-from-mattermost.md | 4 +- templates/zerver/help/import-from-slack.md | 2 +- 15 files changed, 643 insertions(+), 588 deletions(-) delete mode 100644 docs/production/modifying-zulip.md create mode 100644 docs/production/upgrade-or-modify.md diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 1c4e40f063..b13512162c 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/modifying-zulip") and release.endswith('+git') %} + {% if (pagename == "production/email-gateway" or pagename == "production/upgrade-or-modify") and release.endswith('+git') %}