c52818c03d
This is the first step to rename 'zh' to 'zh-cn'. There are several reasons why we rename the language name.
- The upstream docsy theme changed the language name, leading to many warnings during site build;
The side-effect is that the i18n strings are no longer working.
- We believe renaming the language is the right thing to do, because this move can make room for other variants of Chinese language, such as 'zh-tw', 'zh-sg' etc.
There would be several follow-ups to this PR, such as fixing the intra-site links, adding redirects etc.
We will lock up changes to zh/zh-cn pages for the moment, until this one gets in.
This PR is based on commit cdad0a7342.
786 B
786 B
title, id, date, short_description, aka, tags
| title | id | date | short_description | aka | tags | |
|---|---|---|---|---|---|---|
| 清单(Manifest) | manifest | 2019-06-28 | 一个或多个 Kubernetes API 对象的序列化规范。 |
|
JSON 或 YAML 格式的 Kubernetes API 对象规范。
清单指定了在应用该清单时 kubernetes 将维护的对象的期望状态。每个配置文件可包含多个清单。