Skip to content

Commit d6162c7

Browse files
authored
fix: ci error due to the docs lint (#482)
Signed-off-by: yuluo-yx <[email protected]>
1 parent 4a7f92c commit d6162c7

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed
File renamed without changes.

docs/site/content/en/contributions/CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ weight: -1
44
description: "This section contributing of API Testing."
55
---
66

7-
> English | [中文](CONTRIBUTING-ZH.md)
8-
97
Please join us to improve this project.
108

119
The backend is written by [Golang](https://go.dev/), and the front-end is written by [Vue](https://vuejs.org/).

docs/site/content/en/latest/tasks/grpc-manual.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
+++
22
title = "gRPC testsuite writing manual"
3-
weight = -99
43
+++
54

65
This document will introduce how to write testsuite for the gRPC API of `api-testing`.
76

8-
Before reading this document, you need to install and configure `api-testing`. For specific operations, please refer to [Official Document](./README.md). If you have completed these steps, you can continue reading the rest of this document.
7+
Before reading this document, you need to install and configure `api-testing`. For specific operations, please refer to [Install Document](../install/_index.md). If you have completed these steps, you can continue reading the rest of this document.
98

10-
## Create testsuite
9+
## Create testsuite
1110

12-
To create a gRPC testsuite based on service reflection, just add the following content to the `spec` path of the yaml file:
11+
To create a gRPC testsuite based on service reflection, just add the following content to the `spec` path of the yaml file:
1312

1413
```yaml
1514
spec:

docs/site/content/zh/contributions/CONTRIBUTING-ZH.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ weight: -1
44
description: "API Testing 贡献指南."
55
---
66

7-
> 中文 | [English](CONTRIBUTING.md)
8-
97
请加入我们,共同完善这个项目。
108

119
后端由 [Golang](https://go.dev/) 编写,前端由 [Vue](https://vuejs.org/) 编写。

docs/grpc-TLS.md renamed to docs/site/content/zh/latest/tasks/grpc-TLS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# gRPC TLS verification
1+
+++
2+
title = "gRPC TLS verification"
3+
+++
24

35
If you want to enable gRPC TLS, you need to generate your certificates in the workspace, or you can use an absolute path
46

docs/site/content/zh/latest/tasks/grpc-manual-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "gRPC测试用例编写指南"
44

55
本文档将介绍如何编写`api-testing`的 gRPC API 的测试用例。
66

7-
阅读本文档之前,您需要先安装并配置好`api-testing`,具体操作可以参考[官方文档](./README.md)。如果您已经完成了这些步骤,可以继续阅读本文档的后续部分。
7+
阅读本文档之前,您需要先安装并配置好`api-testing`,具体操作可以参考[安装](../install/_index.md)章节。如果您已经完成了这些步骤,可以继续阅读本文档的后续部分。
88

99
## 创建测试项目
1010

tools/make/docs.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ docs-check-links:
2222
@$(LOG_TARGET)
2323
# Check for broken links
2424
npm install -g [email protected]
25-
linkinator docs -r --concurrency 25 -s "github.com"
25+
# https://github.com/JustinBeckwith/linkinator?tab=readme-ov-file#command-usage
26+
linkinator docs/site/public -r --concurrency 25 -s "github.com _print v0.0.1"
2627

2728
# Docs site, make by hexo.
2829

0 commit comments

Comments
 (0)