Skip to content

Commit 4596d94

Browse files
docs: Add custom CSS to API docs to format code better.
1 parent eca7c52 commit 4596d94

26 files changed

+55
-24
lines changed

config/typedoc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"path": "https://github.com/microbit-foundation/microbit-fs/tree/v0.9.0/src/",
2020
"line": "L"
2121
}],
22+
"customStyles": [{
23+
"path": "https://microbit-foundation.github.io/microbit-fs/assets/docs-extra.css"
24+
}],
2225
"links": [{
2326
"label": " | ",
2427
"url": null

docs/api/classes/_micropython_fs_hex_.micropythonfshex.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
10+
<link rel="stylesheet" href="https://microbit-foundation.github.io/microbit-fs/assets/docs-extra.css">
1011
</head>
1112
<body>
1213
<header>
@@ -983,7 +984,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
983984
</ul>
984985
</section>
985986
</section>
986-
<!--{&quot;options&quot;:&quot;config/typedoc.json&quot;,&quot;tsconfig&quot;:&quot;/Users/microbit-carlos/workspace/microbit-foundation/js-up-fs&quot;,&quot;inputFiles&quot;:[&quot;./src&quot;],&quot;mode&quot;:1,&quot;includeDeclarations&quot;:false,&quot;entryPoint&quot;:&quot;&quot;,&quot;exclude&quot;:[&quot;**/__tests__/**/*&quot;],&quot;externalPattern&quot;:[],&quot;excludeExternals&quot;:true,&quot;excludeNotExported&quot;:true,&quot;excludeNotDocumented&quot;:false,&quot;excludePrivate&quot;:true,&quot;excludeProtected&quot;:true,&quot;ignoreCompilerErrors&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;out&quot;:&quot;./docs/api&quot;,&quot;json&quot;:&quot;&quot;,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;name&quot;:&quot;microbit-fs API&quot;,&quot;includeVersion&quot;:true,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;./docs/api-readme.md&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;listInvalidSymbolLinks&quot;:false,&quot;links&quot;:[{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; General Documentation &quot;,&quot;url&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; micro:bit Tech Site &quot;,&quot;url&quot;:&quot;https://tech.microbit.org&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; GitHub Repo &quot;,&quot;url&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/&quot;}],&quot;outline&quot;:[{&quot;MicroPython Hex FS&quot;:{&quot;Class MicropythonFsHex&quot;:&quot;classes/_micropython_fs_hex_.micropythonfshex&quot;,&quot;Input Data interface&quot;:&quot;interfaces/_micropython_fs_hex_.intelhexwithid&quot;},&quot;MicroPython Appended Script&quot;:{&quot;Module&quot;:&quot;modules/_micropython_appended_&quot;},&quot;Hex Memory Info&quot;:{&quot;Output Data Interface&quot;:&quot;interfaces/_device_mem_info_.devicememinfo&quot;,&quot;HexMemInfo module&quot;:&quot;modules/_hex_mem_info_&quot;,&quot;UICR module&quot;:&quot;modules/_uicr_&quot;,&quot;Flash Regions module&quot;:&quot;modules/_flash_regions_&quot;}}],&quot;source&quot;:[{&quot;path&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/tree/v0.9.0/src/&quot;,&quot;line&quot;:&quot;L&quot;}]}-->
987+
<!--{&quot;options&quot;:&quot;config/typedoc.json&quot;,&quot;tsconfig&quot;:&quot;/Users/microbit-carlos/workspace/microbit-foundation/js-up-fs&quot;,&quot;inputFiles&quot;:[&quot;./src&quot;],&quot;mode&quot;:1,&quot;includeDeclarations&quot;:false,&quot;entryPoint&quot;:&quot;&quot;,&quot;exclude&quot;:[&quot;**/__tests__/**/*&quot;],&quot;externalPattern&quot;:[],&quot;excludeExternals&quot;:true,&quot;excludeNotExported&quot;:true,&quot;excludeNotDocumented&quot;:false,&quot;excludePrivate&quot;:true,&quot;excludeProtected&quot;:true,&quot;ignoreCompilerErrors&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;out&quot;:&quot;./docs/api&quot;,&quot;json&quot;:&quot;&quot;,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;name&quot;:&quot;microbit-fs API&quot;,&quot;includeVersion&quot;:true,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;./docs/api-readme.md&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;listInvalidSymbolLinks&quot;:false,&quot;links&quot;:[{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; General Documentation &quot;,&quot;url&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; micro:bit Tech Site &quot;,&quot;url&quot;:&quot;https://tech.microbit.org&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; GitHub Repo &quot;,&quot;url&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/&quot;}],&quot;outline&quot;:[{&quot;MicroPython Hex FS&quot;:{&quot;Class MicropythonFsHex&quot;:&quot;classes/_micropython_fs_hex_.micropythonfshex&quot;,&quot;Input Data interface&quot;:&quot;interfaces/_micropython_fs_hex_.intelhexwithid&quot;},&quot;MicroPython Appended Script&quot;:{&quot;Module&quot;:&quot;modules/_micropython_appended_&quot;},&quot;Hex Memory Info&quot;:{&quot;Output Data Interface&quot;:&quot;interfaces/_device_mem_info_.devicememinfo&quot;,&quot;HexMemInfo module&quot;:&quot;modules/_hex_mem_info_&quot;,&quot;UICR module&quot;:&quot;modules/_uicr_&quot;,&quot;Flash Regions module&quot;:&quot;modules/_flash_regions_&quot;}}],&quot;source&quot;:[{&quot;path&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/tree/v0.9.0/src/&quot;,&quot;line&quot;:&quot;L&quot;}],&quot;customStyles&quot;:[{&quot;path&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/assets/docs-extra.css&quot;}]}-->
987988
</div>
988989
<div class="col-2 col-menu secondary-menu">
989990
<nav class="tsd-navigation secondary menu-sticky">

docs/api/classes/_simple_file_.simplefile.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
10+
<link rel="stylesheet" href="https://microbit-foundation.github.io/microbit-fs/assets/docs-extra.css">
1011
</head>
1112
<body>
1213
<header>
@@ -227,7 +228,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
227228
</ul>
228229
</section>
229230
</section>
230-
<!--{&quot;options&quot;:&quot;config/typedoc.json&quot;,&quot;tsconfig&quot;:&quot;/Users/microbit-carlos/workspace/microbit-foundation/js-up-fs&quot;,&quot;inputFiles&quot;:[&quot;./src&quot;],&quot;mode&quot;:1,&quot;includeDeclarations&quot;:false,&quot;entryPoint&quot;:&quot;&quot;,&quot;exclude&quot;:[&quot;**/__tests__/**/*&quot;],&quot;externalPattern&quot;:[],&quot;excludeExternals&quot;:true,&quot;excludeNotExported&quot;:true,&quot;excludeNotDocumented&quot;:false,&quot;excludePrivate&quot;:true,&quot;excludeProtected&quot;:true,&quot;ignoreCompilerErrors&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;out&quot;:&quot;./docs/api&quot;,&quot;json&quot;:&quot;&quot;,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;name&quot;:&quot;microbit-fs API&quot;,&quot;includeVersion&quot;:true,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;./docs/api-readme.md&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;listInvalidSymbolLinks&quot;:false,&quot;links&quot;:[{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; General Documentation &quot;,&quot;url&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; micro:bit Tech Site &quot;,&quot;url&quot;:&quot;https://tech.microbit.org&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; GitHub Repo &quot;,&quot;url&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/&quot;}],&quot;outline&quot;:[{&quot;MicroPython Hex FS&quot;:{&quot;Class MicropythonFsHex&quot;:&quot;classes/_micropython_fs_hex_.micropythonfshex&quot;,&quot;Input Data interface&quot;:&quot;interfaces/_micropython_fs_hex_.intelhexwithid&quot;},&quot;MicroPython Appended Script&quot;:{&quot;Module&quot;:&quot;modules/_micropython_appended_&quot;},&quot;Hex Memory Info&quot;:{&quot;Output Data Interface&quot;:&quot;interfaces/_device_mem_info_.devicememinfo&quot;,&quot;HexMemInfo module&quot;:&quot;modules/_hex_mem_info_&quot;,&quot;UICR module&quot;:&quot;modules/_uicr_&quot;,&quot;Flash Regions module&quot;:&quot;modules/_flash_regions_&quot;}}],&quot;source&quot;:[{&quot;path&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/tree/v0.9.0/src/&quot;,&quot;line&quot;:&quot;L&quot;}]}-->
231+
<!--{&quot;options&quot;:&quot;config/typedoc.json&quot;,&quot;tsconfig&quot;:&quot;/Users/microbit-carlos/workspace/microbit-foundation/js-up-fs&quot;,&quot;inputFiles&quot;:[&quot;./src&quot;],&quot;mode&quot;:1,&quot;includeDeclarations&quot;:false,&quot;entryPoint&quot;:&quot;&quot;,&quot;exclude&quot;:[&quot;**/__tests__/**/*&quot;],&quot;externalPattern&quot;:[],&quot;excludeExternals&quot;:true,&quot;excludeNotExported&quot;:true,&quot;excludeNotDocumented&quot;:false,&quot;excludePrivate&quot;:true,&quot;excludeProtected&quot;:true,&quot;ignoreCompilerErrors&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;out&quot;:&quot;./docs/api&quot;,&quot;json&quot;:&quot;&quot;,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;name&quot;:&quot;microbit-fs API&quot;,&quot;includeVersion&quot;:true,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;./docs/api-readme.md&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;listInvalidSymbolLinks&quot;:false,&quot;links&quot;:[{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; General Documentation &quot;,&quot;url&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; micro:bit Tech Site &quot;,&quot;url&quot;:&quot;https://tech.microbit.org&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; GitHub Repo &quot;,&quot;url&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/&quot;}],&quot;outline&quot;:[{&quot;MicroPython Hex FS&quot;:{&quot;Class MicropythonFsHex&quot;:&quot;classes/_micropython_fs_hex_.micropythonfshex&quot;,&quot;Input Data interface&quot;:&quot;interfaces/_micropython_fs_hex_.intelhexwithid&quot;},&quot;MicroPython Appended Script&quot;:{&quot;Module&quot;:&quot;modules/_micropython_appended_&quot;},&quot;Hex Memory Info&quot;:{&quot;Output Data Interface&quot;:&quot;interfaces/_device_mem_info_.devicememinfo&quot;,&quot;HexMemInfo module&quot;:&quot;modules/_hex_mem_info_&quot;,&quot;UICR module&quot;:&quot;modules/_uicr_&quot;,&quot;Flash Regions module&quot;:&quot;modules/_flash_regions_&quot;}}],&quot;source&quot;:[{&quot;path&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/tree/v0.9.0/src/&quot;,&quot;line&quot;:&quot;L&quot;}],&quot;customStyles&quot;:[{&quot;path&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/assets/docs-extra.css&quot;}]}-->
231232
</div>
232233
<div class="col-2 col-menu secondary-menu">
233234
<nav class="tsd-navigation secondary menu-sticky">

docs/api/enums/_device_mem_info_.deviceversion.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
10+
<link rel="stylesheet" href="https://microbit-foundation.github.io/microbit-fs/assets/docs-extra.css">
1011
</head>
1112
<body>
1213
<header>
@@ -122,7 +123,7 @@ <h3>two</h3>
122123
</aside>
123124
</section>
124125
</section>
125-
<!--{&quot;options&quot;:&quot;config/typedoc.json&quot;,&quot;tsconfig&quot;:&quot;/Users/microbit-carlos/workspace/microbit-foundation/js-up-fs&quot;,&quot;inputFiles&quot;:[&quot;./src&quot;],&quot;mode&quot;:1,&quot;includeDeclarations&quot;:false,&quot;entryPoint&quot;:&quot;&quot;,&quot;exclude&quot;:[&quot;**/__tests__/**/*&quot;],&quot;externalPattern&quot;:[],&quot;excludeExternals&quot;:true,&quot;excludeNotExported&quot;:true,&quot;excludeNotDocumented&quot;:false,&quot;excludePrivate&quot;:true,&quot;excludeProtected&quot;:true,&quot;ignoreCompilerErrors&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;out&quot;:&quot;./docs/api&quot;,&quot;json&quot;:&quot;&quot;,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;name&quot;:&quot;microbit-fs API&quot;,&quot;includeVersion&quot;:true,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;./docs/api-readme.md&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;listInvalidSymbolLinks&quot;:false,&quot;links&quot;:[{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; General Documentation &quot;,&quot;url&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; micro:bit Tech Site &quot;,&quot;url&quot;:&quot;https://tech.microbit.org&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; GitHub Repo &quot;,&quot;url&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/&quot;}],&quot;outline&quot;:[{&quot;MicroPython Hex FS&quot;:{&quot;Class MicropythonFsHex&quot;:&quot;classes/_micropython_fs_hex_.micropythonfshex&quot;,&quot;Input Data interface&quot;:&quot;interfaces/_micropython_fs_hex_.intelhexwithid&quot;},&quot;MicroPython Appended Script&quot;:{&quot;Module&quot;:&quot;modules/_micropython_appended_&quot;},&quot;Hex Memory Info&quot;:{&quot;Output Data Interface&quot;:&quot;interfaces/_device_mem_info_.devicememinfo&quot;,&quot;HexMemInfo module&quot;:&quot;modules/_hex_mem_info_&quot;,&quot;UICR module&quot;:&quot;modules/_uicr_&quot;,&quot;Flash Regions module&quot;:&quot;modules/_flash_regions_&quot;}}],&quot;source&quot;:[{&quot;path&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/tree/v0.9.0/src/&quot;,&quot;line&quot;:&quot;L&quot;}]}-->
126+
<!--{&quot;options&quot;:&quot;config/typedoc.json&quot;,&quot;tsconfig&quot;:&quot;/Users/microbit-carlos/workspace/microbit-foundation/js-up-fs&quot;,&quot;inputFiles&quot;:[&quot;./src&quot;],&quot;mode&quot;:1,&quot;includeDeclarations&quot;:false,&quot;entryPoint&quot;:&quot;&quot;,&quot;exclude&quot;:[&quot;**/__tests__/**/*&quot;],&quot;externalPattern&quot;:[],&quot;excludeExternals&quot;:true,&quot;excludeNotExported&quot;:true,&quot;excludeNotDocumented&quot;:false,&quot;excludePrivate&quot;:true,&quot;excludeProtected&quot;:true,&quot;ignoreCompilerErrors&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;out&quot;:&quot;./docs/api&quot;,&quot;json&quot;:&quot;&quot;,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;name&quot;:&quot;microbit-fs API&quot;,&quot;includeVersion&quot;:true,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;./docs/api-readme.md&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;listInvalidSymbolLinks&quot;:false,&quot;links&quot;:[{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; General Documentation &quot;,&quot;url&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; micro:bit Tech Site &quot;,&quot;url&quot;:&quot;https://tech.microbit.org&quot;},{&quot;label&quot;:&quot; | &quot;,&quot;url&quot;:null},{&quot;label&quot;:&quot; GitHub Repo &quot;,&quot;url&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/&quot;}],&quot;outline&quot;:[{&quot;MicroPython Hex FS&quot;:{&quot;Class MicropythonFsHex&quot;:&quot;classes/_micropython_fs_hex_.micropythonfshex&quot;,&quot;Input Data interface&quot;:&quot;interfaces/_micropython_fs_hex_.intelhexwithid&quot;},&quot;MicroPython Appended Script&quot;:{&quot;Module&quot;:&quot;modules/_micropython_appended_&quot;},&quot;Hex Memory Info&quot;:{&quot;Output Data Interface&quot;:&quot;interfaces/_device_mem_info_.devicememinfo&quot;,&quot;HexMemInfo module&quot;:&quot;modules/_hex_mem_info_&quot;,&quot;UICR module&quot;:&quot;modules/_uicr_&quot;,&quot;Flash Regions module&quot;:&quot;modules/_flash_regions_&quot;}}],&quot;source&quot;:[{&quot;path&quot;:&quot;https://github.com/microbit-foundation/microbit-fs/tree/v0.9.0/src/&quot;,&quot;line&quot;:&quot;L&quot;}],&quot;customStyles&quot;:[{&quot;path&quot;:&quot;https://microbit-foundation.github.io/microbit-fs/assets/docs-extra.css&quot;}]}-->
126127
</div>
127128
<div class="col-2 col-menu secondary-menu">
128129
<nav class="tsd-navigation secondary menu-sticky">

0 commit comments

Comments
 (0)