-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
42 lines (41 loc) · 1.68 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-620926-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-620926-3');
</script>
<title>Documentation for Ruby</title>
<link rel="stylesheet" href="/assets/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Ruby Programming Language Documentation</h1>
</div>
<div class="list-group">
<a class="list-group-item" href="./master/">Ruby master</a>
<a class="list-group-item" href="./3.4/">Ruby 3.4</a>
<a class="list-group-item" href="./3.3/">Ruby 3.3</a>
<a class="list-group-item" href="./3.2/">Ruby 3.2</a>
</div>
<h2>Other versions</h2>
<div class="list-group">
<a class="list-group-item" href="./3.1/">Ruby 3.1 (End of Support 2025-04)</a>
<a class="list-group-item" href="./3.0/">Ruby 3.0 (End of Support 2024-04)</a>
<a class="list-group-item" href="./2.7.0/">Ruby 2.7 (End of Support 2023-04)</a>
<a class="list-group-item" href="./2.6.0/">Ruby 2.6 (End of Support 2022-04)</a>
<a class="list-group-item" href="./2.5.0/">Ruby 2.5 (End of Support 2021-04)</a>
<a class="list-group-item" href="./2.4.0/">Ruby 2.4 (End of Support 2020-04)</a>
<a class="list-group-item" href="./2.3.0/">Ruby 2.3 (End of Support 2019-04)</a>
<a class="list-group-item" href="./2.2.0/">Ruby 2.2 (End of Support 2018-04)</a>
<a class="list-group-item" href="./2.1.0/">Ruby 2.1 (End of Support 2017-04)</a>
</div>
</div>
</body>
</html>