mirror of
https://github.com/zulip/zulip.git
synced 2026-06-06 21:12:33 +08:00
MyST automatically generates header anchors, but does not generates
Sphinx labels. This means that they cannot be used for cross-project
linking.
Turn on Sphinx's auto-generated labels for the first two levels.
Unlike heading anchors, labels do not append, e.g., `-1` for
uniqueness, and instead generate warnings. Tweak one title, and
suppress one warning accordingly.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| cheat-sheet.md | ||
| cloning.md | ||
| collaborate.md | ||
| fixing-commits.md | ||
| index.md | ||
| overview.md | ||
| pull-requests.md | ||
| reviewing.md | ||
| setup.md | ||
| terminology.md | ||
| the-git-difference.md | ||
| troubleshooting.md | ||
| using.md | ||
| working-copies.md | ||
| zulip-tools.md | ||