Add mkdocs-redirects, use it to fix four oh four

This commit is contained in:
3wc 2024-12-20 13:49:08 -05:00
parent 4783299c4e
commit 0bb023f9ed
2 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,9 @@ nav:
plugins:
- awesome-pages
- search
- redirects:
redirect_maps:
"get-involved/support/index.md": intro/support.md
repo_name: coop-cloud/docs.coopcloud.tech
repo_url: https://git.coopcloud.tech/coop-cloud/docs.coopcloud.tech/

View File

@ -6,6 +6,7 @@ mkdocs-material-extensions~=1.3.1
mkdocs-awesome-pages-plugin==2.9.2
pygments~=2.16
pymdown-extensions~=10.2
mkdocs-redirects==1.2.2
# Requirements for plugins
babel~=2.10