From a1ff216c1f0680f2e1610e7d0ded9bd2b7831a3b Mon Sep 17 00:00:00 2001 From: Thomas Jung Date: Tue, 15 Sep 2026 10:42:16 -0400 Subject: [PATCH] Add joule-studio and 3 active groups to repository-groups.json --- config/repository-groups.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config/repository-groups.json b/config/repository-groups.json index 979a9d8aa..a533c7568 100644 --- a/config/repository-groups.json +++ b/config/repository-groups.json @@ -123,5 +123,29 @@ "description": "A playground for testing and experimenting with the Tutorial system", "urlBase": "sap-tutorials/sandbox", "teamAdmin": "rbrainey" + }, + { + "name": "joule-studio", + "description": "SAP Joule Studio tutorials", + "urlBase": "sap-tutorials/joule-studio", + "teamAdmin": null + }, + { + "name": "datasphere-skills-club", + "description": "SAP Datasphere Skills Club tutorials", + "urlBase": "sap-tutorials/datasphere-skills-club", + "teamAdmin": null + }, + { + "name": "sap-conversational-ai", + "description": "SAP Conversational AI tutorials", + "urlBase": "sap-tutorials/sap-conversational-ai", + "teamAdmin": null + }, + { + "name": "sap-mobile-cards", + "description": "SAP Mobile Cards tutorials", + "urlBase": "sap-tutorials/sap-mobile-cards", + "teamAdmin": null } ]