Add getting started tutorial to home screen

This commit is contained in:
Sam El-Husseini 2018-05-21 14:08:47 -07:00
parent 44f5981a8f
commit 90c5f99684
2 changed files with 17 additions and 0 deletions

16
docs/tutorials.md Normal file
View File

@ -0,0 +1,16 @@
# Projects
Here are some cool tutorials to get you started with your @boardname@!
## Getting started
```codecard
[{
"name":"Get Started!",
"url":"/tutorials/getting-started",
"cardType": "tutorial",
"label": "New? Start Here!",
"labelClass": "red ribbon large tutorial",
"description": "Start coding your micro:bit with this simple tutorial."
}]
```

View File

@ -60,6 +60,7 @@
"zh-TW"
],
"galleries": {
"Tutorials": "v1/tutorials",
"Projects": "v1/projects",
"Examples": "v1/examples"
}