From 6c81a040688b488df27a9100c120cbd452a163f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=99=93=E9=9D=92?= Date: Tue, 22 Jun 2021 16:55:16 +0800 Subject: [PATCH 1/2] Update README.md --- docs-2.0/README.md | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/docs-2.0/README.md b/docs-2.0/README.md index bd584d0d440..8121897a37d 100644 --- a/docs-2.0/README.md +++ b/docs-2.0/README.md @@ -6,14 +6,43 @@ Nebula Graph is a distributed, scalable, and lightning-fast graph database. It is the optimal solution in the world capable of hosting graphs with dozens of billions of vertices (nodes) and trillions of edges with millisecond latency. -## Tutorial Video - -* [YouTube](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw/) -* [bilibili](https://space.bilibili.com/472621355) - ## Getting started * [What is Nebula Graph](1.introduction/1.what-is-nebula-graph.md) * [Quick start workflow](2.quick-start/1.quick-start-workflow.md) * [FAQ](19.FAQ/0.FAQ.md) * [Ecosystem Tools](20.appendix/6.eco-tool-version.md) + +## Other Sources + +- [Nebula Graph Homepage](https://nebula-graph.com.cn/) +- [Forum](https://discuss.nebula-graph.com.cn/) +- [Blog](https://nebula-graph.com.cn/posts/) +- [Video](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw) +- [English](https://docs.nebula-graph.io/) + +## Graphic Illustrations + +!!! note + + Additional information or operation-related notes. + +!!! caution + + Cautions that need strict observation. If not, systematic breakdown, data loss and security issue may happen. + +!!! danger + + Operations that may cause danger. If not observed, systematic breakdown, data loss and security issue will happen. + +!!! performance + + Operations that merit attention as for performance enhancement. + +!!! faq + + Common questions. + +!!! compatibility + + The compatibility between nGQL and openCypher, or between the current version of nGQL and its prior ones. From 1f82eeffae2b31640e41115e3f747c6d7b621759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=99=93=E9=9D=92?= Date: Tue, 22 Jun 2021 16:56:54 +0800 Subject: [PATCH 2/2] Revert "Update README.md" This reverts commit 6c81a040688b488df27a9100c120cbd452a163f4. --- docs-2.0/README.md | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) diff --git a/docs-2.0/README.md b/docs-2.0/README.md index 8121897a37d..bd584d0d440 100644 --- a/docs-2.0/README.md +++ b/docs-2.0/README.md @@ -6,43 +6,14 @@ Nebula Graph is a distributed, scalable, and lightning-fast graph database. It is the optimal solution in the world capable of hosting graphs with dozens of billions of vertices (nodes) and trillions of edges with millisecond latency. +## Tutorial Video + +* [YouTube](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw/) +* [bilibili](https://space.bilibili.com/472621355) + ## Getting started * [What is Nebula Graph](1.introduction/1.what-is-nebula-graph.md) * [Quick start workflow](2.quick-start/1.quick-start-workflow.md) * [FAQ](19.FAQ/0.FAQ.md) * [Ecosystem Tools](20.appendix/6.eco-tool-version.md) - -## Other Sources - -- [Nebula Graph Homepage](https://nebula-graph.com.cn/) -- [Forum](https://discuss.nebula-graph.com.cn/) -- [Blog](https://nebula-graph.com.cn/posts/) -- [Video](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw) -- [English](https://docs.nebula-graph.io/) - -## Graphic Illustrations - -!!! note - - Additional information or operation-related notes. - -!!! caution - - Cautions that need strict observation. If not, systematic breakdown, data loss and security issue may happen. - -!!! danger - - Operations that may cause danger. If not observed, systematic breakdown, data loss and security issue will happen. - -!!! performance - - Operations that merit attention as for performance enhancement. - -!!! faq - - Common questions. - -!!! compatibility - - The compatibility between nGQL and openCypher, or between the current version of nGQL and its prior ones.