docs: fix incorrect mermaid render
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia0a9aaa5a2e83e5d9ba2cbdce6922c926a6a6964
This commit is contained in:
parent
0590b6c720
commit
8cfc4c30ca
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue