diff --git a/docs/_sidebar.md b/docs/_sidebar.md index e05360119..a6c6a7f71 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -13,6 +13,7 @@ - [Class Diagram](classDiagram.md) - [State Diagram](stateDiagram.md) - [Entity Relationship Diagram](entityRelationshipDiagram.md) + - [User Journey](user-journey.md) - [Gantt](gantt.md) - [Pie Chart](pie.md) diff --git a/docs/user-journey.md b/docs/user-journey.md index 2446c6db0..a40af2acd 100644 --- a/docs/user-journey.md +++ b/docs/user-journey.md @@ -15,6 +15,17 @@ journey Go downstairs: 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 the user is trying to complete.