summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-11-04 17:52:40 -0500
committerJosh Ferrell <josh@vector35.com>2025-11-04 17:55:05 -0500
commit63ef49621522efa11e1fcfc709812adb0300d3f6 (patch)
tree9c47250f7611a3014d223b0f48c12e5a9b33079c /mkdocs.yml
parent59fa6ae852296fb598d43fc32b6ae24344d1759f (diff)
Add Ghidra import documentation
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 62b41020..5aa350b3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -111,7 +111,9 @@ nav:
- Migration Guide:
- 'guide/migration/index.md'
- Migrating from IDA: 'guide/migration/migrationguideida.md'
- - Migrating from Ghidra: 'guide/migration/migrationguideghidra.md'
+ - Migrating from Ghidra:
+ - 'guide/migration/ghidra/index.md'
+ - Ghidra Import: 'guide/migration/ghidra/ghidraimport.md'
- Types:
- 'guide/types/index.md'
- Basic Types: 'guide/types/basictypes.md'