Fix tutorial authoring for getting started (#885)

* Fix tutorial authoring for getting started

Remove extra new lines

* Fix other tutorials
This commit is contained in:
Sam El-Husseini
2018-06-21 16:02:19 -07:00
committed by GitHub
parent d7f9280dc7
commit 2e9cb3c43b
7 changed files with 35 additions and 38 deletions

View File

@ -13,4 +13,30 @@ Here are some cool tutorials to get you started with your @boardname@!
"labelClass": "red ribbon large tutorial",
"description": "Start coding your micro:bit with this simple tutorial."
}]
```
## Basic
```codecard
[{
"name": "Flashing Heart",
"url":"/projects/flashing-heart",
"imageUrl": "/static/mb/projects/a1-display.png",
"cardType": "tutorial"
}, {
"name": "Smiley Buttons",
"url":"/projects/smiley-buttons",
"imageUrl": "/static/mb/projects/a2-buttons.png",
"cardType": "tutorial"
}, {
"name": "Coin Flipper",
"url":"/projects/coin-flipper",
"imageUrl": "/static/mb/projects/coin-flipper.png",
"cardType": "tutorial"
}, {
"name": "Love Meter",
"url":"/projects/love-meter",
"imageUrl":"/static/mb/projects/a3-pins.png",
"cardType": "tutorial"
}]
```