This repository was archived by the owner on Mar 3, 2023. It is now read-only.
File tree 1 file changed +4
-8
lines changed
website2/website/pages/en
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ function Versions(props) {
31
31
< header className = "postHeader" >
32
32
< h1 > { siteConfig . title } Versions</ h1 >
33
33
</ header >
34
- < p > New versions of this project are released every so often.</ p >
35
34
< h3 id = "latest" > Current version (Stable)</ h3 >
36
35
< table className = "versions" >
37
36
< tbody >
@@ -57,10 +56,10 @@ function Versions(props) {
57
56
</ tbody >
58
57
</ table >
59
58
< p >
60
- This is the version that is configured automatically when you first
61
- install this project.
59
+ Latest stable release of Apache Heron (Incubating)
62
60
</ p >
63
61
< h3 id = "rc" > Pre-release versions</ h3 >
62
+ < p > Here you can find the latest documentation and unreleased code.</ p >
64
63
< table className = "versions" >
65
64
< tbody >
66
65
< tr >
@@ -80,7 +79,7 @@ function Versions(props) {
80
79
</ tr >
81
80
</ tbody >
82
81
</ table >
83
- < p > Other text describing this section. </ p >
82
+
84
83
< h3 id = "archive" > Past Versions</ h3 >
85
84
< p > Here you can find previous versions of the documentation.</ p >
86
85
< table className = "versions" >
@@ -113,10 +112,7 @@ function Versions(props) {
113
112
) }
114
113
</ tbody >
115
114
</ table >
116
- < p >
117
- You can find past versions of this project on{ ' ' }
118
- < a href = { repoUrl } > GitHub</ a > .
119
- </ p >
115
+
120
116
</ div >
121
117
</ Container >
122
118
</ div >
You can’t perform that action at this time.
0 commit comments