diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-05-10 11:03:17 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-05-10 11:03:33 -0400 |
| commit | 590ff3e4e90a01738929163cc0abf9535b839f2b (patch) | |
| tree | d1d933ec23eb1ccb111235631fa2804012927185 /mkdocs.yml | |
| parent | 6acc3ec38633967065bf7978cab8c3b04140d031 (diff) | |
adding UIDF documentation and small restructure to developer menu layout
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -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: |
