Tutorial format and macro fixes (#425)
* Tutorial format and macro fixes * Remove branded names
This commit is contained in:
@ -2,19 +2,19 @@
|
||||
|
||||
## Tutorials
|
||||
|
||||
Step by step guide to coding your @boardname@.
|
||||
Step by step guides to coding your @boardname@.
|
||||
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Wake Up Mindstorms",
|
||||
"description": "Show different moods on your LEGO Mindstorms Brick. Is it tired, sleepy, or awake?",
|
||||
"name": "Wake Up!",
|
||||
"description": "Show different moods on your @boardname@. Is it tired, sleepy, or awake?",
|
||||
"cardType": "tutorial",
|
||||
"url":"/tutorials/wake-up",
|
||||
"imageUrl":"/static/tutorials/wake-up.png"
|
||||
}, {
|
||||
"name": "Make An Animation",
|
||||
"description": "Create a custom animation for your LEGO Mindstorms Brick.",
|
||||
"description": "Create a custom animation for your @boardname@.",
|
||||
"cardType": "tutorial",
|
||||
"url":"/tutorials/make-an-animation",
|
||||
"imageUrl":"/static/tutorials/make-an-animation.png"
|
||||
@ -25,8 +25,8 @@ Step by step guide to coding your @boardname@.
|
||||
"url":"/tutorials/what-animal-am-i",
|
||||
"imageUrl":"/static/tutorials/what-animal-am-i.png"
|
||||
}, {
|
||||
"name": "Mindstorms Music",
|
||||
"description": "Transform your LEGO Mindstorms Brick into a musical instrument!",
|
||||
"name": "Music Brick",
|
||||
"description": "Transform your @boardname@ into a musical instrument!",
|
||||
"cardType": "tutorial",
|
||||
"url":"/tutorials/mindstorms-music",
|
||||
"imageUrl":"/static/tutorials/mindstorms-music.png"
|
||||
|
Reference in New Issue
Block a user