Fix casing of project titles in docs summaries (#1139)
This commit is contained in:
committed by
GitHub
parent
74c7a264ef
commit
4e4ad21cb5
@ -41,7 +41,7 @@ Fun games to build with your @boardname@.
|
||||
"url": "/projects/infection",
|
||||
"imageUrl": "/static/mb/projects/infection.png"
|
||||
}, {
|
||||
"name": "Hot Or Cold",
|
||||
"name": "Hot or Cold",
|
||||
"url": "/projects/hot-or-cold",
|
||||
"imageUrl": "/static/mb/projects/hot-or-cold.jpg"
|
||||
}, {
|
||||
@ -52,10 +52,6 @@ Fun games to build with your @boardname@.
|
||||
"name": "Rock Paper Scissors Teams",
|
||||
"url": "/projects/rps-teams",
|
||||
"imageUrl": "/static/mb/projects/rpsteams.png"
|
||||
}, {
|
||||
"name": "Micro:Coin",
|
||||
"url": "/projects/micro-coin",
|
||||
"imageUrl": "/static/mb/projects/micro-coin.png"
|
||||
}]
|
||||
```
|
||||
|
||||
@ -63,11 +59,11 @@ Fun games to build with your @boardname@.
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Hack your headphones",
|
||||
"name": "Hack Your Headphones",
|
||||
"url":"/projects/hack-your-headphones",
|
||||
"imageUrl":"/static/mb/projects/a6-music.png"
|
||||
}, {
|
||||
"name": "Banana keyboard",
|
||||
"name": "Banana Keyboard",
|
||||
"url":"/projects/banana-keyboard",
|
||||
"imageUrl":"/static/mb/projects/a7-conductive.png"
|
||||
}, {
|
||||
@ -107,11 +103,11 @@ Fun games to build with your @boardname@.
|
||||
"url":"/projects/milky-monster",
|
||||
"imageUrl":"/static/mb/projects/milky-monster.jpg"
|
||||
}, {
|
||||
"name": "Railway crossing",
|
||||
"name": "Railway Crossing",
|
||||
"url":"/projects/railway-crossing",
|
||||
"imageUrl":"/static/mb/projects/railway-crossing.png"
|
||||
},{
|
||||
"name": "Kitronik RC car hack",
|
||||
"name": "Kitronik RC Car Hack",
|
||||
"url": "/projects/rc-car",
|
||||
"imageUrl":"/static/mb/projects/rc-car.jpg"
|
||||
}]
|
||||
@ -121,7 +117,7 @@ Fun games to build with your @boardname@.
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Timing gates",
|
||||
"name": "Timing Gates",
|
||||
"url":"/projects/timing-gates",
|
||||
"imageUrl":"/static/mb/projects/timegate.jpg"
|
||||
},{
|
||||
|
Reference in New Issue
Block a user