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 ea3e12a  [DOCS] add dataset addition instructions (#88)
ea3e12a is described below

commit ea3e12adc90f0382c2c95184d586e343018652fd
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed Jun 9 11:05:15 2021 +0530

    [DOCS] add dataset addition instructions (#88)
---
 CONTRIBUTING.md |  2 +-
 README.md       | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3117563..ebbdb03 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Update and Commit workflow
+# Update and Commit workflow (Deprecated)
 
 ## Prerequisites
 
diff --git a/README.md b/README.md
index e1f9c77..ff8f3fe 100644
--- a/README.md
+++ b/README.md
@@ -71,3 +71,13 @@ git push https://github.com/<id>/systemds-website 
update-website
 ```
 
 An example, [PR#83](https://github.com/apache/systemds-website/pull/83).
+
+
+## How to add new dataset
+
+To add a new dataset,
+
+1. create `<dataset-name>.md` file in the [`_src/_datasets`](._src/_datasets) 
folder.
+2. Upload dataset files to 
[`_src/assets/datasets/<dataset-name>`](._src/assets/datasets) folder.
+
+And follow the _Updating the website_ procedure.

Reply via email to