Skip to content

Commit

Permalink
fix(docs): Add redirect for index page
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Feb 27, 2024
1 parent 257d5ce commit 38e5740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ plugins:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- redirects:
redirect_maps:
"index.md": "getting_started/index.md"
- mkdocstrings:
enable_inventory: true
handlers:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ documentation = [
"mkdocstrings-python ~= 1.7.0",
"mkdocs-gen-files ~= 0.5.0",
"mkdocs-literate-nav ~= 0.6.0",
"mkdocs-redirects ~= 1.2.1",
]

[project.urls]
Expand Down

0 comments on commit 38e5740

Please sign in to comment.