From 92dc419d02449fbb5826d5088953f093e715151e Mon Sep 17 00:00:00 2001 From: Lukas Wuttke Date: Fri, 5 Jun 2026 11:28:42 +0200 Subject: [PATCH] docs(environment-setup): use the federated-learning image for the trust boundary Replace the Mermaid trust-boundary diagram on the Overview page with the existing /images/traceblocfederatedlearning.png (the same image used on /overview/tracebloc). Co-Authored-By: Claude Opus 4.8 --- environment-setup/overview.mdx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/environment-setup/overview.mdx b/environment-setup/overview.mdx index fc9c5f4..1941f1a 100644 --- a/environment-setup/overview.mdx +++ b/environment-setup/overview.mdx @@ -7,21 +7,9 @@ description: "How tracebloc runs on your infrastructure — and why your data ne ## The trust boundary -```mermaid -flowchart LR - subgraph YOURS["Your infrastructure"] - DATA["Your datasets — raw data"] - CLIENT["tracebloc workspace"] - TRAIN["Isolated training"] - DATA --> TRAIN - CLIENT --> TRAIN - end - CONTRIB["Contributors"] -->|submit models| PLATFORM["tracebloc platform"] - PLATFORM -->|scanned models in| CLIENT - CLIENT -->|"results out — TLS, outbound-only"| PLATFORM - style YOURS fill:#f2fafc,stroke:#0184A3,stroke-width:2px - style DATA fill:#e6f6fb,stroke:#0184A3 -``` + + ![How tracebloc keeps your data on your infrastructure — models come to the data, only results leave](/images/traceblocfederatedlearning.png) + Raw data stays inside your infrastructure. Your workspace opens an **outbound-only** connection — nothing reaches in to pull your data out.