mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
less talking
This commit is contained in:
parent
00506aa332
commit
a2bf42461d
6 changed files with 28985 additions and 1069 deletions
|
@ -17,21 +17,6 @@ exports.dialog = [{
|
|||
'[http://pcottle.github.com/learnGitBranching/?demo](http://pcottle.github.com/learnGitBranching/?demo)'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## The LearnGitBranching Interface',
|
||||
'',
|
||||
'There are features to use within the user interface behind ',
|
||||
'this modal dialog. A list',
|
||||
'',
|
||||
' * git commands (to interact with git)',
|
||||
' * level commands (to get level hints or solutions)',
|
||||
' * sandbox commands (like this one)',
|
||||
''
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
@ -56,23 +41,11 @@ exports.dialog = [{
|
|||
markdowns: [
|
||||
'## Sharing is caring!',
|
||||
'',
|
||||
'Share trees with your friends via',
|
||||
'Share trees with your friends via `export tree` and `import tree`',
|
||||
'',
|
||||
' * export tree',
|
||||
' * import tree',
|
||||
'Have a great lesson to share? Try building a level with `build level` or try out a friend\'s level with `import level`',
|
||||
'',
|
||||
'Have a great lesson to share? Try building a level with',
|
||||
'',
|
||||
' * build level'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Levels',
|
||||
'',
|
||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||
'For now let\'s get you started on the `levels`...'
|
||||
]
|
||||
}
|
||||
}];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue