removing mindstorms from tutorial names (#496)

* removing mindstorms from tutorial names

* lego feedback

* file name issues

* bring back bang
This commit is contained in:
Peli de Halleux 2018-04-12 14:41:22 -07:00 committed by GitHub
parent 661157f112
commit af3189d8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 23 additions and 9 deletions

View File

@ -7,7 +7,7 @@
{
"name": "Try",
"imageUrl": "/static/lessons/try.png",
"description": "Get a quick introduction to programming with EV3.",
"description": "Get a quick introduction to programming.",
"url": "/getting-started/try",
"cardType": "side"
},

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -27,8 +27,8 @@ Step by step guides to coding your @boardname@.
"name": "Music Brick",
"description": "Transform the brick into a musical instrument!",
"cardType": "tutorial",
"url":"/tutorials/mindstorms-music",
"imageUrl":"/static/tutorials/mindstorms-music.png"
"url":"/tutorials/music-brick",
"imageUrl":"/static/tutorials/music-brick.png"
}]
```
@ -110,3 +110,17 @@ Step by step guides to coding your @boardname@.
}]
```
## See Also
[Wake Up!](/tutorials/wake-up),
[Make An Animation](/tutorials/make-an-animation),
[What Animal Am I?](/tutorials/what-animal-am-i),
[Music Brick](/tutorials/music-brick),
[Run Motors](/tutorials/run-motors),
[Touch to Run](/tutorials/touch-to-run),
[Touch Sensor Values](/tutorials/touch-sensor-values),
[What Color?](/tutorials/what-color),
[Line Following](/tutorials/line-following),
[Red Light, Green Light](/tutorials/redlight-greenlight),
[Object Near?](/tutorials/object-near),
[Security Alert](/tutorials/security-alert)

View File

@ -4,7 +4,7 @@
Transform your @boardname@ into a musical instrument!
![Press my buttons message](/static/tutorials/mindstorms-music/press-my-buttons.png)
![Press my buttons message](/static/tutorials/music-brick/press-my-buttons.png)
## Step 1
@ -53,7 +53,7 @@ brick.showString("Press my buttons to make music!", 1)
In the ``||music:play tone||`` blocks, use the drop-down menu to select a note to play for each block. You can also set the duration to play each note for.
![Tone selector keyboard](/static/tutorials/mindstorms-music/play-tone-dropdown.png)
![Tone selector keyboard](/static/tutorials/music-brick/play-tone-dropdown.png)
```blocks
brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () {

View File

@ -2,9 +2,9 @@
"id": "ev3",
"platformid": "linux",
"nickname": "lego",
"name": "LEGO MINDSTORMS EV3",
"title": "LEGO MINDSTORMS EV3 - Blocks / Javascript editor",
"description": "A Blocks / JavaScript code editor for the LEGO MINDSTORMS EV3.",
"name": "LEGO® MINDSTORMS® Education EV3",
"title": "LEGO® MINDSTORMS® Education EV3 - Blocks / Javascript editor",
"description": "A Blocks / JavaScript code editor for the LEGO® MINDSTORMS® Education EV3.",
"corepkg": "ev3",
"bundleddirs": [
"libs/base",
@ -98,7 +98,7 @@
"githubUrl": "https://github.com/Microsoft/pxt-ev3",
"betaUrl": "https://makecode.legoeducation.com/about",
"driveDisplayName": "EV3",
"boardName": "LEGO MINDSTORMS EV3 Brick",
"boardName": "LEGO® MINDSTORMS® Education EV3",
"selectLanguage": true,
"availableLocales": [
"en"