This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f0ba18  explicit unreleased code (#3658)
0f0ba18 is described below

commit 0f0ba185430437b2439a40c2a0c442fde25dc5f8
Author: Josh Fischer <[email protected]>
AuthorDate: Mon Jan 11 19:18:58 2021 -0600

    explicit unreleased code (#3658)
---
 website2/website/pages/en/versions.js | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/website2/website/pages/en/versions.js 
b/website2/website/pages/en/versions.js
index db68518..1c7c46b 100755
--- a/website2/website/pages/en/versions.js
+++ b/website2/website/pages/en/versions.js
@@ -31,7 +31,6 @@ function Versions(props) {
           <header className="postHeader">
             <h1>{siteConfig.title} Versions</h1>
           </header>
-          <p>New versions of this project are released every so often.</p>
           <h3 id="latest">Current version (Stable)</h3>
           <table className="versions">
             <tbody>
@@ -57,10 +56,10 @@ function Versions(props) {
             </tbody>
           </table>
           <p>
-            This is the version that is configured automatically when you first
-            install this project.
+            Latest stable release of Apache Heron (Incubating)
           </p>
           <h3 id="rc">Pre-release versions</h3>
+          <p>Here you can find the latest documentation and unreleased 
code.</p>
           <table className="versions">
             <tbody>
               <tr>
@@ -80,7 +79,7 @@ function Versions(props) {
               </tr>
             </tbody>
           </table>
-          <p>Other text describing this section.</p>
+
           <h3 id="archive">Past Versions</h3>
           <p>Here you can find previous versions of the documentation.</p>
           <table className="versions">
@@ -113,10 +112,7 @@ function Versions(props) {
               )}
             </tbody>
           </table>
-          <p>
-            You can find past versions of this project on{' '}
-            <a href={repoUrl}>GitHub</a>.
-          </p>
+      
         </div>
       </Container>
     </div>

Reply via email to