Move development documentation under docs/development

The Development section holds more than one page and will grow further,
so give it its own directory. development.md becomes development/index.md,
which keeps its published URL, and the custom CLI command page moves
alongside it.

Update the nav, the cross-link between the two pages, and the README
link to the custom command documentation, which is now published at
/development/custom_commands/.
This commit is contained in:
Donncha Ó Cearbhaill
2026-08-26 11:48:03 +02:00
parent dac4acb180
commit 4e031cd43f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ details.
Users can also add top-level commands to `mvt-ios` and `mvt-android` from Users can also add top-level commands to `mvt-ios` and `mvt-android` from
installed Python packages or local files and folders. See the installed Python packages or local files and folders. See the
[custom CLI command documentation](https://docs.mvt.re/en/latest/custom_commands/) [custom CLI command documentation](https://docs.mvt.re/en/latest/development/custom_commands/)
for the plugin entry points and `--load-command` interface. for the plugin entry points and `--load-command` interface.
@@ -1,7 +1,7 @@
# Custom CLI Commands # Custom CLI Commands
MVT can load additional top-level commands into `mvt-ios` and `mvt-android`. MVT can load additional top-level commands into `mvt-ios` and `mvt-android`.
Custom commands are different from [custom forensic modules](development.md#custom-modules): Custom commands are different from [custom forensic modules](index.md#custom-modules):
commands add new CLI operations, while modules add analysis steps to existing commands add new CLI operations, while modules add analysis steps to existing
`check-*` commands. `check-*` commands.
+2 -2
View File
@@ -50,6 +50,6 @@ nav:
- Check Android Intrusion Logs: "android/intrusion_logs.md" - Check Android Intrusion Logs: "android/intrusion_logs.md"
- Indicators of Compromise: "iocs.md" - Indicators of Compromise: "iocs.md"
- Development: - Development:
- Development Instructions: "development.md" - Development Instructions: "development/index.md"
- Custom CLI Commands: "custom_commands.md" - Custom CLI Commands: "development/custom_commands.md"
- License: "license.md" - License: "license.md"