Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix-zh-home (#14835)
  • Loading branch information
zhangqx2010 authored and k8s-ci-robot committed Jun 12, 2019
1 parent e0f5576 commit cef5f1f
Showing 1 changed file with 81 additions and 29 deletions.
110 changes: 81 additions & 29 deletions content/zh/docs/home/_index.md
@@ -1,42 +1,94 @@
---
title: Kubernetes 文档
layout: docsportal_home
noedit: true
cid: userJourneys
css: /css/style_user_journeys.css
js: /js/user-journeys/home.js, https://use.fontawesome.com/4bcc658a89.js
display_browse_numbers: true
cid: docsHome
layout: docsportal_home
class: gridPage
linkTitle: "主页"
main_menu: true
weight: 10
hide_feedback: true
menu:
main:
title: "文档"
weight: 20
post: >
<p>通过演练,示例和参考文档了解如何使用 Kubernetes。你甚至可以<a href="/editdocs/" data-auto-burger-exclude>帮助贡献文档</a>!</p>
overview: >
<!-- Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>). -->
Kubernetes 是一个开源容器编排引擎,用于容器化应用的自动化部署、扩展和管理。该项目托管在 <a href="https://www.cncf.io/about">CNCF</a>。
<!-- cards:
- name: concepts
title: "Understand the basics"
description: "Learn about Kubernetes and its fundamental concepts."
button: "Learn Concepts"
button_path: "/docs/concepts"
- name: tutorials
title: "Try Kubernetes"
description: "Follow tutorials to learn how to deploy applications in Kubernetes."
button: "View Tutorials"
button_path: "/docs/tutorials"
- name: setup
title: "Set up a cluster"
description: "Get Kubernetes running based on your resources and needs."
button: "Set up Kubernetes"
button_path: "/docs/setup"
- name: tasks
title: "Learn how to use Kubernetes"
description: "Look up common tasks and how to perform them using a short sequence of steps."
button: "View Tasks"
button_path: "/docs/tasks"
- name: reference
title: Look up reference information
description: Browse terminology, command line syntax, API resource types, and setup tool documentation.
button: View Reference
button_path: /docs/reference
- name: contribute
title: Contribute to the docs
description: Anyone can contribute, whether you’re new to the project or you’ve been around a long time.
button: Contribute to the docs
button_path: /docs/contribute
- name: download
title: Download Kubernetes
description: If you are installing Kubernetes or upgrading to the newest version, refer to the current release notes.
- name: about
title: About the documentation
description: This website contains documentation for the current and previous 4 versions of Kubernetes. -->
cards:
- name: concepts
title: "了解基本知识"
description: "了解 Kubernetes 和其基础概念。"
button: "了解概念"
button_path: "/zh/docs/concepts"
- name: tutorials
title: "尝试 Kubernetes"
description: "按照教程学习如何在 Kubernetes 上部署应用。"
button: "查看教程"
button_path: "/zh/docs/tutorials"
- name: setup
title: "设置集群"
description: "按照你的资源情况和需求运行 Kubernetes。"
button: "设置 Kubernetes"
button_path: "/zh/docs/setup"
- name: tasks
title: "了解如何使用 Kubernetes"
description: "查看常见任务以及如何使用简单步骤执行它们。"
button: "查看任务"
button_path: "/zh/docs/tasks"
- name: reference
title: 参考
description: 术语、命令行语法、API 资源类型和设置工具文档
button: 查看参考
button_path: /zh/docs/reference
- name: contribute
title: 为该文档作出贡献
description: 任何人,无论对该项目熟悉与否,都能贡献自己的力量。
button: 参与贡献
button_path: /zh/docs/contribute
- name: download
title: 下载 Kubernetes
description: 如果你正在安装或升级 Kubernetes 的话,最好参考最新的发行版说明。
- name: about
title: 关于文档
description: 该网站包含了当前版本以及前 4 个版本的 Kubernetes 文档。
---

<!--
---
approvers:
- chenopis
title: Kubernetes Documentation
layout: docsportal_home
noedit: true
cid: userJourneys
css: /css/style_user_journeys.css
js: /js/user-journeys/home.js, https://use.fontawesome.com/4bcc658a89.js
display_browse_numbers: true
linkTitle: "Home"
main_menu: true
weight: 10
hide_feedback: true
menu:
main:
title: "Documentation"
weight: 20
post: >
<p>Learn how to use Kubernetes with the use of walkthroughs, samples, and reference documentation. You can even <a href="/editdocs/" data-auto-burger-exclude>help contribute to the docs</a>!</p>
---
-->

0 comments on commit cef5f1f

Please sign in to comment.