You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/06/30 13:20:23 UTC

[GitHub] [systemds-website] j143 opened a new pull request #95: [SYSTEMDS-3047] Add release documentation 2.1.0

j143 opened a new pull request #95:
URL: https://github.com/apache/systemds-website/pull/95


   > ⚠please do not merge via github UI, **rebase and merge** option is changing the commit sha.
   > We need to push change via command line. **asf-site** and **asf-staging** are to be in sync!
   
   Website preview: https://systemds.staged.apache.org/docs/2.1.0/index
   
   Companion to https://github.com/apache/systemds-website/pull/94
   
   <details>
   
   <summary> <strong> update instructions</strong> </summary>
   
   **Step 0: Prerequisites**
   
   ```sh
   git clone https://github.com/apache/systemds
   git clone https://github.com/apache/systemds-website
   ```
   
   **Step 1:** 
   
   generate docs with as per https://github.com/apache/systemds/tree/master/docs
   
   ```sh
   
   # In this case the release tag is 2.1.0-rc3
   git checkout 2.1.0-rc3
   
   cd systemds/docs
   
   ./updateAPI.sh
   ```
   
   **Step 2:**
   
   copy the contents to `systemds-website` repo
   
   ```sh
   cd systemds-website
   
   # create a new directory with release no.
   mkdir content/docs/2.1.0
   
   # copy the files in docs/_site folder to 2.1.0
   cp -r ../systemds/docs/_site/* content/docs/2.1.0
   ```
   
   Then follow, https://github.com/apache/systemds-website#updating-the-website
   
   Website Preview at https://systemds.staged.apache.org
   
   
   </details>
   
   
   If anyone is interested in reviewing this PR. Please go ahead.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds-website] asfgit merged pull request #95: [SYSTEMDS-3047] Add release documentation 2.1.0

Posted by GitBox <gi...@apache.org>.
asfgit merged pull request #95:
URL: https://github.com/apache/systemds-website/pull/95


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds-website] j143 commented on pull request #95: [SYSTEMDS-3047] Add release documentation 2.1.0

Posted by GitBox <gi...@apache.org>.
j143 commented on pull request #95:
URL: https://github.com/apache/systemds-website/pull/95#issuecomment-871399110


   cc @phaniarnab @Baunsgaard 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds-website] asfgit merged pull request #95: [SYSTEMDS-3047] Add release documentation 2.1.0

Posted by GitBox <gi...@apache.org>.
asfgit merged pull request #95:
URL: https://github.com/apache/systemds-website/pull/95


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org