Skip to content

Commit fcc40e6

Browse files
authored
Merge pull request #157 from martinemde/en-similar-to-ja
[EN] Split the versions into supported/unsupported
2 parents efdba57 + fbd6846 commit fcc40e6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

public/en/index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,24 @@
1717
<body>
1818
<div class="container">
1919
<div class="page-header">
20-
<h1>Documentation for Ruby</h1>
20+
<h1>Ruby Programming Language Documentation</h1>
2121
</div>
2222
<div class="list-group">
2323
<a class="list-group-item" href="./master/">Ruby master</a>
2424
<a class="list-group-item" href="./3.3/">Ruby 3.3</a>
2525
<a class="list-group-item" href="./3.2/">Ruby 3.2</a>
2626
<a class="list-group-item" href="./3.1/">Ruby 3.1</a>
27-
<a class="list-group-item" href="./3.0/">Ruby 3.0</a>
28-
<a class="list-group-item" href="./2.7.0/">Ruby 2.7.0</a>
29-
<a class="list-group-item" href="./2.6.0/">Ruby 2.6.0 (outdated)</a>
30-
<a class="list-group-item" href="./2.5.0/">Ruby 2.5.0 (outdated)</a>
31-
<a class="list-group-item" href="./2.4.0/">Ruby 2.4.0 (outdated)</a>
32-
<a class="list-group-item" href="./2.3.0/">Ruby 2.3.0 (outdated)</a>
33-
<a class="list-group-item" href="./2.2.0/">Ruby 2.2.0 (outdated)</a>
34-
<a class="list-group-item" href="./2.1.0/">Ruby 2.1.0 (outdated)</a>
35-
<a class="list-group-item" href="./2.0.0/">Ruby 2.0.0 (outdated)</a>
27+
</div>
28+
<h2>Other versions</h2>
29+
<div class="list-group">
30+
<a class="list-group-item" href="./3.0/">Ruby 3.0 (End of Support 2024-04)</a>
31+
<a class="list-group-item" href="./2.7.0/">Ruby 2.7 (End of Support 2023-04)</a>
32+
<a class="list-group-item" href="./2.6.0/">Ruby 2.6 (End of Support 2022-04)</a>
33+
<a class="list-group-item" href="./2.5.0/">Ruby 2.5 (End of Support 2021-04)</a>
34+
<a class="list-group-item" href="./2.4.0/">Ruby 2.4 (End of Support 2020-04)</a>
35+
<a class="list-group-item" href="./2.3.0/">Ruby 2.3 (End of Support 2019-04)</a>
36+
<a class="list-group-item" href="./2.2.0/">Ruby 2.2 (End of Support 2018-04)</a>
37+
<a class="list-group-item" href="./2.1.0/">Ruby 2.1 (End of Support 2017-04)</a>
3638
</div>
3739
</div>
3840
</body>

0 commit comments

Comments
 (0)