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
@@ -26,7 +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
<img src="../../images/docs/networking/server-architecure/networking_components.svg" alt="PlantUML diagram of all components outlined in this document" />
<img src="../../images/docs/networking/server-architecure/networking_components.png" alt="PlantUML diagram of all components outlined in this document" />
Here's a quick rundown of the main building blocks: