You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by sh...@apache.org on 2022/03/29 20:17:12 UTC

[incubator-age-website] 01/02: some small adjustments

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

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

commit a7016ec55bcd92fdf0686e6b4836ab22f6350244
Author: Shoaib <mu...@gmail.com>
AuthorDate: Tue Mar 29 22:11:20 2022 +0200

    some small adjustments
---
 docs/intro/agload.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/intro/agload.md b/docs/intro/agload.md
index e37595f..628dc02 100644
--- a/docs/intro/agload.md
+++ b/docs/intro/agload.md
@@ -5,10 +5,12 @@ You can use the following instructions to create a graph from the files. This do
 - the structure of CSV files that load functions as input, do and do not. 
 - A simple source code example to load countries and cities from the files. 
 
-## Getting from the current branch 
-The current implementation is available on the fork I have created and currently have not been merged with the main master branch. You can download the fork from the following. Please make sure that you download `create-graph-from-files-b1` branch and not some other branch as this has been specifically prepared for you. 
+User can load graph in two steps 
+- Load Vetices in the first step
+- Load Edges in the second step
+
+**User msut create graph and labels before loading data from files**
 
-https://github.com/muhammadshoaib/incubator-age/tree/create-graph-from-files-b1
 
 ## Load Graph functions 
 Following are the details about the functions to create vertices and edges from the file.