Skip to content

Commit

Permalink
Merge pull request #68 from gsteel/mkdocs-fix-2
Browse files Browse the repository at this point in the history
`redirect_maps` should be a `dict`, not a list
  • Loading branch information
gsteel authored Aug 19, 2024
2 parents 7a96819 + b2b7dae commit fae5901
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ extra:
plugins:
- redirects:
redirect_maps:
- intro.md: v1/intro.md
- installation.md: v1/installation.md
- session.md: v1/session.md
- persistence.md: v1/persistence.md
- middleware.md: v1/middleware.md
intro.md: v1/intro.md
installation.md: v1/installation.md
session.md: v1/session.md
persistence.md: v1/persistence.md
middleware.md: v1/middleware.md

0 comments on commit fae5901

Please sign in to comment.