af3189d8b5
* removing mindstorms from tutorial names * lego feedback * file name issues * bring back bang
22 lines
437 B
Markdown
22 lines
437 B
Markdown
# Getting Started
|
|
|
|
## Projects
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Try",
|
|
"imageUrl": "/static/lessons/try.png",
|
|
"description": "Get a quick introduction to programming.",
|
|
"url": "/getting-started/try",
|
|
"cardType": "side"
|
|
},
|
|
{
|
|
"name": "Use",
|
|
"imageUrl": "/static/lessons/use.png",
|
|
"description": "Build a robot and drive into the world of robotics!",
|
|
"url": "/getting-started/use",
|
|
"cardType": "side"
|
|
}
|
|
]
|
|
``` |