mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
1.0 KiB
1.0 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|---|
| TASK-4 | Improve Mermaid diagrams in docs for readability | Done | 2026-02-11 07:11 | 2026-02-11 07:11 | medium |
Description
Refine Mermaid charts in documentation (primarily architecture docs) to improve readability, grouping, and label clarity without changing system behavior.
Acceptance Criteria
- #1 Mermaid diagrams render successfully in VitePress docs build
- #2 Diagrams have clearer grouping, edge labels, and flow direction
- #3 No broken markdown or Mermaid syntax in updated docs
Final Summary
Improved Mermaid diagrams in docs/architecture.md by redesigning both flowcharts with clearer subgraphs, labeled edges, and consistent lifecycle/runtime separation. Verified successful rendering via pnpm run docs:build with no chunk-size warning regressions.