diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-10-03 17:24:34 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-10-21 10:56:59 -0400 |
| commit | 1b8dfc151e5aa602b21b2ff42be374ed1e7c7528 (patch) | |
| tree | 3f233b4870ffd8e22c1b6e8b316a60241f0844e3 | |
| parent | 47fb9dbf43fb069635d421dabd16f7a721ec1d9a (diff) | |
Add redirects for moved debugger docs pages.
| -rw-r--r-- | docs/dev/documentation.md | 2 | ||||
| -rw-r--r-- | mkdocs.yml | 5 |
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 @@ -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 |
