We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2844080 + 345a890 commit ec3b487Copy full SHA for ec3b487
docs/source/conf.py
@@ -138,4 +138,14 @@
138
rediraffe_branch = "main"
139
rediraffe_redirects = {
140
# "old-file": "new-folder/new-file-name",
141
+ "config_files.rst": "configuration/index.md",
142
+ "install.rst": "start.md",
143
+ "usage.rst": "use/index.md",
144
+ "contributing/buildpack.md": "contribute/buildpack.md",
145
+ "contributing/contentprovider.rst": "contribute/contentprovider.rst",
146
+ "contributing/contributing.md": "contribute/contributing.md",
147
+ "contributing/index.md": "contribute/index.md",
148
+ "contributing/roadmap.md": "contribute/roadmap.md",
149
+ "contributing/tasks.md": "contribute/tasks.md",
150
+ "getting-started/index.md": "use/index.md",
151
}
0 commit comments