From c0a36403fd9ac03c0cfd05ef85c376a87f2c01e3 Mon Sep 17 00:00:00 2001 From: Olivier Goulet <olivier.goulet@eclipse-foundation.org> Date: Wed, 14 Sep 2022 13:43:49 +0000 Subject: [PATCH] Update /getting-started and /documentation for 2022-09 --- content/documentation/_index.md | 4 ++-- layouts/shortcodes/pages/getting-started/landing-page.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/documentation/_index.md b/content/documentation/_index.md index 569051e4..9a401234 100644 --- a/content/documentation/_index.md +++ b/content/documentation/_index.md @@ -14,17 +14,17 @@ container: container ## Current releases {{< html/list_wrapper listClass="fa-ul">}} - <li><a href="http://help.eclipse.org/2022-06/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-06 (4.24) Documentation</a> (HTML Help Center)</li> + <li><a href="http://help.eclipse.org/2022-09/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-09 (4.25) Documentation</a> (HTML Help Center)</li> {{</ html/list_wrapper >}} ## Older releases {{< html/list_wrapper listClass="fa-ul">}} + <li><a href="http://help.eclipse.org/2022-06/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-06 (4.24) Documentation</a> (HTML Help Center)</li> <li><a href="http://help.eclipse.org/2022-03/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-03 (4.23) Documentation</a> (HTML Help Center)</li> <li><a href="http://help.eclipse.org/2021-12/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-12 (4.22) Documentation</a> (HTML Help Center)</li> <li><a href="http://help.eclipse.org/2021-09/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-09 (4.21) Documentation</a> (HTML Help Center)</li> <li><a href="http://help.eclipse.org/2021-06/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-06 (4.20) Documentation</a> (HTML Help Center)</li> - <li><a href="http://help.eclipse.org/2021-03/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-03 (4.19) Documentation</a> (HTML Help Center)</li> {{</ html/list_wrapper >}} For even older releases (Photon, Oxygen, Neon, etc), please download the corresponding Eclipse SDK or any EPP package and start the Information center locally as described here: diff --git a/layouts/shortcodes/pages/getting-started/landing-page.html b/layouts/shortcodes/pages/getting-started/landing-page.html index 144172cd..46bb1eb1 100644 --- a/layouts/shortcodes/pages/getting-started/landing-page.html +++ b/layouts/shortcodes/pages/getting-started/landing-page.html @@ -1,7 +1,7 @@ {{ $bugzillaLink := "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EPP" }} {{ $installButtonImageUrl := "https://download.eclipse.org/eclipse.org-common/themes/solstice/public/images/components/drag-drop/installbutton.png" }} -{{ $versionName := "2022-06" }} -{{ $platformVersion := "4.24" }} +{{ $versionName := "2022-09" }} +{{ $platformVersion := "4.25" }} <div class="timeline"> <div class="row"> -- GitLab