Compare commits

...
Author SHA1 Message Date
Yash-Singh1 4e5e2518fb feat: sample diagram and docs for gitgraph 2022-04-16 18:13:10 -07:00
2 changed files with 17 additions and 1 deletions
+13 -1
View File
@@ -79,7 +79,19 @@
section Go home
Go downstairs: 5: 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 => {
+4
View File
@@ -59,6 +59,10 @@
},
journey: {
code: '/#/user-journey'
},
gitGraph: {
code: '/#/gitgraph',
config: '/#/gitgraph?id=gitgraph-specific-configuration-options'
}
};
let text = '';