From 1b8dfc151e5aa602b21b2ff42be374ed1e7c7528 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Thu, 3 Oct 2024 17:24:34 -0400 Subject: Add redirects for moved debugger docs pages. --- docs/dev/documentation.md | 2 +- mkdocs.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1