summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 51f37ab5..bf922566 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -61,6 +61,11 @@ plugins:
shadow: false
- htmlproofer:
enabled: !ENV [VALIDATE, False]
+ - redirects:
+ redirect_maps:
+ 'guide/debugger.md': 'guide/debugger/index.md'
+ 'guide/remote-debugging.md': 'guide/debugger/remote-debugging.md'
+ 'guide/dbgeng-ttd.md': 'guide/debugger/dbgeng-ttd.md'
markdown_extensions:
- attr_list