We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5b888 commit b2678cbCopy full SHA for b2678cb
mkdocs.yml
@@ -168,6 +168,9 @@ plugins:
168
enabled: !ENV [MATERIAL_INSIDERS, false]
169
plugins:
170
- typeset
171
+- redirects:
172
+ redirect_maps:
173
+ configuration.md: usage/configuration/index.md
174
175
extra:
176
social:
pyproject.toml
@@ -102,6 +102,7 @@ ci = [
102
"mkdocs-llmstxt>=0.1",
103
"mkdocs-material>=9.5",
104
"mkdocs-minify-plugin>=0.8",
105
+ "mkdocs-redirects>=1.2",
106
"mkdocs-section-index>=0.3",
107
"mkdocstrings[python]>=0.29",
108
"pydantic>=2.10",
0 commit comments