Files
zulip/zerver/lib
Lauryn Menard 878b46e758 urls: Simplify process to add URL redirects for documentation pages.
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.
2022-08-31 15:01:29 -07:00
..
2022-02-07 18:51:06 -08:00
2022-07-05 17:54:17 -07:00
2022-08-22 15:46:16 -07:00
2022-05-13 20:42:20 -07:00
2022-02-07 18:51:06 -08:00
2022-02-07 18:51:06 -08:00
2022-05-02 17:41:49 -07:00
2022-08-22 15:46:16 -07:00
2022-06-23 19:22:12 -07:00
2022-04-07 17:26:01 -07:00
2022-07-22 16:31:18 -07:00