Skip to content

Commit

Permalink
Update (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChen2023 authored May 9, 2024
1 parent 4c68357 commit 3671afa
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs-2.0-en/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Compile the CPP file to an executable file, then you can use it. The following s

## API reference

Click [here](https://vesoft-inc.github.io/nebula-cpp/release-3.4/annotated.html) to check the classes and functions provided by the CPP Client.
Click [here](https://vesoft-inc.github.io/nebula-cpp/{{cpp.branch}}/annotated.html) to check the classes and functions provided by the CPP Client.

## Core of the example code

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-en/14.client/4.nebula-java-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If there is no Maven to manage the project, manually download the [JAR file](htt

## API reference

Click [here](https://vesoft-inc.github.io/nebula-java/release-3.6/annotated.html) to check the classes and functions provided by the Java Client.
Click [here](https://vesoft-inc.github.io/nebula-java/{{java.branch}}/annotated.html) to check the classes and functions provided by the Java Client.

## Core of the example code

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-en/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ pip install nebula3-python==<version>

## API reference

Click [here](https://vesoft-inc.github.io/nebula-python/release-3.4/annotated.html) to check the classes and functions provided by the Python Client.
Click [here](https://vesoft-inc.github.io/nebula-python/{{python.branch}}/annotated.html) to check the classes and functions provided by the Python Client.

## Core of the example code

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-en/14.client/6.nebula-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ go get -u -v github.com/vesoft-inc/nebula-go/v3@v{{go.release}}

## API reference

Click [here](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.7.0#section-documentation) to check the functions and types provided by the GO Client.
Click [here](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@{{go.tag}}#section-documentation) to check the functions and types provided by the GO Client.

## Core of the example code

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

## API 文档

点击[此处](https://vesoft-inc.github.io/nebula-cpp/release-3.4/annotated.html)查看 CPP 客户端提供的各种类和方法。
点击[此处](https://vesoft-inc.github.io/nebula-cpp/{{cpp.branch}}/annotated.html)查看 CPP 客户端提供的各种类和方法。

## 核心代码

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/14.client/4.nebula-java-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
## API 文档


点击[此处](https://vesoft-inc.github.io/nebula-java/release-3.6/annotated.html)查看 Java 客户端提供的各种类和方法。
点击[此处](https://vesoft-inc.github.io/nebula-java/{{java.branch}}/annotated.html)查看 Java 客户端提供的各种类和方法。

## 核心代码

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ pip install nebula3-python==<version>

## API 文档

点击[此处](https://vesoft-inc.github.io/nebula-python/release-3.4/annotated.html)查看 Python 客户端提供的各种类和方法。
点击[此处](https://vesoft-inc.github.io/nebula-python/{{python.branch}}/annotated.html)查看 Python 客户端提供的各种类和方法。

## 核心代码

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/14.client/6.nebula-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ go get -u -v github.com/vesoft-inc/nebula-go@<tag>

## API 文档

点击[此处](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.7.0#section-documentation)查看 Go 客户端提供的各种方法和类型。
点击[此处](https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@{{go.tag}}#section-documentation)查看 Go 客户端提供的各种方法和类型。

## 核心代码

Expand Down
24 changes: 12 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,21 +328,21 @@ extra:
release: 3.7.0
tag: v3.7.0
cpp:
release: 3.4.0
branch: release-3.4
tag: v3.4.0
release: 3.8.0
branch: release-3.8
tag: v3.8.0
java:
release: 3.6.1
branch: release-3.6
tag: v3.6.1
release: 3.8.0
branch: release-3.8
tag: v3.8.0
python:
release: 3.4.0
branch: release-3.4
tag: v3.4.0
release: 3.8.0
branch: release-3.8
tag: v3.8.0
go:
release: 3.7.0
branch: release-3.7
tag: v3.7.0
release: 3.8.0
branch: release-3.8
tag: v3.8.0
bench:
release: 1.2.0
branch: release-1.2
Expand Down

0 comments on commit 3671afa

Please sign in to comment.