Skip to content

Commit

Permalink
Add Theia IDE introductions (#570)
Browse files Browse the repository at this point in the history
fixed #567

Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
  • Loading branch information
JonasHelming committed Jul 3, 2024
1 parent be5447a commit 7d9e1d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ const categories = [
{
title: 'News around Eclipse Theia',
resources: [
{
title: 'Introducing the Theia IDE',
url: 'https://eclipsesource.com/blogs/2024/06/27/introducing-the-theia-ide/',
type: 'article'
},
{
title: 'Eclipse Foundation Introduces the Theia',
url: 'https://newsroom.eclipse.org/news/announcements/eclipse-foundation-introduces-theia-ide-elevate-modern-developer-experience',
type: 'article'
},
{
title: 'The Eclipse Theia Update 2023',
url: 'https://youtu.be/2rbMtztIHgw?si=3a1hw892rPT-lW6d',
Expand Down
2 changes: 1 addition & 1 deletion src/components/index/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const Header = () => (
</div>
<div className="header__banner">
<h1 style={{ fontSize: '2.2rem' }}>
In case you missed TheiaCon 2023 (Nov 15th-Nov 16th), all talk recordings are available now, see <a href="https://www.youtube.com/watch?v=2rbMtztIHgw&list=PLy7t4z5SYNaQ0cajexl1uZhiZwiD93v9g">here</a>!
Theia IDE is now generally available! Read our <a href="https://newsroom.eclipse.org/news/announcements/eclipse-foundation-introduces-theia-ide-elevate-modern-developer-experience">press release</a> and <a href="https://eclipsesource.com/blogs/2024/06/27/introducing-the-theia-ide/">blog post</a> for more details!
</h1>
</div>
</header>
Expand Down

0 comments on commit 7d9e1d2

Please sign in to comment.