From 8cfc4c30caebb4c4bf97724fb827d87efb27f21b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 16 Feb 2026 23:35:37 +0300 Subject: [PATCH] docs: fix incorrect mermaid render Signed-off-by: NotAShelf Change-Id: Ia0a9aaa5a2e83e5d9ba2cbdce6922c926a6a6964 --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0479c4f..f1fcc5b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,10 +27,10 @@ FC follows Hydra's three-daemon model with a shared PostgreSQL database: ```mermaid flowchart LR - A[Git Repo] --> B[Evaluator
(polls, clones, runs nix-eval-jobs)] - B --> C[Evaluation + Build Records
in DB] - C --> D[Queue Runner
(claims builds atomically,
runs nix build)] - D --> E[BuildSteps
and BuildProducts] + A["Git Repo"] --> B["Evaluator
(polls, clones, runs nix-eval-jobs)"] + B --> C["Evaluation + Build Records
in DB"] + C --> D["Queue Runner
(claims builds atomically,
runs nix build)"] + D --> E["BuildSteps
and BuildProducts"] ``` See the [design document] for more details on the architecture, similarities and