From 924c0fdf1df8826c15fc7ffcce9daac79a4ac84c Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Mon, 16 Sep 2024 10:52:21 +0200 Subject: [PATCH] Add Theia AI article (#599) fixed #598 Signed-off-by: Jonas Helming --- src/components/Resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Resources.js b/src/components/Resources.js index 07c98531..075cfded 100644 --- a/src/components/Resources.js +++ b/src/components/Resources.js @@ -79,6 +79,11 @@ const categories = [ { title: 'News around Eclipse Theia', resources: [ + { + 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/', + type: 'article' + }, { title: 'Introducing the Theia IDE', url: 'https://eclipsesource.com/blogs/2024/06/27/introducing-the-theia-ide/',