Skip to content

Commit

Permalink
docs: add translations for zh-cn for doc cards
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 30, 2023
1 parent eecf1c1 commit e6318b8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import DocsCards from '@site/src/components/global/DocsCards';
## 文档

<DocsCards>
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
<DocsCard header="Kubernetes 迁移" href="adopt-from-kubernetes">
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
</DocsCard>
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">
<p>使用 KCL 生成 Kubernetes 清单的指南。</p>
</DocsCard>
<DocsCard header="Kubernetes Tool Integrations" href="mutate-manifests/kubectl-kcl-plugin">
<p>提供一些 Kubernetes 工具集成,以及使用 KCL 模块对 Kubernetes 清单进行变异或验证的指南。</p>
<DocsCard header="云原生工具集成" href="mutate-manifests/kubectl-kcl-plugin">
<p>提供一些云原生工具集成,以及使用 KCL 模块对 Kubernetes 清单进行变异或验证的指南。</p>
</DocsCard>
</DocsCards>
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Konfig 提供给用户开箱即用、高度抽象的配置界面,模型库最
## 文档

<DocsCards>
<DocsCard header="Structure" href="structure">
<DocsCard header="结构" href="structure">
<p>Konfig 仓库目录和代码结构的说明。</p>
</DocsCard>
<DocsCard header="Quick Start" href="guide">
<DocsCard header="快速开始" href="guide">
<p>使用 Konfig 的快速指南。</p>
</DocsCard>
<DocsCard header="Best Practice" href="practice">
<DocsCard header="最佳实践" href="practice">
<p>将新模型集成到 Konfig 以及 KCL 代码编写的最佳实践指南。</p>
</DocsCard>
</DocsCards>
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import DocsCards from '@site/src/components/global/DocsCards';
## 文档

<DocsCards>
<DocsCard header="Adopt from Kubernetes" href="adopt-from-kubernetes">
<DocsCard header="Kubernetes 迁移" href="adopt-from-kubernetes">
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
</DocsCard>
<DocsCard header="Generate Kubernetes" href="generate-k8s-manifests">
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">
<p>使用 KCL 生成 Kubernetes 清单的指南。</p>
</DocsCard>
<DocsCard header="Kubernetes Tool Integrations" href="mutate-manifests/kubectl-kcl-plugin">
<p>提供一些 Kubernetes 工具集成,以及使用 KCL 模块对 Kubernetes 清单进行变异或验证的指南。</p>
<DocsCard header="云原生工具集成" href="mutate-manifests/kubectl-kcl-plugin">
<p>提供一些云原生工具集成,以及使用 KCL 模块对 Kubernetes 清单进行变异或验证的指南。</p>
</DocsCard>
</DocsCards>
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Konfig 提供给用户开箱即用、高度抽象的配置界面,模型库最
## 文档

<DocsCards>
<DocsCard header="Structure" href="structure">
<DocsCard header="结构" href="structure">
<p>Konfig 仓库目录和代码结构的说明。</p>
</DocsCard>
<DocsCard header="Quick Start" href="guide">
<DocsCard header="快速开始" href="guide">
<p>使用 Konfig 的快速指南。</p>
</DocsCard>
<DocsCard header="Best Practice" href="practice">
<DocsCard header="最佳实践" href="practice">
<p>将新模型集成到 Konfig 以及 KCL 代码编写的最佳实践指南。</p>
</DocsCard>
</DocsCards>

0 comments on commit e6318b8

Please sign in to comment.