From 92b46d5c7bab5a242643c1b0821f0c89103b01fd Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 24 Jun 2016 13:27:34 -0700 Subject: [PATCH] using button instead of large links --- docs/getting-started.md | 4 +++- docs/getting-started/buttons.md | 4 +++- docs/getting-started/coin-flipper.md | 4 +++- docs/getting-started/rock-paper-scissors.md | 4 +++- docs/getting-started/screen.md | 4 +++- docs/getting-started/shake.md | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 78556e4e..1fe3577a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -39,4 +39,6 @@ screen, then a smiley again -- it never stops! (That's because of the Click **Compile** to move your program to the BBC micro:bit! Make sure to follow the instructions. -## [NEXT: THE SCREEN](/getting-started/screen) \ No newline at end of file +### ~button /getting-started/screen +NEXT: THE SCREEN +### ~ \ No newline at end of file diff --git a/docs/getting-started/buttons.md b/docs/getting-started/buttons.md index 492cfd45..0f2d79dd 100644 --- a/docs/getting-started/buttons.md +++ b/docs/getting-started/buttons.md @@ -76,4 +76,6 @@ your handshake to make it happen! ## ~ -## [NEXT: SHAKE](/getting-started/shake) \ No newline at end of file +### ~button /getting-started/shake +NEXT: SHAKE +### ~ \ No newline at end of file diff --git a/docs/getting-started/coin-flipper.md b/docs/getting-started/coin-flipper.md index 32bea0ba..93d27c0f 100644 --- a/docs/getting-started/coin-flipper.md +++ b/docs/getting-started/coin-flipper.md @@ -73,4 +73,6 @@ input.onButtonPressed(Button.AB, () => { Flip until your thumbs get tired! -## [NEXT: ROCK PAPER SCISSORS](/getting-started/rock-paper-scissors) +### ~button /getting-started/rock-paper-scissors +NEXT: ROCK PAPER SCISSORS +### ~ diff --git a/docs/getting-started/rock-paper-scissors.md b/docs/getting-started/rock-paper-scissors.md index 701d0d6d..ac9f6e79 100644 --- a/docs/getting-started/rock-paper-scissors.md +++ b/docs/getting-started/rock-paper-scissors.md @@ -200,4 +200,6 @@ input.onButtonPressed(Button.B, () => { ``` Click **Compile** to move your program to the BBC micro:bit! -## [NEXT: PROJECTS!](/projects) +### ~button /projects +NEXT: PROJECTS! +### ~ diff --git a/docs/getting-started/screen.md b/docs/getting-started/screen.md index 64e7c64a..30cf1339 100644 --- a/docs/getting-started/screen.md +++ b/docs/getting-started/screen.md @@ -93,4 +93,6 @@ You can find the ``show leds`` block in the **Basic** part of the editor. #### ~ -## [NEXT: BUTTONS](/getting-started/buttons) \ No newline at end of file +### ~button /getting-started/buttons +NEXT: BUTTONS +### ~ \ No newline at end of file diff --git a/docs/getting-started/shake.md b/docs/getting-started/shake.md index 5856cbc9..ced4b764 100644 --- a/docs/getting-started/shake.md +++ b/docs/getting-started/shake.md @@ -19,4 +19,6 @@ input.onGesture(Gesture.Shake, () => { ``` Click **Compile** to move your program to the BBC micro:bit! -## [NEXT: COIN FLIPPER GAME](/getting-started/coin-flipper) +### ~button /getting-started/coin-flipper +NEXT: COIN FLIPPER GAME +### ~