diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index b90a435c967..bdf3958585b 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -601,6 +601,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "Peanut King micro:bit Shield V2", + "url":"/pkg/peanut-king-solution/pxt-pks-shield-v2", + "cardType": "package" +}, { "name": "Peanut King Controller", "url":"/pkg/peanut-king-solution/pxt-pks-controller", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index fcf97440852..47b3043ad84 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -450,6 +450,7 @@ "skinformatics/enorasiscore-makecode": { "tags": [ "Science" ] }, "robotgyms/pxt-robotpu": { "tags": [ "Robotics" ] }, "pasalt/pxt-neopixel-matrix-extension": { "tags": [ "Lights and Display" ] }, + "peanut-king-solution/pxt-pks-shield-v2": { "tags": [ "Robotics" ] }, "peanut-king-solution/pxt-pks-controller": { "tags": [ "Robotics" ] }, "forward-education/pxt-ai-vision": { "tags": [ "Science" ] }, "forward-education/pxt-ai-voice": { "tags": [ "Science" ] },