Skip to content

Commit

Permalink
update clients (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 8, 2022
1 parent 4b1832c commit 587f47f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions docs-2.0/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
|Nebula Graph version|Nebula CPP version|
|:---|:---|
|{{ nebula.release }}|{{cpp.release}}|
|2.0.1|2.0.0|
|2.0.0|2.0.0|
|2.6.x|2.5.0|
|2.5.x|2.5.0|
|2.0.x|2.0.0|

## Install Nebula CPP

Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/14.client/4.nebula-java-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You have installed Java 8.0 or later versions.
|Nebula Graph version|Nebula Java version|
|:---|:---|
|{{ nebula.release }}|{{java.release}}|
|2.0.1|2.0.0|
|2.0.0|2.0.0|
|2.6.x|2.6.1|
|2.0.x|2.0.0|
|2.0.0-rc1|2.0.0-rc1|

## Download Nebula Java
Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You have installed Python 3.5 or later versions.
|Nebula Graph version|Nebula Python version|
|:---|:---|
|{{ nebula.release }}|{{python.release}}|
|2.0.1|2.0.0|
|2.0.0|2.0.0|
|2.6.x|2.6.0|
|2.0.x|2.0.0|
|2.0.0-rc1|2.0.0rc1|

## Install Nebula Python
Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/14.client/6.nebula-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You have installed Golang 1.13 or later versions.
|Nebula Graph version|Nebula Go version|
|:---|:---|
|{{ nebula.release }}|{{go.release}}|
|2.0.1|2.0.0-GA|
|2.0.0|2.0.0-GA|
|2.6.x|2.6.0|
|2.0.x|2.0.0-GA|

## Download Nebula Go

Expand Down
20 changes: 10 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ extra:
release: 2.6.0
branch: v2.6.0
algorithm:
release: 2.6.2
branch: v2.6
release: 3.0.0
branch: v3.0.0
plato:
release: 1.0.0
branch: v1.0.0
Expand Down Expand Up @@ -99,17 +99,17 @@ extra:
br:
release: 0.5.0
cpp:
release: 2.5.0
branch: v2.5.0
release: 3.0.0
branch: v3.0.0
java:
release: 2.6.1
branch: v2.6.1
release: 3.0.0
branch: v3.0.0
python:
release: 2.6.0
branch: v2.6.0
release: 3.0.0
branch: v3.0.0
go:
release: 2.6.0
branch: v2.6.0
release: 3.0.0
branch: v3.0.0
bench:
release: 1.0.0
branch: master
Expand Down

0 comments on commit 587f47f

Please sign in to comment.