You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/10/30 18:16:32 UTC

[systemds-website] branch master updated: [DOCS][MINOR] Update readme with further info

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

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 828afb7  [DOCS][MINOR] Update readme with further info
828afb7 is described below

commit 828afb7d21b45f9ed0761b478f3cbe2210ce5e2b
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Sat Oct 30 23:46:06 2021 +0530

    [DOCS][MINOR] Update readme with further info
---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7a3d1d0..15fa24a 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,11 @@ sudo npm install -g gulp
 
 ## Building the website
 
-### Download website dependencies
-
 <details><summary>Click to see instructions</summary>
 <p>
 
+### Download website dependencies
+  
 ```bash
 npm install
 ```
@@ -89,7 +89,7 @@ git push https://github.com/<id>/systemds-website update-website
   
 An example, [`PR#83`](https://github.com/apache/systemds-website/pull/83).
 
-### Release Docs
+## Release Docs
 
 Instruction for adding release specific version of docs to https://systemds.apache.org/docs
 
@@ -160,6 +160,9 @@ git push origin asf-site
 
 > Important: Along with this update project metadata by modifying `release_version:` in
 > [_src/_data/project.yml](https://github.com/apache/systemds-website/blob/master/_src/_data/project.yml#L46)
+>
+> And Update links in the documentation page as 
+> [`9203626`](https://github.com/apache/systemds-website/commit/9203626f945e11706f36ff6693cd5eda454fe389)
 
 </p>
 </details>