From 2be2b10e59951ca54841f23ddc49b4a75c9f407c Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Fri, 1 May 2020 16:04:44 +0200 Subject: [PATCH] #1334 Adding docs for user journey to side nav --- docs/_sidebar.md | 1 + docs/user-journey.md | 11 +++++++++++ 2 files changed, 12 insertions(+) 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.