From 67078235780b44d416be909120c2687a704ab4bc Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 24 Apr 2025 12:54:58 +0100 Subject: [PATCH] Update sidebar to include command names --- Start-Command.md | 0 Stop-Command.md | 0 _Sidebar.md | 7 ++++--- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Start-Command.md create mode 100644 Stop-Command.md diff --git a/Start-Command.md b/Start-Command.md new file mode 100644 index 0000000..e69de29 diff --git a/Stop-Command.md b/Stop-Command.md new file mode 100644 index 0000000..e69de29 diff --git a/_Sidebar.md b/_Sidebar.md index 76e1745..b9206c4 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -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) \ No newline at end of file