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

docs: replace all English links in Chinese documents with Chinese links #1160

Merged
merged 1 commit into from
Oct 10, 2022
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
10 changes: 5 additions & 5 deletions docs/best-practices/gitops.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

## 所需插件

1. [repo-scaffolding](../plugins/repo-scaffolding.md)
2. [jira-github](../plugins/jira-github-integ.md)
3. [githubactions-golang](../plugins/githubactions-golang.md)
4. [argocd](../plugins/argocd.md)
5. [argocdapp](../plugins/argocdapp.md)
1. [repo-scaffolding](../plugins/repo-scaffolding.zh.md)
2. [jira-github](../plugins/jira-github-integ.zh.md)
3. [githubactions-golang](../plugins/githubactions-golang.zh.md)
4. [argocd](../plugins/argocd.zh.md)
5. [argocdapp](../plugins/argocdapp.zh.md)

这些插件的依赖关系如下(`a -> b`意味着`a依赖b`):

Expand Down
2 changes: 1 addition & 1 deletion docs/development/commit-messages.zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Commit 信息
我们尽最大的努力遵守[conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)规范。
我们尽最大的努力遵守[conventional commits](https://www.conventionalcommits.org/zh-hans/v1.0.0/#概述)规范。

TL;DR:提交信息应当结构如下:

Expand Down
2 changes: 1 addition & 1 deletion docs/development/creating-a-plugin.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

请在这里编写插件的主要逻辑。

可以查看我们的[Standard Go Project Layout](project-layout.md)文件,了解关于项目布局的详细说明。
可以查看我们的[Standard Go Project Layout](project-layout.zh.md)文件,了解关于项目布局的详细说明。

## 2 接口

Expand Down
2 changes: 1 addition & 1 deletion docs/development/project-layout.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 项目组织结构

参见 [`标准 Go 项目布局`](https://github.com/golang-standards/project-layout) 以了解更多背景信息。
参见 [`标准 Go 项目布局`](https://github.com/golang-standards/project-layout/blob/master/README_zh.md) 以了解更多背景信息。

更多关于命名、包的组织,以及其他代码结构的建议如下:

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 快速开始

如果你更喜欢看 DevStream 的实际操作,请先观看[演示视频](./index.md)。
如果你更喜欢看 DevStream 的实际操作,请先观看[演示视频](./index.zh.md)。

> 注意:DevStream 目前只有 Linux 和 macOS 版本,Windows 将在以后支持。

Expand Down