mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
add zh docsy
This commit is contained in:
36
site/content/zh/_index.md
Normal file
36
site/content/zh/_index.md
Normal file
@@ -0,0 +1,36 @@
|
||||
+++
|
||||
title = "Kustomize"
|
||||
linkTitle = "Kustomize"
|
||||
|
||||
+++
|
||||
|
||||
|
||||
{{<blocks/cover title="Kustomize" image_anchor="center" height="full" color="primary">}}
|
||||
<div class="mx-auto">
|
||||
<p class="lead mt-5">TKustomize 提供了一种自定义 Kubernetes 资源配置的解决方案,该方案摆脱了模板和 DSL。</p>
|
||||
<a
|
||||
class="btn btn-lg btn-primary mr-3 mb-4"
|
||||
href="/kustomize/zh/installation/"
|
||||
>
|
||||
Get Started <i class="fas fa-arrow-alt-circle-right ml-2"></i>
|
||||
</a>
|
||||
<a
|
||||
class="btn btn-lg btn-secondary mr-3 mb-4"
|
||||
href="/kustomize/zh/contributing/"
|
||||
>
|
||||
Contribute <i class="fas fa-pencil-alt ml-2"></i>
|
||||
</a>
|
||||
<div class="mx-auto mt-5">
|
||||
{{<blocks/link-down color="light">}}
|
||||
</div>
|
||||
</div>
|
||||
{{</blocks/cover>}}
|
||||
|
||||
{{< blocks/section >}}
|
||||
|
||||
|
||||
{{% blocks/feature icon="fab fa-github" title="参与贡献" %}}
|
||||
欢迎在 **Github** 提交 [RP](https://github.com/kubernetes-sigs/kustomize/pulls),贡献你的力量。
|
||||
{{% /blocks/feature %}}
|
||||
|
||||
{{< /blocks/section >}}
|
||||
Reference in New Issue
Block a user