docs: setup redirects to ensure we don't get broken links

This commit is contained in:
Erik Sundell
2023-05-24 10:49:38 +02:00
parent 31add381e4
commit 88ec6f4038

View File

@@ -107,4 +107,7 @@ ogp_use_first_image = True
rediraffe_branch = "main"
rediraffe_redirects = {
# "old-file": "new-folder/new-file-name",
"howto/env/user-environment": "howto/user-env/user-environment",
"howto/env/notebook-interfaces": "howto/user-env/notebook-interfaces",
"howto/env/server-resources": "howto/user-env/server-resources",
}