Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: the docs lint errors #481

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'tools/make/docs.mk'
pull_request:
branches:
- "main"
- "master"
paths:
- 'docs/site/**'
- 'tools/make/docs.mk'
Expand Down
1 change: 1 addition & 0 deletions docs/site/content/en/latest/tasks/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ It will push the test results data into Prometheus [PushGateway](https://github.
Then Prometheus could get the metrics from it.

Skip the following instructions if you are familiar with Prometheus:

```shell
docker run \
-p 9090:9090 \
Expand Down
2 changes: 1 addition & 1 deletion docs/site/content/en/news/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type = "docs"
+++

This document provides details on API Testing releases.
API Testing follows the Semantic Version Control [v2.0.0 specification][] for release version control.
API Testing follows the Semantic Version Control [v2.0.0 specification](https://semver.org/) for release version control.
Since API Testing is a new project, minor versions are the only versions defined.
Additional release details, such as patch versions, will be created by API Testing maintainers at a future date.

Expand Down
2 changes: 1 addition & 1 deletion docs/site/content/zh/news/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type = "docs"
+++

本文档提供了 API Testing 版本的详细信息。
API Testing 遵循语义版本控制 [v2.0.0 规范][]进行发布版本控制。
API Testing 遵循语义版本控制 [v2.0.0 规范](https://semver.org/)进行发布版本控制。
由于 API Testing 是一个新项目,因此次要版本是唯一被定义的版本。
API Testing 维护人员在未来的某个日期将建立额外的发布详细信息,例如补丁版本。

Expand Down
Loading