From 3322119f35f0bb8deb05652e5bb40784e4a7a0fa Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Fri, 4 May 2018 16:23:53 -0700 Subject: [PATCH] Unplug tutorial intros from step path (#584) --- docs/tutorials/line-following.md | 2 +- docs/tutorials/make-an-animation.md | 2 +- docs/tutorials/music-brick.md | 2 +- docs/tutorials/object-near.md | 2 +- docs/tutorials/redlight-greenlight.md | 2 +- docs/tutorials/run-motors.md | 2 +- docs/tutorials/security-alert.md | 2 +- docs/tutorials/touch-sensor-values.md | 2 +- docs/tutorials/touch-to-run.md | 2 +- docs/tutorials/wake-up.md | 2 +- docs/tutorials/what-animal-am-i.md | 2 +- docs/tutorials/what-color.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/tutorials/line-following.md b/docs/tutorials/line-following.md index 26376ef5..d0e42fc0 100644 --- a/docs/tutorials/line-following.md +++ b/docs/tutorials/line-following.md @@ -1,6 +1,6 @@ # Line Following -## Introduction @fullscreen +## Introduction @unplugged Make a program to follow a line using the Color sensor and reflected light. Let's test reflected light to see if it's white or black (on the line), and drive our robot accordingly. diff --git a/docs/tutorials/make-an-animation.md b/docs/tutorials/make-an-animation.md index 25d1464f..c017f2c1 100644 --- a/docs/tutorials/make-an-animation.md +++ b/docs/tutorials/make-an-animation.md @@ -1,6 +1,6 @@ # Make a custom animation -## Introduction @fullscreen +## Introduction @unplugged Create a custom animation for your @boardname@. diff --git a/docs/tutorials/music-brick.md b/docs/tutorials/music-brick.md index c8f509cb..05c18536 100644 --- a/docs/tutorials/music-brick.md +++ b/docs/tutorials/music-brick.md @@ -1,6 +1,6 @@ # Music Brick -## Introduction @fullscreen +## Introduction @unplugged Transform your @boardname@ into a musical instrument! diff --git a/docs/tutorials/object-near.md b/docs/tutorials/object-near.md index 560c2684..0992e312 100644 --- a/docs/tutorials/object-near.md +++ b/docs/tutorials/object-near.md @@ -1,6 +1,6 @@ # Object Near? -## Introduction @fullscreen +## Introduction @unplugged The digital Ultrasonic Sensor generates sound waves and reads their echoes to detect and measure distance from objects in centimeters. Build a program that will detect when an object is nearby. diff --git a/docs/tutorials/redlight-greenlight.md b/docs/tutorials/redlight-greenlight.md index 2c27d9a7..ab761011 100644 --- a/docs/tutorials/redlight-greenlight.md +++ b/docs/tutorials/redlight-greenlight.md @@ -1,6 +1,6 @@ # Red Light, Green Light -## Introduction @fullscreen +## Introduction @unplugged Use the ``||sensors:pause color sensor||`` block to play Red Light, Green Light with your @boardname@ robot! diff --git a/docs/tutorials/run-motors.md b/docs/tutorials/run-motors.md index 7d0409e6..e00efb4e 100644 --- a/docs/tutorials/run-motors.md +++ b/docs/tutorials/run-motors.md @@ -1,6 +1,6 @@ # Run motors -## Introduction @fullscreen +## Introduction @unplugged Use the buttons to start and stop the large and medium motors. diff --git a/docs/tutorials/security-alert.md b/docs/tutorials/security-alert.md index b16da4db..88ed8f5e 100644 --- a/docs/tutorials/security-alert.md +++ b/docs/tutorials/security-alert.md @@ -1,6 +1,6 @@ # Security Alert -## Introduction @fullscreen +## Introduction @unplugged The Infrared Sensor uses infrared light waves to detect proximity to the robot. Build an security alert using the infrared sensor. diff --git a/docs/tutorials/touch-sensor-values.md b/docs/tutorials/touch-sensor-values.md index ef2a81d9..54c02d78 100644 --- a/docs/tutorials/touch-sensor-values.md +++ b/docs/tutorials/touch-sensor-values.md @@ -1,6 +1,6 @@ # Using Touch Sensor Values -## Introduction @fullscreen +## Introduction @unplugged Use the Touch sensor value to stop a running motor. diff --git a/docs/tutorials/touch-to-run.md b/docs/tutorials/touch-to-run.md index 58013c5e..d257a32f 100644 --- a/docs/tutorials/touch-to-run.md +++ b/docs/tutorials/touch-to-run.md @@ -1,6 +1,6 @@ # Touch to Run -## Introduction @fullscreen +## Introduction @unplugged Use the Touch sensor to run a motor. diff --git a/docs/tutorials/wake-up.md b/docs/tutorials/wake-up.md index 80f21d35..53eafe5b 100644 --- a/docs/tutorials/wake-up.md +++ b/docs/tutorials/wake-up.md @@ -1,6 +1,6 @@ # Wake Up! -## Introduction @fullscreen +## Introduction @unplugged Show different moods on your @boardname@. diff --git a/docs/tutorials/what-animal-am-i.md b/docs/tutorials/what-animal-am-i.md index 657e436a..5d39017f 100644 --- a/docs/tutorials/what-animal-am-i.md +++ b/docs/tutorials/what-animal-am-i.md @@ -1,6 +1,6 @@ # What Animal Am I? -## Introduction @fullscreen +## Introduction @unplugged Create different animal effects with your @boardname@. diff --git a/docs/tutorials/what-color.md b/docs/tutorials/what-color.md index f51ca60d..b05df2e2 100644 --- a/docs/tutorials/what-color.md +++ b/docs/tutorials/what-color.md @@ -1,6 +1,6 @@ # What Color is it? -## Introduction @fullscreen +## Introduction @unplugged Use the Color sensor to detect different colors.