From 44e137ca9ade3a6144814395d9527880a7f99ca2 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:47:01 +0800 Subject: [PATCH] client version compatibility --- docs-2.0/14.client/3.nebula-cpp-client.md | 9 +-------- docs-2.0/14.client/4.nebula-java-client.md | 8 +------- docs-2.0/14.client/5.nebula-python-client.md | 11 ++--------- docs-2.0/14.client/6.nebula-go-client.md | 9 +-------- docs-2.0/nebula-console.md | 4 ++++ 5 files changed, 9 insertions(+), 32 deletions(-) diff --git a/docs-2.0/14.client/3.nebula-cpp-client.md b/docs-2.0/14.client/3.nebula-cpp-client.md index 39e8e261711..13a94bf73ce 100644 --- a/docs-2.0/14.client/3.nebula-cpp-client.md +++ b/docs-2.0/14.client/3.nebula-cpp-client.md @@ -8,14 +8,7 @@ You have installed C++ and GCC 4.8 or later versions. ## Compatibility with NebulaGraph -|NebulaGraph version|NebulaGraph CPP version| -|:---|:---| -|3.3.0|3.3.0| -|3.1.0 ~ 3.2.x|3.0.2| -|3.0.0|3.0.0| -|2.6.x|2.5.0| -|2.5.x|2.5.0| -|2.0.x|2.0.0| +See [github](https://github.com/vesoft-inc/nebula-cpp/tree/{{cpp.branch}}). ## Install NebulaGraph CPP diff --git a/docs-2.0/14.client/4.nebula-java-client.md b/docs-2.0/14.client/4.nebula-java-client.md index 23033de1a91..069e17407ea 100644 --- a/docs-2.0/14.client/4.nebula-java-client.md +++ b/docs-2.0/14.client/4.nebula-java-client.md @@ -8,13 +8,7 @@ You have installed Java 8.0 or later versions. ## Compatibility with NebulaGraph -|NebulaGraph version|NebulaGraph Java version| -|:---|:---| -|3.3.0|3.3.0| -|3.0.0 ~ 3.2.0|3.0.0| -|2.6.x|2.6.1| -|2.0.x|2.0.0| -|2.0.0-rc1|2.0.0-rc1| +See [github](https://github.com/vesoft-inc/nebula-java/tree/{{java.branch}}). ## Download NebulaGraph Java diff --git a/docs-2.0/14.client/5.nebula-python-client.md b/docs-2.0/14.client/5.nebula-python-client.md index eafd64e346a..288cf4088e3 100644 --- a/docs-2.0/14.client/5.nebula-python-client.md +++ b/docs-2.0/14.client/5.nebula-python-client.md @@ -1,6 +1,6 @@ # NebulaGraph Python -[NebulaGraph Python](https://github.com/vesoft-inc/nebula-python) is a Python client for connecting to and managing the NebulaGraph database. +[NebulaGraph Python](https://github.com/vesoft-inc/nebula-python/tree/{{python.branch}}) is a Python client for connecting to and managing the NebulaGraph database. ## Prerequisites @@ -8,14 +8,7 @@ You have installed Python 3.6 or later versions. ## Compatibility with NebulaGraph -|NebulaGraph version|NebulaGraph Python version| -|:---|:---| -|3.3.0|3.3.0| -|3.1.0 ~ 3.2.x|3.1.0| -|3.0.0 ~ 3.0.2|3.0.0| -|2.6.x|2.6.0| -|2.0.x|2.0.0| -|2.0.0-rc1|2.0.0rc1| +See [github](https://github.com/vesoft-inc/nebula-python/tree/{{python.branch}}). ## Install NebulaGraph Python diff --git a/docs-2.0/14.client/6.nebula-go-client.md b/docs-2.0/14.client/6.nebula-go-client.md index 41d9e5c0b33..398252d16c6 100644 --- a/docs-2.0/14.client/6.nebula-go-client.md +++ b/docs-2.0/14.client/6.nebula-go-client.md @@ -8,14 +8,7 @@ You have installed Golang 1.13 or later versions. ## Compatibility with NebulaGraph -|NebulaGraph version|NebulaGraph Go version| -|:---|:---| -|3.3.0|3.3.0| -|3.2.x|3.2.0| -|3.1.0|3.1.0| -|3.0.0 ~ 3.0.2|3.0.0| -|2.6.x|2.6.0| -|2.0.x|2.0.0-GA| +See [github](https://github.com/vesoft-inc/nebula-go/tree/{{go.branch}}). ## Download NebulaGraph Go diff --git a/docs-2.0/nebula-console.md b/docs-2.0/nebula-console.md index 722410c5d67..0f9bc46290b 100644 --- a/docs-2.0/nebula-console.md +++ b/docs-2.0/nebula-console.md @@ -2,6 +2,10 @@ NebulaGraph Console is a native CLI client for NebulaGraph. It can be used to connect a NebulaGraph cluster and execute queries. It also supports special commands to manage parameters, export query results, import test datasets, etc. +## Compatibility with NebulaGraph + +See [github](https://github.com/vesoft-inc/nebula-console/tree/{{console.branch}}). + ## Obtain NebulaGraph Console You can obtain NebulaGraph Console in the following ways: