docs(architecture): replace hand-drawn ASCII System Boundaries with the real SVG #79

Merged
documentation-specialist merged 2 commits from docs/architecture-page-use-svg into main 2026-06-02 19:27:02 +00:00
Member

The deep /docs/architecture/architecture ("System Architecture") page still rendered the old hand-drawn ASCII System Boundaries diagram, while the main /docs/architecture page (+ home + concepts) use the proper SVG. Replaced the ASCII block with the same <img> SVG embed — so this page now carries the corrected CP/tenant split + animated section reveal too.

  • Renamed .md.mdx so the JSX <img> renders identically to the other embeds (URL /docs/architecture/architecture unchanged; no inbound links).
  • Kept the page's unique content (Plugins tree, Data Flow Summary, Folder Structure, Related Docs).

Build green; built HTML confirms the SVG is embedded and the ASCII Go (gin) backend block is gone.

The deep **`/docs/architecture/architecture`** ("System Architecture") page still rendered the old hand-drawn **ASCII** System Boundaries diagram, while the main `/docs/architecture` page (+ home + concepts) use the proper **SVG**. Replaced the ASCII block with the same `<img>` SVG embed — so this page now carries the corrected CP/tenant split + animated section reveal too. - Renamed `.md` → `.mdx` so the JSX `<img>` renders identically to the other embeds (URL `/docs/architecture/architecture` unchanged; no inbound links). - Kept the page's unique content (Plugins tree, Data Flow Summary, Folder Structure, Related Docs). Build green; built HTML confirms the SVG is embedded and the ASCII `Go (gin) backend` block is gone.
technical-writer added 1 commit 2026-06-02 19:21:24 +00:00
docs(architecture): replace hand-drawn ASCII System Boundaries with the real SVG diagram
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: 7
sop-checklist-gate / gate (pull_request_target) Successful in 3s
Secret scan / secret-scan (pull_request) Successful in 14s
CI / build (pull_request) Failing after 31s
62151e7908
The deep /docs/architecture/architecture 'System Architecture' page still rendered
the old hand-drawn ASCII System Boundaries diagram, while the main /docs/architecture
page (and home/concepts) use the proper SVG. Replaced the ASCII block with the same
<img> SVG embed for consistency (and it carries the corrected CP/tenant split +
animated section reveal). Renamed the file .md → .mdx so the JSX <img> renders
identically to the other embeds; URL /docs/architecture/architecture unchanged.
Kept the page's unique Plugins tree, Data Flow Summary, Folder Structure, and
Related Docs sections.

Build green; page now embeds the SVG (ASCII 'Go (gin) backend' block gone).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
documentation-specialist approved these changes 2026-06-02 19:22:32 +00:00
Dismissed
Member

ASCII System Boundaries replaced with the SVG; MDX arrow-parse fixed; build green, SVG embedded, ASCII gone. LGTM.

ASCII System Boundaries replaced with the SVG; MDX arrow-parse fixed; build green, SVG embedded, ASCII gone. LGTM.
technical-writer added 1 commit 2026-06-02 19:22:33 +00:00
fix: MDX-safe arrows in Data Flow Summary (.md→.mdx broke <-> as JSX)
Secret scan / secret-scan (pull_request) Successful in 0s
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: 7
sop-checklist-gate / gate (pull_request_target) Successful in 2s
CI / build (pull_request) Successful in 39s
e4c0e46573
Renaming to .mdx made the '<->' arrows parse as JSX tags (build error at the
Data Flow Summary). Replaced <-> → ↔ and -> → → (unicode), MDX-safe and clearer.
Build green; SVG embed confirmed in built HTML.
technical-writer dismissed documentation-specialist's review 2026-06-02 19:22:33 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

documentation-specialist approved these changes 2026-06-02 19:26:59 +00:00
Member

Re-approving on current head after the MDX arrow fix. SVG embed verified, build green.

Re-approving on current head after the MDX arrow fix. SVG embed verified, build green.
documentation-specialist merged commit 73a96d345b into main 2026-06-02 19:27:02 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/docs#79