Files
zulip/docs/production/maintain-secure-upgrade.md
Anders Kaseorg 75525f5b53 docs: Convert .html#fragment links to .md#fragment.
This uses the myst_heading_anchors option to automatically generate
header anchors and make Sphinx aware of them.  See
https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#auto-generated-header-anchors.

Note: to be compatible with GitHub, MyST-Parser uses a slightly
different convention for .md fragment links than .html fragment links
when punctuation is involved.  This does not affect the generated
fragment links in the HTML output.

Fixes #13264.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-02-28 16:28:31 -08:00

43 lines
920 B
Markdown

```{eval-rst}
:orphan:
```
# Maintain, secure, and upgrade
This was once a long page covering a bunch of topics; those topics
have since all moved to dedicated pages:
### Monitoring
Moved to [Troubleshooting](troubleshooting.md#monitoring).
### Securing your Zulip server
Moved to [Security model](security-model.md).
### Upgrading
Moved to [Upgrading to a release](upgrade-or-modify.md#upgrading-to-a-release).
### Upgrading from a Git repository
Moved to [Upgrading from a Git
repository](upgrade-or-modify.md#upgrading-from-a-git-repository).
### Upgrading the operating system
Moved to [Upgrading the operating
system](upgrade-or-modify.md#upgrading-the-operating-system).
### Scalability
Moved to [Scalability](requirements.md#scalability).
### Management commands
Moved to [Management commands](management-commands.md).
### API and your Zulip URL
Moved to [REST API](https://zulip.com/api/rest).