Skip to content

Commit 462dadb

Browse files
File path to help doc
1 parent 3628304 commit 462dadb

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/on-start.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# on ML ... start
2+
3+
Some documentation

pxt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"files": [
1010
"README.md",
11+
"docs/on-start.md",
1112
"shims.d.ts",
1213
"enums.d.ts",
1314
"pxtextension.ts",

pxtextension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ namespace ml {
5656
//% weight=50
5757
//% parts="v2"
5858
//% group="micro:bit (V2)"
59+
//% help=github:pxt-microbit-ml/docs/on-start
5960
export function onStart(event: MlEvent, body: () => void): void {
6061
event.onStartHandler = body;
6162
const wrappedBody = () => {

0 commit comments

Comments
 (0)