From 401b73b242bc9447bd12215b17ea8ce215c7d6ed Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 17 Aug 2021 11:41:50 -0400 Subject: add more general API documentation and numerous other documentation improvements --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mkdocs.yml') 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' -- cgit v1.3.1