mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
#1334 Adding docs for user journey to side nav
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
- [Class Diagram](classDiagram.md)
|
- [Class Diagram](classDiagram.md)
|
||||||
- [State Diagram](stateDiagram.md)
|
- [State Diagram](stateDiagram.md)
|
||||||
- [Entity Relationship Diagram](entityRelationshipDiagram.md)
|
- [Entity Relationship Diagram](entityRelationshipDiagram.md)
|
||||||
|
- [User Journey](user-journey.md)
|
||||||
- [Gantt](gantt.md)
|
- [Gantt](gantt.md)
|
||||||
- [Pie Chart](pie.md)
|
- [Pie Chart](pie.md)
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,17 @@ journey
|
|||||||
Go downstairs: 5: Me
|
Go downstairs: 5: Me
|
||||||
Sit down: 5: Me
|
Sit down: 5: Me
|
||||||
```
|
```
|
||||||
|
```mermaid
|
||||||
|
journey
|
||||||
|
title My working day
|
||||||
|
section Go to work
|
||||||
|
Make tea: 5: Me
|
||||||
|
Go upstairs: 3: Me
|
||||||
|
Do work: 1: Me, Cat
|
||||||
|
section Go home
|
||||||
|
Go downstairs: 5: Me
|
||||||
|
Sit down: 5: Me
|
||||||
|
```
|
||||||
|
|
||||||
Each user journey is split into sections, these describe the part of the task
|
Each user journey is split into sections, these describe the part of the task
|
||||||
the user is trying to complete.
|
the user is trying to complete.
|
||||||
|
|||||||
Reference in New Issue
Block a user