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:
@ -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"
|
||||
}]
|
||||
```
|
Reference in New Issue
Block a user