Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e5e2518fb |
@@ -79,7 +79,19 @@
|
|||||||
section Go home
|
section Go home
|
||||||
Go downstairs: 5: Me
|
Go downstairs: 5: Me
|
||||||
Sit down: 3: Me
|
Sit down: 3: Me
|
||||||
`
|
`,
|
||||||
|
'Git Graph': ` gitGraph
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
branch develop
|
||||||
|
checkout develop
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
checkout main
|
||||||
|
merge develop
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
`
|
||||||
};
|
};
|
||||||
|
|
||||||
const loadSampleDiagram = (diagramType: string): void => {
|
const loadSampleDiagram = (diagramType: string): void => {
|
||||||
|
|||||||
@@ -59,6 +59,10 @@
|
|||||||
},
|
},
|
||||||
journey: {
|
journey: {
|
||||||
code: '/#/user-journey'
|
code: '/#/user-journey'
|
||||||
|
},
|
||||||
|
gitGraph: {
|
||||||
|
code: '/#/gitgraph',
|
||||||
|
config: '/#/gitgraph?id=gitgraph-specific-configuration-options'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
let text = '';
|
let text = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user