Set more projects as side-docs (#1253)

This commit is contained in:
Galen Nickel 2018-09-17 09:02:09 -07:00 committed by Peli de Halleux
parent 95ae446a6d
commit 2cfc487412
2 changed files with 6 additions and 3 deletions

View File

@ -170,7 +170,8 @@ Fun games to build with your @boardname@.
[{
"name": "Compass",
"url":"/projects/compass",
"imageUrl":"/static/mb/projects/a5-compass.png"
"imageUrl":"/static/mb/projects/a5-compass.png",
"cardType": "side"
},{
"name": "Telegraph",
"url":"/projects/telegraph",

View File

@ -9,12 +9,14 @@ Here are some cool projects that you can build with your @boardname@!
"name": "Mood Radio",
"url": "/projects/mood-radio",
"description": "Send a mood message to your friends",
"imageUrl": "/static/mb/projects/mood-radio.png"
"imageUrl": "/static/mb/projects/mood-radio.png",
"cardType": "side"
}, {
"name": "Tele-potato",
"url": "/projects/tele-potato",
"description": "Play a radio version of the hot potato game",
"imageUrl": "/static/mb/projects/tele-potato.png"
"imageUrl": "/static/mb/projects/tele-potato.png",
"cardType": "side"
}, {
"name": "Fireflies",
"url": "/projects/fireflies",