This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/main by this push:
new 363cf00b [DOCS] Update SystemDS release version to 3.1.0
363cf00b is described below
commit 363cf00b8c7a3d9065965a644ca62386db9de108
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Mar 16 03:55:39 2023 +0000
[DOCS] Update SystemDS release version to 3.1.0
---
README.md | 2 +-
_src/_data/navigation.yml | 12 ++++--------
_src/_data/project.yml | 2 +-
_src/_includes/themes/apache/home.html | 1 -
_src/documentation.html | 5 +++--
5 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index 37c13e7e..83d0968d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
Install [node.js and npm](https://nodejs.org/).
-Recommended: Node 16.x, npm 8.x
+Recommended: Node 16.x, npm 8.x. Node 19.x is not supported yet.
### Gulp
diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index 05221cf1..061c9706 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -27,14 +27,10 @@ topnav:
subcategories:
- title: latest
url: https://apache.github.io/systemds/
- - title: 3.0.0 (stable)
- url: https://systemds.apache.org/docs/3.0.0/
- - title: Release Notes 3.0.0
- url: https://systemds.apache.org/release-notes/systemds-release-notes-3.0.0
- - title: 2.2.x (stable)
- url: https://systemds.apache.org/docs/2.2.1/
- - title: Release Notes 2.2.x
- url: https://systemds.apache.org/release-notes/systemds-release-notes-2.2.x
+ - title: 3.1.0 (stable)
+ url: https://systemds.apache.org/docs/3.1.0/
+ - title: Release Notes 3.1.0
+ url: https://systemds.apache.org/release-notes/systemds-release-notes-3.1.0
- title: Community
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index 27800a52..c06ed4ae 100644
--- a/_src/_data/project.yml
+++ b/_src/_data/project.yml
@@ -43,7 +43,7 @@ issues_list_archive_markmail:
jira: SYSTEMDS
release_name: systemds
-release_version: 3.0.0
+release_version: 3.1.0
source_repository: https://git-wip-us.apache.org/repos/asf/systemds.git
source_repository_mirror: https://github.com/apache/systemds
diff --git a/_src/_includes/themes/apache/home.html
b/_src/_includes/themes/apache/home.html
index 6fefb6aa..f77a0674 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -126,7 +126,6 @@ limitations under the License.
<li><a class="icon icon-github" href="{{
site.data.project.source_repository_mirror }}" target="_blank"></a>
</li>
<li><a class="icon icon-twitter"
href="https://twitter.com/ApacheSystemDS" target="_blank"></a></li>
- <li><a class="icon icon-medium"
href="https://medium.com/apache-systemds" target="_blank"></a></li>
</ul>
</div>
</div>
diff --git a/_src/documentation.html b/_src/documentation.html
index bc20e52b..1a7b939f 100644
--- a/_src/documentation.html
+++ b/_src/documentation.html
@@ -38,12 +38,13 @@ limitations under the License.
<p>Documentation such as programming guides, reference guides, and API
docs is available for SystemDS below:</p>
<a class="button button-primary" href="{{ site.data.project.docs
}}">Latest</a>
<p></p>
- <a class="button button-primary" href="docs/3.0.0/index">3.0.0</a>
- <a class="button button-primary"
href="release-notes/systemds-release-notes-3.0.0">ReleaseNotes</a>
+ <a class="button button-primary" href="docs/3.1.0/index">3.1.0</a>
+ <a class="button button-primary"
href="release-notes/systemds-release-notes-3.1.0">ReleaseNotes</a>
</div>
<div class="col col-4">
<p>each released version of SystemML/DS:</p>
<ul>
+ <li><a href="docs/3.0.0/index">3.0.0</a>, <a
href="release-notes/systemds-release-notes-3.0.0">ReleaseNotes</a></li>
<li><a href="docs/2.2.2/index">2.2.2</a>, <a
href="release-notes/systemds-release-notes-2.2.2">ReleaseNotes</a></li>
<li><a href="docs/2.1.0/index">2.1.0</a>, <a
href="release-notes/systemds-release-notes-2.1.0">ReleaseNotes</a></li>
<li><a href="docs/2.0.0/index">2.0.0</a>, <a
href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a></li>