Add getting started tutorial to home screen
This commit is contained in:
parent
44f5981a8f
commit
90c5f99684
16
docs/tutorials.md
Normal file
16
docs/tutorials.md
Normal 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."
|
||||
}]
|
||||
```
|
@ -60,6 +60,7 @@
|
||||
"zh-TW"
|
||||
],
|
||||
"galleries": {
|
||||
"Tutorials": "v1/tutorials",
|
||||
"Projects": "v1/projects",
|
||||
"Examples": "v1/examples"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user