diff --git a/docs/getting-started.md b/docs/getting-started.md index 45134b85..221d0f5d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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" }, diff --git a/docs/static/tutorials/mindstorms-music.png b/docs/static/tutorials/music-brick.png similarity index 100% rename from docs/static/tutorials/mindstorms-music.png rename to docs/static/tutorials/music-brick.png diff --git a/docs/static/tutorials/mindstorms-music/play-tone-dropdown.png b/docs/static/tutorials/music-brick/play-tone-dropdown.png similarity index 100% rename from docs/static/tutorials/mindstorms-music/play-tone-dropdown.png rename to docs/static/tutorials/music-brick/play-tone-dropdown.png diff --git a/docs/static/tutorials/mindstorms-music/press-my-buttons.png b/docs/static/tutorials/music-brick/press-my-buttons.png similarity index 100% rename from docs/static/tutorials/mindstorms-music/press-my-buttons.png rename to docs/static/tutorials/music-brick/press-my-buttons.png diff --git a/docs/static/tutorials/redlight-greenlight/pause-color-sensor-dropdown.PNG b/docs/static/tutorials/redlight-greenlight/pause-color-sensor-dropdown.png similarity index 100% rename from docs/static/tutorials/redlight-greenlight/pause-color-sensor-dropdown.PNG rename to docs/static/tutorials/redlight-greenlight/pause-color-sensor-dropdown.png diff --git a/docs/static/tutorials/what-animal-am-i/show-image-dropdown.PNG b/docs/static/tutorials/what-animal-am-i/show-image-dropdown.png similarity index 100% rename from docs/static/tutorials/what-animal-am-i/show-image-dropdown.PNG rename to docs/static/tutorials/what-animal-am-i/show-image-dropdown.png diff --git a/docs/tutorials.md b/docs/tutorials.md index 24ea344c..44e8d2f8 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -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) diff --git a/docs/tutorials/mindstorms-music.md b/docs/tutorials/music-brick.md similarity index 93% rename from docs/tutorials/mindstorms-music.md rename to docs/tutorials/music-brick.md index 58a88f31..39796765 100644 --- a/docs/tutorials/mindstorms-music.md +++ b/docs/tutorials/music-brick.md @@ -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 () { diff --git a/pxtarget.json b/pxtarget.json index a7e19bc4..7ba707e5 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -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"