From 0017b77c3a8950dc8e0cf482669d8dc5d7f26735 Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Thu, 30 May 2024 21:45:32 +0100 Subject: [PATCH] add KittenBot TabbyBot (#5701) --- docs/extensions/extension-gallery.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index bf14800696c..dfdb4bcd0c4 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -517,6 +517,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "KittenBot TabbyBot", + "url":"/pkg/KittenBot/pxt-tabbyrobot", + "cardType": "package" +}, { "name": "Gcube", "url":"/pkg/roborisen/gcube", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 06e4dbf314e..930aa6c389a 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -460,7 +460,8 @@ "grandpabond/pxt-faces": { "tags": [ "Software" ] }, "joylabz/code-a-key-extension": {}, "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] }, - "roborisen/gcube": { "tags": [ "Robotics" ] } + "roborisen/gcube": { "tags": [ "Robotics" ] }, + "kittenbot/pxt-tabbyrobot": { "tags": [ "Robotics" ] } }, "upgrades": { "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",