summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-10-03 17:24:34 -0400
committerAlexander Taylor <alex@vector35.com>2024-10-21 10:56:59 -0400
commit1b8dfc151e5aa602b21b2ff42be374ed1e7c7528 (patch)
tree3f233b4870ffd8e22c1b6e8b316a60241f0844e3 /mkdocs.yml
parent47fb9dbf43fb069635d421dabd16f7a721ec1d9a (diff)
Add redirects for moved debugger docs pages.
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