renaming...

This commit is contained in:
Tom Ball 2016-06-14 14:39:31 -04:00
parent 6e62acb384
commit beac252620
4 changed files with 7 additions and 7 deletions

View File

@ -26,8 +26,8 @@ input.onButtonPressed(Button.B, () => {
* **[getting started](/getting-started)** * **[getting started](/getting-started)**
* Get started with [projects](/projects) * Get started with [projects](/projects)
* Browse the [API reference](/reference) * Browse the [micro:bit APIs](/reference)
* Learn more about the [device](/device) * Learn more about the [micro:bit device](/device)
* Frequently Asked Question [faq](/faq) * Frequently Asked Question [faq](/faq)
* Follow up with the [release notes](/release-notes) * Follow up with the [release notes](/release-notes)

View File

@ -1,4 +1,4 @@
# Projects # Ten Projects
![](/static/mb/projects/all10.png) ![](/static/mb/projects/all10.png)

View File

@ -1,4 +1,4 @@
# Reference # Microb:bit APIs
```namespaces ```namespaces
basic.showNumber(0); basic.showNumber(0);

View File

@ -102,15 +102,15 @@
"path": "/getting-started" "path": "/getting-started"
}, },
{ {
"name": "Projects", "name": "Ten Projects",
"path": "/projects" "path": "/projects"
}, },
{ {
"name": "Reference", "name": "Micro:bit APIs",
"path": "/reference" "path": "/reference"
}, },
{ {
"name": "Device", "name": "Micro:bit Device",
"path": "/device" "path": "/device"
} }
], ],