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.
1 parent 4338586 commit 04215f5Copy full SHA for 04215f5
mkdocs.yml
@@ -65,6 +65,9 @@ plugins:
65
# - gen-files:
66
# scripts:
67
# - scripts/gen_ref_pages.py
68
+ - redirects:
69
+ redirect_maps:
70
+ 'tabpfn-nature.md': 'docs.md'
71
- literate-nav:
72
nav_file: SUMMARY.md
73
# - mkdocstrings:
pyproject.toml
@@ -17,5 +17,7 @@ dependencies = [
17
"mkdocs-literate-nav>=0.2.0",
18
# mkdoc strings [python]
19
"mkdocstrings[python]>=0.20.0",
20
+ # mkdocs-redirects
21
+ "mkdocs-redirects>=1.0.0",
22
]
23
requires-python = ">=3.9"
0 commit comments