File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1515 python-version : 3.x
1616 - run : pip3 install mkdocs-material
1717 - run : pip3 install mkdocs-git-revision-date-localized-plugin
18+ - run : pip3 install mkdocs-redirects
1819 - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See https://squidfunk.github.io/mkdocs-material/getting-started/.
1414pip3 install mkdocs
1515pip3 install mkdocs-material
1616pip3 install mkdocs-git-revision-date-localized-plugin
17+ pip3 install mkdocs-redirects
1718```
1819
1920## Build the Docs
Original file line number Diff line number Diff line change @@ -80,6 +80,20 @@ plugins:
8080 - search
8181 - git-revision-date-localized :
8282 enable_creation_date : true
83+ - redirects :
84+ redirect_maps :
85+ ' auth_actions.md ' : ' references/authentication/auth_actions.md'
86+ ' authentication.md ' : ' references/authentication/authentication.md'
87+ ' authorization.md ' : ' references/authorization.md'
88+ ' banning_users.md ' : ' user_management/banning_users.md'
89+ ' concepts.md ' : ' getting_started/concepts.md'
90+ ' customization.md ' : ' customization/table_names.md'
91+ ' events.md ' : ' references/events.md'
92+ ' forcing_password_reset.md ' : ' user_management/forcing_password_reset.md'
93+ ' install.md ' : ' getting_started/install.md'
94+ ' quickstart.md ' : ' quick_start_guide/using_session_auth.md'
95+ ' session_auth_event_and_logging.md ' : ' references/authentication/session.md'
96+ ' testing.md ' : ' references/testing.md'
8397nav :
8498 - Home : index.md
8599 - Getting Started :
You can’t perform that action at this time.
0 commit comments