diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index 2e810fe41f0..7e9e1217c67 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -947,6 +947,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "FWD Edu UBit", + "url": "/pkg/Forward-Education/pxt-fwd-ubit", + "cardType": "package" +}, { "name": "Ceibal Ubit", "url": "/pkg/Forward-Education/pxt-ceibal-ubit", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 205b77bd47b..de1addbbd39 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -443,6 +443,7 @@ "pyocodingcompany-crypto/pyobot-makecode": { "tags": [ "Robotics" ] }, "kitronikltd/pxt-design-and-automate-accessory-kit": { "tags": [ "Robotics" ] }, "aorczyk/my-controller": { "tags": [ "Software" ] }, + "forward-education/pxt-fwd-ubit": {}, "forward-education/pxt-openscied": { "tags": [ "Science" ] }, "forward-education/pxt-ceibal-ubit": {}, "bsiever/pxt-sen66": { "tags": [ "Science" ] },