Added rediraffe using auto redirect builder

This commit is contained in:
alwasega
2023-01-31 10:58:21 +03:00
parent e85b91cd9b
commit dd0b49c8f4
2 changed files with 11 additions and 2 deletions

View File

@@ -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",
}
#}

View 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"