Skip to content
Snippets Groups Projects
Commit c5c651b6 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

Merge branch 'zacharysabourin/main/145' into 'main'

feat: Migrate /documentation to Hugo

See merge request !28
parents 9583cb9a 948ac2ed
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ pluralizeListTitles = false ...@@ -38,7 +38,7 @@ pluralizeListTitles = false
# table_classes = "table table-bordered" # table_classes = "table table-bordered"
# hide_cfa_same_page = true # hide_cfa_same_page = true
# show_collapsible_menu = true # show_collapsible_menu = true
# sidebar_layout = "default" sidebar_layout = "default"
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"
...@@ -101,3 +101,44 @@ pluralizeListTitles = false ...@@ -101,3 +101,44 @@ pluralizeListTitles = false
url = "/projects/" url = "/projects/"
#pre = "<i data-feather=\"users\"></i>" # https://feathericons.com/ #pre = "<i data-feather=\"users\"></i>" # https://feathericons.com/
weight = 2 weight = 2
[[menu.sidebar]]
identifier = "documentation"
name= "Getting Started"
url = "/getting_started"
weight = 1
[[menu.sidebar]]
parent = "documentation"
name = "New to Eclipse?"
url = "/getting_started"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 2
[[menu.sidebar]]
parent = "documentation"
name = "Downloads"
url = "/downloads"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 3
[[menu.sidebar]]
parent = "documentation"
name = "Eclipse Articles"
url = "https://wiki.eclipse.org/Eclipse_Corner"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 4
[[menu.sidebar]]
parent = "documentation"
name = "Eclipse Forums"
url = "/forums"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 5
[[menu.sidebar]]
parent = "documentation"
name = "Resources"
url = "/resources"
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
weight = 6
\ No newline at end of file
...@@ -52,6 +52,10 @@ server { ...@@ -52,6 +52,10 @@ server {
rewrite /home/welcome.php /home/welcome redirect; rewrite /home/welcome.php /home/welcome redirect;
rewrite /home/whatis.php /home/whatis redirect; rewrite /home/whatis.php /home/whatis redirect;
# www.eclipse.org/documentation
# https://git.eclipse.org/c/www.eclipse.org/documentation.git/tree/
rewrite /documentation/index.php /documentation redirect;
# www.eclipse.org/europe # www.eclipse.org/europe
# https://git.eclipse.org/c/www.eclipse.org/europe.git/tree/ # https://git.eclipse.org/c/www.eclipse.org/europe.git/tree/
rewrite /europe/index.php /europe redirect; rewrite /europe/index.php /europe redirect;
......
---
title: "Eclipse Documentation"
date: 2022-07-25T12:00:00-04:00
description: "Eclipse IDE documentation"
categories: []
keywords: ["eclipse", "documentation", "help", "api", "programmer", "javadoc", "sdk", "developer", "network", "code"]
slug: ""
aliases: []
toc: false
draft: false
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>
{{</ html/list_wrapper >}}
## Older releases
{{< html/list_wrapper listClass="fa-ul">}}
<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:
{{< html/list_wrapper listClass="fa-ul">}}
<li><a href="https://archive.eclipse.org/eclipse/downloads/"><i class="fa fa-globe"></i> Eclipse project archived downloads</a></li>
<li><a href="https://www.eclipse.org/downloads/packages/release/"><i class="fa fa-globe"></i> Eclipse Packaging Project (EPP) Releases</a></li>
<li><a href="https://help.eclipse.org/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fua_help_setup_infocenter.htm"><i class="fa fa-globe"></i> How to start or stop information center from command line</a></li>
{{</ html/list_wrapper >}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment