mirror of https://github.com/zulip/zulip.git
docs: Use MyST syntax for Sphinx metadata.
https://myst-parser.readthedocs.io/en/latest/faq/index.html#sphinx-specific-page-front-matter Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
135acfea93
commit
9abb850cd9
|
@ -1,6 +1,6 @@
|
|||
```{eval-rst}
|
||||
:orphan:
|
||||
```
|
||||
---
|
||||
orphan: true
|
||||
---
|
||||
|
||||
# How to request a remote Zulip development instance
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
```{eval-rst}
|
||||
:orphan:
|
||||
```
|
||||
---
|
||||
orphan: true
|
||||
---
|
||||
|
||||
# Production installation on an existing server
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
```{eval-rst}
|
||||
:orphan:
|
||||
```
|
||||
---
|
||||
orphan: true
|
||||
---
|
||||
|
||||
# Maintain, secure, and upgrade
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
```{eval-rst}
|
||||
:orphan:
|
||||
```
|
||||
---
|
||||
orphan: true
|
||||
---
|
||||
|
||||
# Password strength
|
||||
|
||||
|
|
Loading…
Reference in New Issue