Docs: Write guide on implementing a custom command and link to it from README

This commit is contained in:
Lars Simon Winzer
2026-04-04 18:08:03 +02:00
parent f971e6ad5b
commit b9a8448b53
2 changed files with 217 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ The concrete implementations for each command live in `app/commands/` and are wi
## Contents
### Guides
*Link to guides*
- [Implementing a Command](./guide-on-implementing-a-command.md) -
Step-by-step walkthrough for adding a new command to the server, including registration and common pitfalls.
### Reference
- [Command Infrastructure](./commands-deep-dive.md) -