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
@@ -26,8 +26,7 @@ Responses start with `+OK` on success or `-ERR` when something goes wrong. Comma
We don't use HTTP, there's no JSON body, no headers. Just a raw socket, a text stream, and a clearly defined set of commands.
## Core Components & Their Roles
![PlantUML diagramm of all components outlined in this document](/documents/images/docs/networking/server-architecure/networking_components.svg)
<img src="../../images/docs/networking/server-architecure/networking_components.svg" alt="PlantUML diagram of all components outlined in this document" />
Here's a quick rundown of the main building blocks: