mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
dev_urls: Make requests to /docs redirect to the index.
This makes it easier to browse to the docs in development mode, and more closely matches ReadTheDocs production.
This commit is contained in:
committed by
Tim Abbott
parent
f758ca596b
commit
6ad777c86f
@@ -505,6 +505,7 @@ def write_instrumentation_reports(full_suite: bool, include_webhooks: bool) -> N
|
||||
"config-error/(?P<error_name>[^/]+)",
|
||||
"confirmation_key/",
|
||||
"node-coverage/(?P<path>.+)",
|
||||
"docs/",
|
||||
"docs/(?P<path>.+)",
|
||||
"casper/(?P<path>.+)",
|
||||
"static/(?P<path>.+)",
|
||||
|
||||
Reference in New Issue
Block a user