docs: fix Mermaid labels for GitHub parser compatibility

This commit is contained in:
beatz174-bit
2026-04-13 16:54:37 +10:00
parent 72cda2dc92
commit 4eed2fd710
7 changed files with 706 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
flowchart TB
Declared[Declared architecture<br/>(Compose + docs)]
Runtime[Observed runtime<br/>(Prometheus inventory)]
Declared --> Runtime
subgraph Monitoring["Prometheus observed jobs"]
job_container_updates["container-updates"]
job_kuma["kuma"]
job_node["node"]
job_pihole["pihole"]
job_prometheus["prometheus"]
job_proxmox_storage["proxmox-storage"]
job_telegraf["telegraf"]
job_traefik["traefik"]
end
Runtime --> Monitoring