summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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