mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
Creates `zerver.lib.url_redirects.py` to record old and new URLs for documentation pages that have been renamed/moved and need URL redirects. This file is then used by `zproject.urls.py` to redirect links and by `zerver.test.test_urls.py` to test that all of the old URLs return a success response with a common page header/text depending on the type of redirect (help center, policy, or API). Adds a section to contributor docs on writing documentation for how to use this redirect system when renaming a help center or api documentation page. Fixes #21946. Fixes #17897. |
||
|---|---|---|
| .. | ||
| api.md | ||
| helpcenter.md | ||
| index.md | ||
| integrations.md | ||
| openapi.md | ||
| overview.md | ||