Compare commits

...

1 Commits

Author SHA1 Message Date
jango-blockchained
10e895bb94 fix: correct Mermaid diagram syntax for better rendering 2025-02-05 03:10:25 +01:00

View File

@@ -58,17 +58,17 @@ Our architecture is engineered for performance, scalability, and security. The f
```mermaid ```mermaid
graph TD graph TD
subgraph Client subgraph Client
A[Client Application<br>(Web / Mobile / Voice)] A["Client Application (Web/Mobile/Voice)"]
end end
subgraph CDN subgraph CDN
B[CDN / Cache] B["CDN / Cache"]
end end
subgraph Server subgraph Server
C[Bun Native Server] C["Bun Native Server"]
E[NLP Engine &<br>Language Processing Module] E["NLP Engine & Language Processing Module"]
end end
subgraph Integration subgraph Integration
D[Home Assistant<br>(Devices, Lights, Thermostats)] D["Home Assistant (Devices, Lights, Thermostats)"]
end end
A -->|HTTP Request| B A -->|HTTP Request| B