Fix casing of project titles in docs summaries (#1139)

This commit is contained in:
Guillaume Jenkins 2018-08-28 16:03:23 -04:00 committed by GitHub
parent 74c7a264ef
commit 4e4ad21cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 34 deletions

View File

@ -7,35 +7,34 @@
## #projects
* [Projects](/projects)
* [Flashing heart](/projects/flashing-heart)
* [Smiley buttons](/projects/smiley-buttons)
* [Love meter](/projects/love-meter)
* [Rock paper scissors](/projects/rock-paper-scissors)
* [Magic button trick](/projects/magic-button-trick)
* [Flashing Heart](/projects/flashing-heart)
* [Smiley Buttons](/projects/smiley-buttons)
* [Love Meter](/projects/love-meter)
* [Rock Paper Scissors](/projects/rock-paper-scissors)
* [Magic Button Trick](/projects/magic-button-trick)
* [Coin Flipper](/projects/coin-flipper)
* [Salute!](/projects/salute)
* [Hack your headphones](/projects/hack-your-headphones)
* [Banana keyboard](/projects/banana-keyboard)
* [Hack Your Headphones](/projects/hack-your-headphones)
* [Banana Keyboard](/projects/banana-keyboard)
* [Guitar](/projects/guitar)
* [Duct tape wallet](/projects/wallet)
* [Duct Tape Wallet](/projects/wallet)
* [Watch](/projects/watch)
* [Soil Moisture](/projects/soil-moisture)
* [Plant Watering](/projects/plant-watering)
* [Reaction Time](/projects/reaction-time)
* [States of Matter](/projects/states-of-matter)
* [Mood radio](/projects/mood-radio)
* [Mood Radio](/projects/mood-radio)
* [Tele-Potato](/projects/tele-potato)
* [Hot Or Cold](/projects/hot-or-cold)
* [Hot or Cold](/projects/hot-or-cold)
* [Voting Machine](/projects/voting-machine)
* [Infection](/projects/infection)
* [Fireflies](/projects/fireflies)
* [Rock Paper Scissors Teams](/projects/rps-teams)
* [micro:coin](/projects/micro-coin)
* [Inchworm](/projects/inchworm)
* [Milk Carton Robot](/projects/milk-carton-robot)
* [Milk monster](/projects/milky-monster)
* [Milk Monster](/projects/milky-monster)
* [RC Car](/projects/rc-car)
* [Timing gates](/projects/timing-gates)
* [Timing Gates](/projects/timing-gates)
* [Compass](/projects/compass)
* [Telegraph](/projects/telegraph)
* [Railway Crossing](/projects/railway-crossing)
@ -45,16 +44,16 @@
* [Examples](/examples)
* [Blinky](/examples/blinky)
* [Name tag](/examples/name-tag)
* [Name Tag](/examples/name-tag)
* [Rando](/examples/rando)
* [Plot acceleration](/examples/plot-acceleration)
* [Plot light level](/examples/plot-light-level)
* [Plot analog pin](/examples/plot-analog-pin)
* [Servo calibrator](/examples/servo-calibrator)
* [Plot Acceleration](/examples/plot-acceleration)
* [Plot Light Level](/examples/plot-light-level)
* [Plot Analog Pin](/examples/plot-analog-pin)
* [Servo Calibrator](/examples/servo-calibrator)
* [Game of Life](/examples/gameofLife)
* [Egg and Spoon Race](/examples/egg-and-spoon)
* [Stop watch](/examples/stop-watch)
* [Radio dashboard](/examples/radio-dashboard)
* [Stop Watch](/examples/stop-watch)
* [Radio Dashboard](/examples/radio-dashboard)
## #courses
@ -287,7 +286,7 @@
* [event timestamp](/reference/control/event-timestamp)
* [event value](/reference/control/event-value)
* [Bluetooth](/reference/bluetooth)
* [About](/reference/bluetooth/about-bluetooth)
* [About](/reference/bluetooth/about-bluetooth)
* [Pairing](/reference/bluetooth/bluetooth-pairing)
* [on bluetooth connected](/reference/bluetooth/on-bluetooth-connected)
* [on bluetooth disconnected](/reference/bluetooth/on-bluetooth-disconnected)

View File

@ -41,7 +41,7 @@ Here are some fun programs for your @boardname@!
```codecard
[{
"name": "Egg & Spoon race",
"name": "Egg & Spoon Race",
"description": "Balance a micro:bit like an egg and spoon race",
"url": "/examples/egg-and-spoon",
"cardType": "example"
@ -87,7 +87,7 @@ Here are some fun programs for your @boardname@!
## Turtle graphics
```codecard
[{
[{
"name": "Turtle Square",
"description": "Move in a square",
"url": "/examples/turtle-square",

View File

@ -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"
},{

View File

@ -1 +0,0 @@
TODO: Fix for microbit master