summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-08-17 11:41:50 -0400
committerJordan Wiens <jordan@psifertex.com>2021-08-17 11:41:50 -0400
commit401b73b242bc9447bd12215b17ea8ce215c7d6ed (patch)
tree58307b57c435d48e17f0b382cf26beb4bde601b4 /mkdocs.yml
parent6312556eede2d80978f7f77ce8757f5290d5a900 (diff)
add more general API documentation and numerous other documentation improvements
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&#58; Overview: 'dev/bnil-overview.md'
- BNIL Guide&#58; LLIL: 'dev/bnil-llil.md'
- BNIL Guide&#58; 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'