Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 0f0ba18

Browse files
explicit unreleased code (#3658)
1 parent 6edbee7 commit 0f0ba18

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

website2/website/pages/en/versions.js

+4-8
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function Versions(props) {
3131
<header className="postHeader">
3232
<h1>{siteConfig.title} Versions</h1>
3333
</header>
34-
<p>New versions of this project are released every so often.</p>
3534
<h3 id="latest">Current version (Stable)</h3>
3635
<table className="versions">
3736
<tbody>
@@ -57,10 +56,10 @@ function Versions(props) {
5756
</tbody>
5857
</table>
5958
<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)
6260
</p>
6361
<h3 id="rc">Pre-release versions</h3>
62+
<p>Here you can find the latest documentation and unreleased code.</p>
6463
<table className="versions">
6564
<tbody>
6665
<tr>
@@ -80,7 +79,7 @@ function Versions(props) {
8079
</tr>
8180
</tbody>
8281
</table>
83-
<p>Other text describing this section.</p>
82+
8483
<h3 id="archive">Past Versions</h3>
8584
<p>Here you can find previous versions of the documentation.</p>
8685
<table className="versions">
@@ -113,10 +112,7 @@ function Versions(props) {
113112
)}
114113
</tbody>
115114
</table>
116-
<p>
117-
You can find past versions of this project on{' '}
118-
<a href={repoUrl}>GitHub</a>.
119-
</p>
115+
120116
</div>
121117
</Container>
122118
</div>

0 commit comments

Comments
 (0)