docs: setup redirects

This commit is contained in:
perennial
2024-09-11 18:18:03 +10:00
parent 75a61e044c
commit f03dfa52a8
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ mkdocs-git-revision-date-localized-plugin==1.2.4
mkdocs-glightbox==0.3.7
mkdocs-material==9.5.15
mkdocs-material-extensions==1.3.1
mkdocs-redirects==1.2.1
mkdocs-table-reader-plugin==2.1.0
numpy==1.26.4
packaging==24.0
+7
View File
@@ -124,6 +124,13 @@ plugins:
effect: fade
auto_caption: true
caption_position: bottom
# -- mkdocs-redirects plugin to create page redirects
- redirects:
redirect_maps:
'environment-variables.md': 'hosting/environment-variables.md'
'hosting-pixivfe.md': 'hosting/hosting-pixivfe.md'
'hosting-image-proxy-server.md': 'hosting/hosting-image-proxy-server.md'
'obtaining-pixivfe-token.md': 'hosting/obtaining-pixivfe-token.md'
markdown_extensions:
- admonition