docs: fix incorrect mermaid render

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia0a9aaa5a2e83e5d9ba2cbdce6922c926a6a6964
This commit is contained in:
raf 2026-02-16 23:35:37 +03:00
commit 8cfc4c30ca
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -27,10 +27,10 @@ FC follows Hydra's three-daemon model with a shared PostgreSQL database:
```mermaid
flowchart LR
A[Git Repo] --> B[Evaluator<br/>(polls, clones, runs nix-eval-jobs)]
B --> C[Evaluation + Build Records<br/>in DB]
C --> D[Queue Runner<br/>(claims builds atomically,<br/>runs nix build)]
D --> E[BuildSteps<br/>and BuildProducts]
A["Git Repo"] --> B["Evaluator<br/>(polls, clones, runs nix-eval-jobs)"]
B --> C["Evaluation + Build Records<br/>in DB"]
C --> D["Queue Runner<br/>(claims builds atomically,<br/>runs nix build)"]
D --> E["BuildSteps<br/>and BuildProducts"]
```
See the [design document] for more details on the architecture, similarities and