diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index e01316efe6..61ae079314 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -513,6 +513,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "Gcube", + "url":"/pkg/roborisen/gcube", + "cardType": "package" +}, { "name": "Roversa", "url":"/pkg/eb8ga/pxt-roversa-2", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index e487d2be8a..924c199603 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -458,7 +458,8 @@ "grandpabond/pxt-flexfx": { "tags": [ "Software" ] }, "grandpabond/pxt-faces": { "tags": [ "Software" ] }, "joylabz/code-a-key-extension": {}, - "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] } + "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] }, + "roborisen/gcube": { "tags": [ "Robotics" ] } }, "upgrades": { "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",