Fix: Replace markdown native image embed with html tag

This commit is contained in:
Lars Simon Winzer
2026-04-04 22:06:09 +02:00
parent 6d19b89351
commit b8a0c224cf
3 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Each command consists of four classes: a **Parser**, a **Request**, a **Handler*
The infrastructure for routing and dispatching commands lives in the `network/` layer and is intentionally kept generic.
The concrete implementations for each command live in `app/commands/` and are wired together at startup in `ServerApp`.
![Overview of all components directly related to executing requests](/documents/images/docs/networking/commands/overview.svg)
<img src="../../../images/docs/networking/commands/overview.svg" alt="Overview of all components directly related to executing requests" />
## Contents
### Guides