Replace SVG with PNG graphics in documentation #235

Merged
lars.winzer merged 4 commits from chore/50-change-used-markdown-embed-technique into main 2026-04-05 12:48:43 +02:00
Showing only changes of commit a0319af3b3 - Show all commits
+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 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`. The concrete implementations for each command live in `app/commands/` and are wired together at startup in `ServerApp`.
<img src="../../../images/docs/networking/commands/overview.svg" alt="Overview of all components directly related to executing requests" /> ![Overview of all components directly related to executing requests](../../../images/docs/networking/commands/overview.svg)
## Contents ## Contents
### Guides ### Guides