Docs: Replace SVG with PNG graphic

This commit is contained in:
Lars Simon Winzer
2026-04-05 12:43:59 +02:00
parent a9bf0635a2
commit d3009a422c
23 changed files with 10 additions and 20 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](../../../images/docs/networking/commands/overview.svg)
![Overview of all components directly related to executing requests](../../../images/docs/networking/commands/overview.png)
## Contents
### Guides