summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-03-13 18:27:46 -0400
committerJordan Wiens <github@psifertex.com>2026-03-13 18:28:22 -0400
commita12d2e1d8c8f15c603a4b40ff0bce9473ba64063 (patch)
tree0da0a96bff1ccbc63b30b7df0115a2ee10de4ab8 /mkdocs.yml
parentd73a52228ff3d8485834be008420a9c9aed1bc93 (diff)
quark docs too long, re-organize into a new section and split
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&#58; Disassembly: 'dev/archplatform-disassembly.md'
+ - Part 2&#58; Lifting: 'dev/archplatform-lifting.md'
+ - Part 3&#58; Platform Support: 'dev/archplatform-platform.md'
+ - Flag Guide: 'dev/flags.md'
+ - BNIL:
- BNIL Guide&#58; Overview: 'dev/bnil-overview.md'
- BNIL Guide&#58; LLIL: 'dev/bnil-llil.md'
- BNIL Guide&#58; MLIL: 'dev/bnil-mlil.md'
- BNIL Guide&#58; 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'