inserting macros instead of hard coded board names

This commit is contained in:
Peli de Halleux
2016-11-01 10:42:42 -07:00
parent 6799721c9b
commit d76d92e041
132 changed files with 271 additions and 271 deletions

View File

@ -14,10 +14,10 @@ JavaScript docs for the micro:bit
### ~
Welcome to the Touch Develop home page for the BBC micro:bit. Below you will find resources about the Touch Develop programming language and code editor. Good places to start include:
Welcome to the Touch Develop home page for the @boardname@. Below you will find resources about the Touch Develop programming language and code editor. Good places to start include:
* [the Touch Develop Editor](/js/editor)
* [30+ BBC micro:bit lessons](/lessonss)
* [30+ @boardname@ lessons](/lessonss)
* [offline support](/offline)
### ~column
@ -92,7 +92,7 @@ Welcome to the Touch Develop home page for the BBC micro:bit. Below you will fin
### ~column
## BBC micro:bit functions
## @boardname@ functions
### Basic
@ -190,7 +190,7 @@ Functions in this category require to be connected to a remote device.
## Run
* [scripts in the browser](/js/simulator)
* [scripts on your BBC micro:bit](/device/usb)
* [scripts on your @boardname@](/device/usb)
## Debugging