Skip to content

Commit

Permalink
Added recent release articles (#306)
Browse files Browse the repository at this point in the history
fixed #305

Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
  • Loading branch information
JonasHelming authored Jul 12, 2022
1 parent 2f317be commit 583a96a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@ const categories = [
{
title: 'Release announcements',
resources: [
{
title: 'Eclipse Theia 1.27 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2022/07/11/eclipse-theia-1-27-release-news-and-noteworthy/',
type: 'article'
},
{
title: 'Eclipse Theia 1.26 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2022/06/10/eclipse-theia-1-26-release-news-and-noteworthy/',
type: 'article'
},
{
title: 'Eclipse Theia 1.25 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2022/05/09/eclipse-theia-1-25-release-news-and-noteworthy/',
type: 'article'
},
{
title: 'Eclipse Theia 1.24 Release: News and Noteworthy',
url: 'https://eclipsesource.com/blogs/2022/04/14/eclipse-theia-1-24-release-news-and-noteworthy/',
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 @@ -98,7 +98,7 @@ const Header = () => (
<h2 style={{ fontSize: '2.1rem' }}>
Efficiently develop and deliver Cloud & Desktop IDEs and tools with modern web technologies.
<br/>
<a href="https://eclipsesource.com/blogs/2022/03/01/eclipse-theia-1-23-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.23 Release!</a>
<a href="https://eclipsesource.com/blogs/2022/07/11/eclipse-theia-1-27-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.27 Release!</a>
<br/>
Stay up-to-date: <a href="https://twitter.com/theia_ide">follow us on Twitter</a> and <a href="https://accounts.eclipse.org/mailing-list/friends-of-theia">register to the "Friends of Theia" mailing list</a>.
</h2>
Expand Down

0 comments on commit 583a96a

Please sign in to comment.