rename micro:bit to @boardname@

This commit is contained in:
Peli de Halleux
2016-11-01 17:44:37 -07:00
parent 9bc1e38345
commit 89406330cf
226 changed files with 697 additions and 750 deletions

View File

@ -1,6 +1,6 @@
# micro:bit/JavaScript Documentation
# @boardname@/JavaScript Documentation
JavaScript docs for the micro:bit
JavaScript docs for the @boardname@
### @section full
@ -194,7 +194,7 @@ Functions in this category require to be connected to a remote device.
## Debugging
* use the [serial library](/js/serial-library) to print data from your micro:bit on your computer
* use the [serial library](/js/serial-library) to print data from your @boardname@ on your computer
* learn about the [device error codes](/device/errors) that are displayed when sad faces occur
## Edit/Publish