1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-10-10 11:14:24 +02:00

Setup mkdocs-redirects

This commit is contained in:
Florian Preinstorfer 2024-09-13 18:56:37 +02:00
parent b3cda08af6
commit 8e2aab75e2
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
cairosvg~=2.7.1 cairosvg~=2.7.1
mkdocs-material~=9.5.18 mkdocs-material~=9.5.18
mkdocs-minify-plugin~=0.7.1 mkdocs-minify-plugin~=0.7.1
mkdocs-redirects~=1.2.1
pillow~=10.1.0 pillow~=10.1.0

View File

@ -69,6 +69,9 @@ plugins:
- minify: - minify:
minify_html: true minify_html: true
- social: {} - social: {}
- redirects:
redirect_maps:
'iOS-client.md': 'apple-client.md#ios'
# Customization # Customization
extra: extra: