Move development documentation under docs/development (#893)

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-27 14:47:13 +02:00
committed by GitHub
parent dac4acb180
commit 65b8114469
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -50,6 +50,6 @@ nav:
- Check Android Intrusion Logs: "android/intrusion_logs.md"
- Indicators of Compromise: "iocs.md"
- Development:
- Development Instructions: "development.md"
- Custom CLI Commands: "custom_commands.md"
- Development Instructions: "development/index.md"
- Custom CLI Commands: "development/custom_commands.md"
- License: "license.md"