From 590ff3e4e90a01738929163cc0abf9535b839f2b Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 10 May 2023 11:03:17 -0400 Subject: adding UIDF documentation and small restructure to developer menu layout --- mkdocs.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'mkdocs.yml') 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: Overview: 'dev/bnil-overview.md' - - BNIL Guide: LLIL: 'dev/bnil-llil.md' - - BNIL Guide: MLIL: 'dev/bnil-mlil.md' - - Flag Guide: 'dev/flags.md' - - Workflows: 'dev/workflows.md' + - BNIL / Architectures: + - BNIL Guide: Overview: 'dev/bnil-overview.md' + - BNIL Guide: LLIL: 'dev/bnil-llil.md' + - BNIL Guide: 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: -- cgit v1.3.1