Skip to content

Commit e12888f

Browse files
authored
docs: improve the document site (#671)
Co-authored-by: rick <[email protected]>
1 parent 5543dbf commit e12888f

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
lines changed

docs/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "API"
33
description: 本节内容包含 API Testing 的 API。
4-
weight: 80
4+
weight: 3
55
---
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
title: 安装
33
description: 本节包含关于安装 API Testing 的内容。
4-
weight: 70
4+
weight: 1
55
---
6+
7+
atest 支持如下的安装使用场景:
8+
9+
* 命令行
10+
* 持续集成流水线
11+
* 桌面应用
12+
* Web 页面

docs/site/content/zh/latest/install/install-helm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
2-
title = "通过 Helm 安装的方式使用 API Testing"
2+
title = "Helm"
3+
description = "通过 Helm 安装的方式使用 API Testing"
34
weight = -98
45
+++
56

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
+++
2-
title = "通过本地安装的方式使用 API Testing"
2+
title = "本地安装"
33
weight = -99
44
+++
55

6-
// TBD
6+
## 手动下载
7+
8+
您可以通过下面的链接下载最新版本的安装包:
9+
10+
[![GitHub Release](https://img.shields.io/github/v/release/linuxsuren/api-testing)](https://github.com/LinuxSuRen/api-testing/releases/latest)
11+
12+
| Package | GitHub | Mirror from DaoCloud |
13+
|---|---|---|
14+
| `atest-desktop.msi` | [link](https://github.com/LinuxSuRen/api-testing/releases/latest/download/atest-desktop.msi) | [link](https://files.m.daocloud.io/github.com/LinuxSuRen/api-testing/releases/latest/download/atest-desktop.msi) |
15+
| `atest-linux-amd64.tar.gz` | [link](https://github.com/LinuxSuRen/api-testing/releases/latest/download/atest-linux-amd64.tar.gz) | [link](https://files.m.daocloud.io/github.com/LinuxSuRen/api-testing/releases/latest/download/atest-linux-amd64.tar.gz) |
16+
| `atest-darwin-amd64.tar.gz` | [link](https://github.com/LinuxSuRen/api-testing/releases/latest/download/atest-darwin-amd64.tar.gz) | [link](https://files.m.daocloud.io/github.com/LinuxSuRen/api-testing/releases/latest/download/atest-darwin-amd64.tar.gz) |
17+
18+
## 通过工具下载
19+
20+
[hd](https://github.com/LinuxSuRen/http-downloader) 是一个支持多线程下载的工具:
21+
22+
```shell
23+
hd i atest
24+
```

0 commit comments

Comments
 (0)