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
+12
View File
@@ -79,6 +79,18 @@
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
` `
}; };
+4
View File
@@ -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 = '';