Skip to content

Commit ae664c4

Browse files
authored
Merge pull request #71 from shinpr/fix/mermaid-node-labels-quotes
fix: wrap mermaid node labels with quotes to handle hyphens
2 parents cc0239d + 7329450 commit ae664c4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/guides/en/use-cases.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ graph LR
2626

2727
```mermaid
2828
graph TD
29-
Start[/implement requirements] --> RA[requirement-analyzer scale detection]
29+
Start[/implement requirements] --> RA["requirement-analyzer scale detection"]
3030
RA -->|Small| Direct[Direct implementation]
31-
RA -->|Medium| TD[technical-designer Design Doc]
32-
RA -->|Large| PRD[prd-creator PRD]
31+
RA -->|Medium| TD["technical-designer Design Doc"]
32+
RA -->|Large| PRD["prd-creator PRD"]
3333
34-
PRD --> ADR[technical-designer ADR]
34+
PRD --> ADR["technical-designer ADR"]
3535
ADR --> TD
36-
TD --> WP[work-planner Work plan]
37-
WP --> TE[task-executor Execute tasks]
38-
Direct --> QF[quality-fixer Quality checks]
36+
TD --> WP["work-planner Work plan"]
37+
WP --> TE["task-executor Execute tasks"]
38+
Direct --> QF["quality-fixer Quality checks"]
3939
TE --> QF
4040
QF --> End[Complete]
4141

docs/guides/ja/use-cases.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ graph LR
2626

2727
```mermaid
2828
graph TD
29-
Start[/implement 要件] --> RA[requirement-analyzer 規模判定]
29+
Start[/implement 要件] --> RA["requirement-analyzer 規模判定"]
3030
RA -->|小規模| Direct[直接実装]
31-
RA -->|中規模| TD[technical-designer Design Doc作成]
32-
RA -->|大規模| PRD[prd-creator PRD作成]
31+
RA -->|中規模| TD["technical-designer Design Doc作成"]
32+
RA -->|大規模| PRD["prd-creator PRD作成"]
3333
34-
PRD --> ADR[technical-designer ADR作成]
34+
PRD --> ADR["technical-designer ADR作成"]
3535
ADR --> TD
36-
TD --> WP[work-planner 作業計画書]
37-
WP --> TE[task-executor タスク実行]
38-
Direct --> QF[quality-fixer 品質チェック]
36+
TD --> WP["work-planner 作業計画書"]
37+
WP --> TE["task-executor タスク実行"]
38+
Direct --> QF["quality-fixer 品質チェック"]
3939
TE --> QF
4040
QF --> End[完了]
4141

0 commit comments

Comments
 (0)