We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a107b commit 81c5205Copy full SHA for 81c5205
.prettierignore
@@ -1,5 +1,6 @@
1
dist
2
coverage
3
+docs
4
5
# This is just for personal use
6
ignore/
docs/index.md
@@ -9,11 +9,13 @@ nav_order: 1
9
# micro:bit Filesystem
10
{: .fs-9 }
11
12
-Add files to a micro:bit MicroPython hex file.
+Manipulate files in a micro:bit MicroPython Intel Hex file.
13
{: .fs-6 .fw-300 }
14
15
[Quick Guide](/quick-guide){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
16
-[View it on GitHub](https://github.com/microbit-foundation/js-microbit-micropython-fs/){: .btn .fs-5 .mb-4 .mb-md-0 }
+[View it on GitHub](https://github.com/microbit-foundation/microbit-fs/){: .btn .fs-5 .mb-4 .mb-md-0 }
17
+
18
+---
19
20
The documentation is currently a work in progress.
21
0 commit comments