diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-08-17 11:41:50 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-08-17 11:41:50 -0400 |
| commit | 401b73b242bc9447bd12215b17ea8ce215c7d6ed (patch) | |
| tree | 58307b57c435d48e17f0b382cf26beb4bde601b4 /mkdocs.yml | |
| parent | 6312556eede2d80978f7f77ce8757f5290d5a900 (diff) | |
add more general API documentation and numerous other documentation improvements
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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' |
