summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index aa719b7d..6a4e8449 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -132,13 +132,16 @@ nav:
- Writing Plugins: 'dev/plugins.md'
- Container Transforms: 'dev/containertransforms.md'
- Automation: 'dev/batch.md'
- - BNIL / Architectures:
+ - Architecture / Platform:
+ - Part 1: Disassembly: 'dev/archplatform-disassembly.md'
+ - Part 2: Lifting: 'dev/archplatform-lifting.md'
+ - Part 3: Platform Support: 'dev/archplatform-platform.md'
+ - Flag Guide: 'dev/flags.md'
+ - BNIL:
- BNIL Guide: Overview: 'dev/bnil-overview.md'
- BNIL Guide: LLIL: 'dev/bnil-llil.md'
- BNIL Guide: MLIL: 'dev/bnil-mlil.md'
- BNIL Guide: HLIL: 'dev/bnil-hlil.md'
- - Architecture & Platform Guide: 'dev/archplatform.md'
- - Flag Guide: 'dev/flags.md'
- Modifying ILs: 'dev/bnil-modifying.md'
- Types:
- Applying Annotations: 'dev/annotation.md'