-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.17 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Past That Open Docs versions</h1>
<p>Here you will find the documentation to previous versions of the libraries. Keep in mind the following points:</p>
<ul>
<li>We strongly recommend to use the latest versions of the libraries.</li>
<li>Each new version comes with a migration guide from the previous one.</li>
<li>We do not make bug fixes for these versions - all fixes go to the newer ones.</li>
<li>We do not guarantee that the live examples will work, as they are bound to the latest version of the libraries.</li>
<li>These docs don't have a search function because Algolia just works for the updated docs page.</li>
</ul>
<p>If you have any questions, let us know in our community.</p>
<ul>
<li><a href="./3.0.x/intro">3.0.x</a></li>
<li><a href="./3.1.x/intro">3.1.x</a></li>
<li><a href="./3.2.x/intro">3.2.x</a></li>
<li><a href="./3.3.x/intro">3.3.x</a></li>
</ul>
</body>
</html>