update docs

This commit is contained in:
Tom Ball 2016-07-15 11:47:22 -07:00
parent 797474063d
commit 8ef94d2854
2 changed files with 24 additions and 30 deletions

View File

@ -1,36 +1,26 @@
# Documentation # Documentation
```sim ### Things to do
basic.forever(() => {
basic.showString("DOCS ");
})
input.onButtonPressed(Button.A, () => {
led.stopAnimation();
basic.showLeds(`
. . . . .
. # . # .
. . . . .
# . . . #
. # # # .`);
});
input.onButtonPressed(Button.B, () => {
led.stopAnimation();
basic.showLeds(`
. # . # .
# . # . #
# . . . #
. # . # .
. . # . .`);
});
```
* **[getting started](/getting-started)** * **[Getting Started](/getting-started)**
* Get started with [projects](/projects) * [Ten projects](/projects)
* Browse the [micro:bit APIs](/reference)
* Learn more about the [micro:bit device](/device) ### Micro:bit reference
* Frequently Asked Question [faq](/faq)
* Follow up with the [release notes](/release-notes) * [The micro:bit APIs](/reference)
* [The micro:bit device](/device)
### Language and data reference
* [Blocks language](/blocks)
* [JavaScript language](/javascript)
* [Streaming data](/streaming)
### More questions?
* [Frequently Asked Question](/faq)
* [Release notes](/release-notes)
### Developers ### Developers
* Learn about [packages](/packages) (possibly using C++ or ARM thumb) * Learn about [packages](/packages)

View File

@ -118,6 +118,10 @@
{ {
"name": "Streaming Data", "name": "Streaming Data",
"path": "/streaming" "path": "/streaming"
},
{
"name": "The Device",
"path": "/device"
} }
], ],
"sideDoc": "getting-started" "sideDoc": "getting-started"