From 3c94bd59d01dab35c4ef2bf3679ae3a04750dd4c Mon Sep 17 00:00:00 2001 From: Olivier Goulet <olivier.goulet@eclipse-foundation.org> Date: Wed, 13 Mar 2024 13:20:51 +0000 Subject: [PATCH] feat: update eclipseide documentation --- content/documentation/_index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/documentation/_index.md b/content/documentation/_index.md index 7c19477..cfd4cda 100644 --- a/content/documentation/_index.md +++ b/content/documentation/_index.md @@ -15,13 +15,19 @@ container: container {{< html/list_wrapper listClass="fa-ul">}} <li> - <a href="http://help.eclipse.org/2023-09/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2023-09 (4.29) Documentation</a> (HTML Help Center) + <a href="http://help.eclipse.org/2024-03/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2024-03 (4.31) Documentation</a> (HTML Help Center) </li> {{</ html/list_wrapper >}} ## Older releases {{< html/list_wrapper listClass="fa-ul">}} + <li> + <a href="http://help.eclipse.org/2023-12/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2023-12 (4.30) Documentation</a> (HTML Help Center) + </li> + <li> + <a href="http://help.eclipse.org/2023-09/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2023-09 (4.29) Documentation</a> (HTML Help Center) + </li> <li> <a href="http://help.eclipse.org/2023-06/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2023-06 (4.28) Documentation</a> (HTML Help Center) </li> -- GitLab