File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# micro: bit Universal Hex TypeScript Library
2
2
3
+ <img width =" 30% " alt =" microbit-universal-hex logo " src =" docs/img/microbit-uh-logo.png " align =" right " >
4
+
3
5
[ ![ CircleCI] ( https://circleci.com/gh/microbit-foundation/microbit-universal-hex.svg?style=svg )] ( https://circleci.com/gh/microbit-foundation/microbit-universal-hex )
4
6
5
7
TypeScript/JavaScript library to create micro: bit Universal Hex files for
6
8
micro: bit .
7
9
8
- <img width =" 50% " alt =" microbit-universal-hex logo " src =" docs/img/microbit-uh-logo.png " >
9
-
10
10
The Universal Hex file format was created to be able to contain the binary data
11
11
for micro: bit V1 and V2 boards in a single file, so that it works in all
12
12
versions of the micro: bit .
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ color_scheme: 'light'
26
26
# Create URL anchors for headings
27
27
heading_anchors : true
28
28
# Footer appears at the bottom of every page's main content
29
- footer_content : ' Copyright © 2017- 2020 Micro:bit Educational Foundation and project contributors. Distributed under the <a href="https://github.com/microbit-foundation/microbit-universal-hex/blob/master/LICENSE.md">MIT open source license</a>.'
29
+ footer_content : ' © 2020 Micro:bit Educational Foundation and project contributors. Distributed under the <a href="https://github.com/microbit-foundation/microbit-universal-hex/blob/master/LICENSE.md">MIT open source license</a>.'
30
30
31
31
# Footer "Edit this page on GitHub" link text
32
32
gh_edit_link : true
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ The API documentation is generated independently of the rest of these docs and
10
10
can be found here:
11
11
[ https://microbit-foundation.github.io/microbit-universal-hex/api/ ] ( https://microbit-foundation.github.io/microbit-universal-hex/api/ )
12
12
13
- The source code is well annotated with in-line documentation and
14
- [ TypeDoc] ( http://typedoc.org ) is used to generate the API documentation .
13
+ The source code is well annotated with docstring and
14
+ [ TypeDoc] ( http://typedoc.org ) is used to generate the API pages .
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Create Universal Hex files for the micro:bit.
16
16
{: .fs-6 .fw-300 }
17
17
18
18
[ Quick Guide] ( quick-guide.html ) {: .btn .btn-primary .mb-4 .mb-md-0 .mr-2 }
19
- [ API] ( api/ ) {: .btn .btn-blue .mb-4 .mb-md-0 .mr-2 }
19
+ [ API] ( api/ ) {: .btn .btn-purple .mb-4 .mb-md-0 .mr-2 }
20
20
[ View it on GitHub] ( https://github.com/microbit-foundation/microbit-universal-hex/ ) {: .btn .mb-4 .mb-md-0 }
21
21
22
- ---
22
+ < br >< hr >
23
23
24
24
This is the documentation for the micro: bit Universal Hex library.
25
25
@@ -34,6 +34,6 @@ micro:bit Universal Hex from two or more micro:bit Intel Hex files.
34
34
35
35
## Navigation
36
36
37
- ⬅️ The menu on the left shows you the available documentation pages.
38
- ⬆️ The header at the top contains search bar
39
- ⬇️ If you'd like to contribute to the docs there is an edit link at the footer
37
+ - ⬅️ The menu on the left shows you the available documentation pages.
38
+ - ⬆️ The header at the top contains search bar
39
+ - ⬇️ If you'd like to contribute to the docs there is an edit link at the footer
You can’t perform that action at this time.
0 commit comments