Skip to content

Commit 007250e

Browse files
shinprclaude
andcommitted
fix: wrap Start node labels with quotes to handle forward slash
- Add double quotes around Start node labels containing forward slash - Apply to both Japanese and English use-cases.md files - Testing if slash is causing the GitHub mermaid parser error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ae664c4 commit 007250e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/en/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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]
3131
RA -->|Medium| TD["technical-designer Design Doc"]
3232
RA -->|Large| PRD["prd-creator PRD"]

docs/guides/ja/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ graph LR
2626

2727
```mermaid
2828
graph TD
29-
Start[/implement 要件] --> RA["requirement-analyzer 規模判定"]
29+
Start["/implement 要件"] --> RA["requirement-analyzer 規模判定"]
3030
RA -->|小規模| Direct[直接実装]
3131
RA -->|中規模| TD["technical-designer Design Doc作成"]
3232
RA -->|大規模| PRD["prd-creator PRD作成"]

0 commit comments

Comments
 (0)