From 2c54dff8a1df12dafc31789ded859313f438ab0d Mon Sep 17 00:00:00 2001 From: zhangmingld Date: Wed, 20 Sep 2017 11:02:10 +0800 Subject: [PATCH] ZTE-SH-CN-example-concept-template.md translate /docs/concepts/example-concept-template --- cn/docs/concepts/example-concept-template.md | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cn/docs/concepts/example-concept-template.md diff --git a/cn/docs/concepts/example-concept-template.md b/cn/docs/concepts/example-concept-template.md new file mode 100644 index 0000000000..ae33aea1f2 --- /dev/null +++ b/cn/docs/concepts/example-concept-template.md @@ -0,0 +1,36 @@ +--- +title: 概念模板示例 +approvers: +- chenopis +--- + +{% capture overview %} + +**注意:** 注意为新文档 [create an entry in the table of contents](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) 。 + +本页解释了 ... + +{% endcapture %} + +{% capture body %} + +## 了解 ... + +Kubernetes 提供 ... + +## 使用 ... + +使用 ... + +{% endcapture %} + +{% capture whatsnext %} + +**[可选章节]** + +* 了解更多 [Writing a New Topic](/docs/home/contribute/write-new-topic/)。 +* 查看 [Using Page Templates - Concept template](/docs/home/contribute/page-templates/#concept_template) 了解如何使用本模板。 + +{% endcapture %} + +{% include templates/concept.md %}