diff --git a/kindtheme.json b/kindtheme.json new file mode 100644 index 00000000..9d0a61b9 --- /dev/null +++ b/kindtheme.json @@ -0,0 +1,26 @@ +{ + "id": "microbit", + "name": "BBC micro:bit", + "title": "JavaScript for BBC micro:bit", + "logoUrl": "https://www.microbit.co.uk/", + "logo":"BBC micro:bitLayer 1", + "footerLogo": "image/svg+xml", + "koduUrl": "https://www.kodugamelab.com/bbc-microbit/", + "visualStudioCode": true, + "docMenu": [ + { "name": "About Us", "path": "/about" }, + { "name": "Docs", "subitems": [ + { "name": "Basic", "path": "/reference/basic" }, + { "name": "Control", "path": "/reference/control" }, + { "name": "LEDs", "path": "/reference/control" }, + { "name": "Advanced", "subitems": [ + { "name": "Serial", "path": "/reference/serial" }, + { "name": "Debugging", "path": "/reference/debugging" } + ] }, + { "name": "---" }, + { "name": "Blocks", "path": "/reference/blocks" }, + { "name": "JavaScript", "path": "/reference/js" } + ] }, + { "name": "Lessons", "path": "/lessons" } + ] +} diff --git a/libs/microbit/kind.json b/libs/microbit/kind.json index 12595bb7..6cd6bc30 100644 --- a/libs/microbit/kind.json +++ b/libs/microbit/kind.json @@ -22,11 +22,6 @@ "id": "microbit", "name": "BBC micro:bit", "title": "JavaScript for BBC micro:bit", - "theme": { - "logoUrl": "https://www.microbit.co.uk/", - "logo":"BBC micro:bitLayer 1", - "footerLogo": "image/svg+xml" - }, "cloud": false, "blocksprj": { "id": "blocksprj", @@ -68,8 +63,6 @@ "README.md": "Describe your project here!" } }, - "koduUrl": "https://www.kodugamelab.com/bbc-microbit/", - "visualStudioCode": true, "compile": { "isNative": false, "hasHex": true @@ -79,4 +72,4 @@ "log": true } } -} \ No newline at end of file +}