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

Adding docs/home for Vietnamese localization #17647

Merged
merged 1 commit into from
Nov 20, 2019
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
57 changes: 57 additions & 0 deletions content/vi/docs/home/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: Tài liệu Kubernetes
noedit: true
cid: docsHome
layout: docsportal_home
class: gridPage
linkTitle: "Home"
main_menu: true
weight: 10
hide_feedback: true
menu:
main:
title: "Tài liệu tham khảo"
weight: 20
post: >
<p>Tìm hiểu cách sử dụng Kubernetes với mức khái niệm, các hướng dẫn và tài liệu tham khảo. Bạn thậm chí có thể <a href="/editdocs/" data-auto-burger-exclude>đóng góp cho các tài liệu</a>!</p>
overview: >
Kubernetes là một công cụ điều phối container mã nguồn mở giúp tự động hóa triển khai, nhân rộng và quản lý các ứng dụng containerization. Dự án mã nguồn mở được host bởi Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
cards:
- name: concepts
title: "Hiểu rõ những căn bản"
description: "Tìm hiểu về Kubernetes và các khái niệm cơ bản của nó."
button: "Học các khái niệm"
button_path: "/docs/concepts"
- name: tutorials
title: "Dùng thử Kubernetes"
description: "Thực hiện theo các hướng dẫn để tìm hiểu cách triển khai các ứng dụng trong Kubernetes."
button: "Xem hướng dẫn"
button_path: "/docs/tutorials"
- name: setup
title: "Cài đặt một cluster"
description: "Kubernetes chạy dựa trên tài nguyên và nhu cầu của bạn."
button: "Cài đặt Kubernetes"
button_path: "/docs/setup"
- name: tasks
title: "Tìm hiểu cách sử dụng Kubernetes"
description: "Tra cứu các tác vụ phổ biến và cách thực hiện chúng theo các bước."
button: "Xem tác vụ"
button_path: "/docs/tasks"
- name: reference
title: "Tra cứu thông tin tham khảo"
description: "Duyệt qua thuật ngữ, cú pháp dòng lệnh, loại tài nguyên API và tài liệu công cụ cài đặt."
button: "Xem tài liệu tham khảo"
button_path: /docs/reference
- name: contribute
title: "Đóng góp cho tài liệu"
description: "Bất cứ ai cũng có thể đóng góp, cho dù bạn là người mới tham gia dự án này hay bạn đã có thời gian làm việc lâu dài với Kubernetes."
button: "Đóng góp cho tài liệu"
button_path: /docs/contribute
- name: download
title: "Tải xuống Kubernetes"
description: "Nếu bạn đang cài đặt Kubernetes hoặc nâng cấp lên phiên bản mới nhất, hãy tham khảo các ghi chú phát hành hiện tại."
- name: about
title: "Về tài liệu"
description: "Website này lưu tài liệu của phiên bản hiện tại và 4 phiên bản trước đây của Kubernetes."
---

27 changes: 27 additions & 0 deletions content/vi/docs/home/supported-doc-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Các phiên bản được hỗ trợ của tài liệu Kubernetes
content_template: templates/concept
card:
name: about
weight: 10
title: Các phiên bản được hỗ trợ của tài liệu Kubernetes
---

{{% capture overview %}}

Trang web này lưu tài liệu của phiên bản hiện tại và bốn phiên bản trước của Kubernetes.

{{% /capture %}}

{{% capture body %}}

## Phiên bản hiện tại

Phiên bản hiện tại là
[{{< param "version" >}}](/).

## Các phiên bản trước

{{< versions-other >}}

{{% /capture %}}