File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ possible through contributions of companies and individuals around the world.
21
21
This project is managed on GitHub, and the best way to contribute is to jump in
22
22
and fix/file issues.
23
23
24
- https://github.com/microbit-foundation/microbit-fs
24
+ [ https://github.com/microbit-foundation/microbit-fs ] ( https://github.com/microbit-foundation/microbit-fs )
25
25
26
26
If you're interested in working on any of these items, please file an issue
27
27
and mention @microbit-carlos .
@@ -33,7 +33,8 @@ A link to the Code of Conduct will soon be added here.
33
33
34
34
## Bugs
35
35
36
- Issue tracker: https://github.com/microbit-foundation/microbit-fs/issues
36
+ Issue tracker:
37
+ [ https://github.com/microbit-foundation/microbit-fs/issues ] ( https://github.com/microbit-foundation/microbit-fs/issues )
37
38
38
39
## Development Workflow
39
40
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This is the documentation for the micro:bit Filesystem library.
25
25
This library can be used to add files with Python code (or any other content)
26
26
into a MicroPython hex file, ready to be loaded into a micro: bit .
27
27
28
- The reverse process is also provided , being able to read the files encoded in
28
+ The reverse process is also supported , being able to read the files encoded in
29
29
the MicroPython filesystem from a hex file.
30
30
31
31
As part of the micro: bit V2 release this library can also generate
@@ -37,3 +37,9 @@ to create a singe hex that can be loaded in any micro:bit board.
37
37
- ⬆️ The header at the top contains a search bar
38
38
- ⬅️ The menu on the left shows you the available documentation pages
39
39
- ⬇️ If you'd like to contribute to the docs there is an edit link at the footer
40
+
41
+ ## Other Documentation
42
+
43
+ - [ MicroPython user docs page for filesystem] ( https://microbit-micropython.readthedocs.io/en/v1.0.1/filesystem.html )
44
+ - [ The micro: bit Tech Site contains general technical information about the
45
+ micro: bit ] ( https://tech.microbit.org )
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ nav_order: 2
8
8
9
9
## ES5 UMD Bundle
10
10
11
- Download the UMD bundle from a GitHub release and add it to the page:
11
+ Download the UMD bundle from the
12
+ [ latest GitHub release] ( https://github.com/microbit-foundation/microbit-fs/releases/latest )
13
+ and add it to the page:
12
14
13
15
``` html
14
16
<script src =" microbit-fs.umd.min.js" ></script >
You can’t perform that action at this time.
0 commit comments