diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-03-13 18:27:46 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2026-03-13 18:28:22 -0400 |
| commit | a12d2e1d8c8f15c603a4b40ff0bce9473ba64063 (patch) | |
| tree | 0da0a96bff1ccbc63b30b7df0115a2ee10de4ab8 /mkdocs.yml | |
| parent | d73a52228ff3d8485834be008420a9c9aed1bc93 (diff) | |
quark docs too long, re-organize into a new section and split
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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' |
