diff --git a/docs/source/conf.py b/docs/source/conf.py index 03a2697a2..2105b87ac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -138,4 +138,14 @@ rediraffe_branch = "main" rediraffe_redirects = { # "old-file": "new-folder/new-file-name", + "config_files.rst": "configuration/index.md", + "install.rst": "start.md", + "usage.rst": "use/index.md", + "contributing/buildpack.md": "contribute/buildpack.md", + "contributing/contentprovider.rst": "contribute/contentprovider.rst", + "contributing/contributing.md": "contribute/contributing.md", + "contributing/index.md": "contribute/index.md", + "contributing/roadmap.md": "contribute/roadmap.md", + "contributing/tasks.md": "contribute/tasks.md", + "getting-started/index.md": "use/index.md", }