diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index 03d3ce39010..bfe3f51702d 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -556,6 +556,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "FWD Vision AI Kit", + "url":"/pkg/Forward-Education/pxt-ai-vision", + "cardType": "package" +}, { "name": "FWD Voice AI Kit", "url":"/pkg/Forward-Education/pxt-ai-voice", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 2a23530e8f3..a3f74bece77 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" ] }, + "forward-education/pxt-ai-vision": { "tags": [ "Science" ] }, "forward-education/pxt-ai-voice": { "tags": [ "Science" ] }, "elecfreaks/pxt-pu-robot": { "tags": [ "Robotics" ] }, "microsoft/pxt-simx-sample": {