summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-05-10 11:03:17 -0400
committerJordan Wiens <jordan@psifertex.com>2023-05-10 11:03:33 -0400
commit590ff3e4e90a01738929163cc0abf9535b839f2b (patch)
treed1d933ec23eb1ccb111235631fa2804012927185 /mkdocs.yml
parent6acc3ec38633967065bf7978cab8c3b04140d031 (diff)
adding UIDF documentation and small restructure to developer menu layout
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index c36d1198..4c6295c1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -62,16 +62,19 @@ nav:
- Troubleshooting: 'guide/troubleshooting.md'
- Developer Guide:
- 'dev/index.md'
- - Important Concepts: 'dev/concepts.md'
- - Applying Annotations: 'dev/annotation.md'
- Cookbook: 'dev/cookbook.md'
- Writing Plugins: 'dev/plugins.md'
- Automation: 'dev/batch.md'
- - BNIL Guide&#58; Overview: 'dev/bnil-overview.md'
- - BNIL Guide&#58; LLIL: 'dev/bnil-llil.md'
- - BNIL Guide&#58; MLIL: 'dev/bnil-mlil.md'
- - Flag Guide: 'dev/flags.md'
- - Workflows: 'dev/workflows.md'
+ - BNIL / Architectures:
+ - BNIL Guide&#58; Overview: 'dev/bnil-overview.md'
+ - BNIL Guide&#58; LLIL: 'dev/bnil-llil.md'
+ - BNIL Guide&#58; MLIL: 'dev/bnil-mlil.md'
+ - Flag Guide: 'dev/flags.md'
+ - Important Concepts:
+ - 'dev/concepts.md'
+ - Applying Annotations: 'dev/annotation.md'
+ - User Informed Data Flow: 'dev/uidf.md'
+ - Workflows: 'dev/workflows.md'
- Creating Themes: 'dev/themes.md'
- Contributing Documentation: 'dev/documentation.md'
- About: