From 3d2a73f3a9701ead6f906d99d589f004a06d75d3 Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Thu, 14 Nov 2024 20:11:50 +0100 Subject: [PATCH] Add new Theia AI articles fixed #649 Signed-off-by: Jonas Helming --- src/components/Resources.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/Resources.js b/src/components/Resources.js index ef3c8f6e..292bb21b 100644 --- a/src/components/Resources.js +++ b/src/components/Resources.js @@ -308,7 +308,17 @@ const categories = [ title: 'Introducing AI Support in Theia IDE: The First Open, Transparent AI-Enhanced Development Environment', url: 'https://eclipsesource.com/blogs/2024/10/08/introducting-ai-theia-ide/', type: 'article' - }, + }, + { + title: 'Building AI-Powered Tools and IDEs: Practical Techniques', + url: 'https://eclipsesource.com/blogs/2024/10/28/building-ai-powered-tools-and-ides/', + type: 'article' + }, + { + title: 'Introducing Custom Chat Agents in Theia IDE: Automate Your Workflows with Ease', + url: 'https://eclipsesource.com/blogs/2024/11/06/custom-cat-agents-theia-ide/', + type: 'article' + }, { title: 'The Vision of Theia AI: Empowering Tool Builders with Full Control over AI Solutions', url: 'https://eclipsesource.com/blogs/2024/09/16/theia-ai-vision/',