update docs
This commit is contained in:
parent
797474063d
commit
8ef94d2854
50
docs/docs.md
50
docs/docs.md
@ -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)
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user