|
17 | 17 | <body>
|
18 | 18 | <div class="container">
|
19 | 19 | <div class="page-header">
|
20 |
| - <h1>Documentation for Ruby</h1> |
| 20 | + <h1>Ruby Programming Language Documentation</h1> |
21 | 21 | </div>
|
22 | 22 | <div class="list-group">
|
23 | 23 | <a class="list-group-item" href="./master/">Ruby master</a>
|
24 | 24 | <a class="list-group-item" href="./3.3/">Ruby 3.3</a>
|
25 | 25 | <a class="list-group-item" href="./3.2/">Ruby 3.2</a>
|
26 | 26 | <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> |
36 | 38 | </div>
|
37 | 39 | </div>
|
38 | 40 | </body>
|
|
0 commit comments