less talking

This commit is contained in:
Peter Cottle 2013-02-16 16:38:36 -08:00
parent 00506aa332
commit a2bf42461d
6 changed files with 28985 additions and 1069 deletions

View file

@ -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`...'
]
}
}];