Skip to content

Commit 5c1395a

Browse files
authored
update with more links
1 parent e3e788f commit 5c1395a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ <h2 class="project-tagline">{{ page.description }}</h2>
2222
{% endif %}
2323
<p>
2424
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/purchase">Purchasing</a> |
25+
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/manual#hexfiles">MicroCode hex files</a> |
2526
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/manual">User guide</a> |
2627
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/language">Language</a> |
2728
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/samples">Samples</a> |
2829
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/jacdac">Jacdac</a> |
2930
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/robot">Robot</a> |
31+
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/">Web app</a> |
3032
<a href="https://{{ site.github.owner_name }}.github.io/{{ site.github.repository_name }}/docs/faq">FAQ</a>
3133
</p>
3234
</header>

docs/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Instruction to help localize MicroCode
88

99
You can point directly to a localized by doing `/<icodecode>` like `/fr` (case-sensitive).
1010

11-
The list of supported languages is available in the [User Guide](./manual#localization).
11+
The list of supported languages is available in the [User Guide](./manual#hexfiles).
1212

1313
## Helping with translations
1414

docs/manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The MicroCode visual programming model is based on Kodu and targets children age
1414
- [arcade shields](./purchase#arcade-shields) for the micro:bit V2 enable "on the go" programming with familiar game console controls
1515
- kid-friendly, icon-based, structured code editor and [programming language](./language)
1616
- lots of [sample programs](./samples) to get started
17-
- [translated](#localization) in 20+ languages
17+
- [hex files](#hexfiles) in 20+ languages
1818
- remote control a [micro:bit robot](./robot) using MicroCode
1919
to follow lines, avoid obstacles and more.
2020
- extend and program your creation with [Jacdac accessories](#jacdac) (LEDs, servos, ...)
@@ -28,7 +28,7 @@ All the above hardware can be [purchased](./purchase.md) from a variety of vendo
2828
Regardless of whether you are using the Arcade shield or web app, you first need to download the (localized) MicroCode hex file to your micro:bit V2. There are two ways to do this:
2929

3030
1. visit the [web app](https://microbit-apps.github.io/microcode-classic/) and follow directions to connect your micro:bit and [automatically download over WebUSB](#download)
31-
2. visit the [localization](#localization) section to _download_ the MicroCode hex file to your computer and copy to your micro:bit V2 (plugged into your computer via USB).
31+
2. visit the [hex files](#hexfiles) section to _download_ the MicroCode hex file to your computer and copy to your micro:bit V2 (plugged into your computer via USB).
3232

3333
## Hands-on resources
3434

@@ -56,7 +56,7 @@ In this video, we launch an LED animation when a clap is detected.
5656

5757
<video class="sample" poster="./videos/jacdac-led.png" src="./videos/jacdac-led.mp4" controls="true"></video>
5858

59-
## Localization {#localization}
59+
## Localized hex files {#hexfiles}
6060

6161
MicroCode is community translated through Crowdin. Please read on [localization](./localization) to get started.
6262

0 commit comments

Comments
 (0)