summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/dev/batch.md (renamed from docs/guide/batch-processing.md)7
-rw-r--r--mkdocs.yml1
2 files changed, 2 insertions, 6 deletions
diff --git a/docs/guide/batch-processing.md b/docs/dev/batch.md
index 2e7f94fd..07c888c6 100644
--- a/docs/guide/batch-processing.md
+++ b/docs/dev/batch.md
@@ -77,7 +77,7 @@ That said, there are certainly several good use cases where splitting your analy
### GNU Parallel
-TODO
+Another option is to use a tool like GNU parallel to simply launch multiple separate copies of the process itself.
### Multiprocessing
@@ -124,8 +124,3 @@ import binaryninja
Other alternative solutions include setting the environment variable before running your script, or manually moving your settings file from your [user folder](../getting-started.md#user-folder) before running your automation.
-## Other Languages
-
-TODO
-
-First, make sure to run the [install_api.py](https://github.com/Vector35/binaryninja-api/tree/dev/scripts) script. Note that the script is shipped with Binary Ninja already, just look in your [binary path](../getting-started.md#binary-path) inside of the `scripts` subfolder. Run it like: \ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 5a0645ac..59d28582 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -40,6 +40,7 @@ nav:
- Troubleshooting: 'guide/troubleshooting.md'
- Working with Types: 'guide/type.md'
- Developer Guide:
+ - Batch/Headless Automation: 'dev/batch.md'
- Contributing Documentation: 'dev/documentation.md'
- BNIL Guide: Overview: 'dev/bnil-overview.md'
- BNIL Guide: LLIL: 'dev/bnil-llil.md'