summaryrefslogtreecommitdiff
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
parent47fb9dbf43fb069635d421dabd16f7a721ec1d9a (diff)
Add redirects for moved debugger docs pages.
-rw-r--r--docs/dev/documentation.md2
-rw-r--r--mkdocs.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/dev/documentation.md b/docs/dev/documentation.md
index e23b0cdb..7476782c 100644
--- a/docs/dev/documentation.md
+++ b/docs/dev/documentation.md
@@ -10,7 +10,7 @@ To contribute to the Binary Ninja documentation, first sign the [contribution li
- [breathe]
- [mkdocs]
- [doxygen]
-- The following mkdocs plugins: `mkdocs-callouts mkdocs-click mkdocs-include-markdown-plugin mkdocs-material mkdocs-glightbox mkdocs-htmlproofer-plugin`
+- The following mkdocs plugins: `mkdocs-callouts mkdocs-click mkdocs-include-markdown-plugin mkdocs-material mkdocs-glightbox mkdocs-htmlproofer-plugin mkdocs-redirects`
## Building
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