You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: all link broken and enable Version-Awareness in README and README-Cn (vesoft-inc#2476)
* fix: all link broken in README and README-Cn
* fix: note links for v1.*
* Version awareness links and notices added
* Addressed the how-to links to community repo instead
Co-authored-by: Jamie-VESoft <[email protected]>
* Removed 2.* URLs before we have a Latest Alias on Docs
* fixed how-to-contribute link
* Update README-CN.md
* Address Joe's comments
* Update README-CN.md
Co-authored-by: wey-gu <[email protected]>
Co-authored-by: Jamie-VESoft <[email protected]>
Co-authored-by: cooper-lzy <[email protected]>
See [How to contribute](https://docs.nebula-graph.io/manual-EN/4.contributions/how-to-contribute/) for details about how to contribute to **Nebula Graph**.
3
+
See [How to contribute](https://github.com/vesoft-inc/nebula-community/blob/master/Contributors/how-to-contribute.md) for details about how to contribute to **Nebula Graph**.
Copy file name to clipboardexpand all lines: README.md
+19-4
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@
22
22
<br>
23
23
</p>
24
24
25
+
## About this Repo
26
+
27
+
Please note that this repo is only for Nebula Graph `v1.*.*`.
28
+
29
+
From `v2.*.*`, which was already GA in 2021 April, Nebula Graph's core codebases are [nebula-graph](https://github.com/vesoft-inc/nebula-graph), [nebula-common](https://github.com/vesoft-inc/nebula-common) and [nebula-storage](https://github.com/vesoft-inc/nebula-storage), it's recommended to start from the repo: [nebula-graph](https://github.com/vesoft-inc/nebula-graph).
30
+
31
+
25
32
# What is Nebula Graph
26
33
27
34
**Nebula Graph** is an open-source graph database capable of hosting super large-scale graphs with billions of vertices (nodes) and trillions of edges, with milliseconds of latency. It delivers enterprise-grade high performance to simplify the most complex data sets imaginable into meaningful and useful information.
@@ -41,12 +48,20 @@ Compared with other graph database solutions, **Nebula Graph** has the following
41
48
42
49
## Quick start
43
50
44
-
Read the [Getting started](https://docs.nebula-graph.io/manual-EN/1.overview/2.quick-start/1.get-started/) guide to quickly get going with **Nebula Graph**.
51
+
Read the `Getting started` from [docs](https://docs.nebula-graph.io/) to quickly get going with **Nebula Graph**.
45
52
46
-
Please note that you must install **Nebula Graph** by [installing source code](https://docs.nebula-graph.io/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code/), [rpm/deb packages](https://docs.nebula-graph.io/manual-EN/3.build-develop-and-administration/2.install/1.install-with-rpm-deb/) or [docker compose](https://github.com/vesoft-inc/nebula-docker-compose), before you can actually start using it. If you prefer a video tutorial, visit our [YouTube channel](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw).
53
+
For Nebula Graph Installation, in addition to referring to the docs to deploy from one of the three options: source code, RPM/DEB package, or Docker Compose, if you prefer a video tutorial, please check out our [YouTube channel](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw).
47
54
48
55
In case you encounter any problem, be sure to ask us on our [official forum](https://discuss.nebula-graph.io).
49
56
57
+
>**Note**
58
+
>
59
+
>For the users from the legacy `v1.*.*`, please reach out to the following links:
@@ -79,7 +94,7 @@ In order to prevent cloud providers from monetizing the project without contribu
79
94
Contributions are warmly welcomed and greatly appreciated. Here are a few ways you can contribute:
80
95
81
96
* Start by some [good first issues](https://github.com/vesoft-inc/nebula/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
82
-
* Submit Pull Requests to us. See [how-to-contribute](https://docs.nebula-graph.io/manual-EN/4.contributions/how-to-contribute/).
97
+
* Submit Pull Requests to us. See [how-to-contribute](https://github.com/vesoft-inc/nebula-community/blob/master/Contributors/how-to-contribute.md).
83
98
84
99
## Getting help & Contact
85
100
@@ -92,4 +107,4 @@ In case you encounter any problems playing around **Nebula Graph**, please reach
92
107
93
108
If you like **Nebula Graph**, please leave us a star.<ahref="http://githubbadges.com/star.svg?user=vesoft-inc&repo=nebula&style=default">
0 commit comments