Skip to content

Commit 579cb97

Browse files
committed
add docs
1 parent 86934da commit 579cb97

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

docs/docs/index.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ hide:
1919
font-size: 1.2rem;
2020
color: #666;
2121
}
22+
23+
.buttons-row {
24+
display: flex;
25+
gap: 16px;
26+
justify-content: center;
27+
align-items: center;
28+
flex-wrap: wrap;
29+
}
2230
</style>
2331

2432
<div class="get-started-text">Volcengine Agent Development Kit</div>
@@ -31,21 +39,35 @@ hide:
3139

3240
!!! tip "快速开始"
3341
通过以下方式安装 VeADK:
34-
=== "稳定版"
42+
=== "Python"
3543

3644
```bash
45+
# 稳定版
3746
pip install veadk-python
47+
48+
# 主分支预览版
49+
pip install git+https://github.com/volcengine/veadk-python.git@main
3850
```
3951

40-
=== "抢先版"
52+
=== "Golang"
4153

4254
```bash
43-
pip install git+https://github.com/volcengine/veadk-python.git@main
55+
go get github.com/volcengine/veadk-go
4456
```
4557

58+
=== "Java"
59+
60+
```xml title="pom.xml"
61+
<dependency>
62+
<groupId>com.volcengine.veadk</groupId>
63+
<artifactId>veadk-java</artifactId>
64+
<version>0.0.1</version>
65+
</dependency>
66+
```
67+
4668
---
4769

48-
或者您可以使用 VeADK 提供的镜像仓库
70+
或者您可以使用 VeADK 提供的 Python 版镜像仓库
4971
=== "稳定版"
5072

5173
```
@@ -64,10 +86,14 @@ hide:
6486
veadk-cn-beijing.cr.volces.com/veadk/veadk-python:0.2.20
6587
```
6688

67-
<div class="grid" markdown>
89+
<div class="buttons-row" markdown>
90+
[veadk-python :fontawesome-brands-github:](https://github.com/volcengine/veadk-python){ .openai-button }
6891

69-
[快速开始 :fontawesome-solid-paper-plane:](quickstart.md){ .openai-button }
92+
[veadk-go :fontawesome-brands-github:](https://github.com/volcengine/veadk-go){ .openai-button }
7093

94+
[veadk-java :fontawesome-brands-github:](https://github.com/volcengine/veadk-java){ .openai-button }
95+
96+
[快速开始 :fontawesome-solid-paper-plane:](quickstart.md){ .openai-button }
7197
</div>
7298

7399
---

0 commit comments

Comments
 (0)