Update sidebar to include command names

Daniel Winning 2025-04-24 12:54:58 +01:00
parent b84c6b0201
commit 6707823578
3 changed files with 4 additions and 3 deletions

0
Start-Command.md Normal file

0
Stop-Command.md Normal file

@ -3,7 +3,8 @@
- [Quick Start Guide](Quick-Start-Guide)
- [Configuration](Configuration)
- [Commands](Commands)
- [Build Environment](Build-Command)
- [Destroy Environment](Destroy-Command)
- [List Environments](List-Command)
- [Build: `spin:up`](Build-Command)
- [Destroy: `spin:down`](Destroy-Command)
- [Start: `spin:start`](Start-Command)
- [Stop: `spin:stop`](Stop-Command)
- [Debugging](Debugging)