summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 0baa425c..705e588a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -40,15 +40,15 @@ nav:
- Troubleshooting: 'guide/troubleshooting.md'
- Working with Types: 'guide/type.md'
- Developer Guide:
- - Batch/Headless Automation: 'dev/batch.md'
- - Contributing Documentation: 'dev/documentation.md'
+ - Using the API: 'dev/api.md'
+ - Writing Python Plugins: 'dev/plugins.md'
+ - Batch / Headless 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'
- - Writing Plugins: 'dev/plugins.md'
- Flag Guide: 'dev/flags.md'
- Creating Themes: 'dev/themes.md'
- #- API: 'dev/api.md'
+ - Contributing Documentation: 'dev/documentation.md'
- About:
- License: 'about/license.md'
- Open Source: 'about/open-source.md'