mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
Added rediraffe using auto redirect builder
This commit is contained in:
@@ -219,6 +219,7 @@ ogp_use_first_image = True
|
||||
# help us not break links.
|
||||
#
|
||||
rediraffe_branch = "main"
|
||||
rediraffe_redirects = {
|
||||
rediraffe_redirects = "redirects.txt"
|
||||
#rediraffe_redirects = {
|
||||
# "old-file": "new-folder/new-file-name",
|
||||
}
|
||||
#}
|
||||
|
8
docs/source/redirects.txt
Normal file
8
docs/source/redirects.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
"getting-started/faq.md" "faq/faq.md"
|
||||
"reference/api-only.md" "howto/api-only.md"
|
||||
"reference/config-ghoauth.md" "howto/configuration/config-ghoauth.md"
|
||||
"reference/config-proxy.md" "howto/configuration/config-proxy.md"
|
||||
"admin/log-messages.md" "howto/log-messages.md"
|
||||
"reference/proxy.md" "howto/proxy.md"
|
||||
"reference/templates.md" "howto/templates.md"
|
||||
"quickstart-docker.md" "tutorial/installation/quickstart-docker.md"
|
Reference in New Issue
Block a user