From b918e0444bd05d874006a7ee266e43d4ffb314b9 Mon Sep 17 00:00:00 2001 From: "Hosam-Eldin.mostafa" Date: Mon, 20 Oct 2025 20:34:50 +0200 Subject: [PATCH] FIXUP! fix diagrame parsing issue --- docs/05_architecture_overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/05_architecture_overview.md b/docs/05_architecture_overview.md index da3104c..c2c21dd 100644 --- a/docs/05_architecture_overview.md +++ b/docs/05_architecture_overview.md @@ -33,9 +33,9 @@ flowchart TB end subgraph Artifacts - REP[reports/report.html]\nreports/junit.xml - YAML[config/*.yaml]\n(babylin.example.yaml, test_config.yaml) - DLL[vendor/babylin/BabyLIN.dll] + REP[reports/report.html
reports/junit.xml] + YAML[config/*.yaml
(babylin.example.yaml, test_config.yaml)] + SDK[vendor/BabyLIN_library.py
platform-specific libs] end T --> CF @@ -47,7 +47,7 @@ flowchart TB PL --> REP CFG --> YAML - BABY --> DLL + BABY --> SDK T --> REP ```