Revert "zh-trans: example-task-template.md" (#11785)

* Revert "Zh trans2018 05 30 say hello to discuss kubernetes.md (#11708)"

This reverts commit 59054092cd.

* Revert "Revert "Zh trans2018 06 26 kubernetes 1.11 release announcement.md" (#11784)"

This reverts commit 0d714f6937.

* Revert "zh-trans website/content/zh/docs/concepts/containers/runtime-class.md (#11744)"

This reverts commit 6369aa44fb.

* Revert "zh-trans website/content/zh/docs/tasks/administer-cluster/guaranteed-… (#11750)"

This reverts commit 9ff8744d57.

* Revert "zh-trans: configmap.md (#11783)"

This reverts commit 19bf37c613.

* Revert "zh-trans: /docs/contribute/style/page-templates.md (#11672)"

This reverts commit 603ce4c421.

* Revert "zh-trans: add /docs/concepts/workloads/pods/pod-overview.md (#11638)"

This reverts commit 50ef724d31.

* Revert "zh-trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm.md (#11766)"

This reverts commit 04d1d9d945.

* Revert "Zh trans2018 06 26 kubernetes 1.11 release announcement.md (#11709)"

This reverts commit ab96f2aa77.

* Revert "zh-trans: example-task-template.md (#11768)"

This reverts commit efbc7c685c.
This commit is contained in:
Qiming
2018-12-16 21:11:14 +08:00
committed by GitHub
parent 59054092cd
commit c6e7b33548
@@ -1,83 +0,0 @@
<!-- ---
title: Example Task Template
reviewers:
- chenopis
content_template: templates/task
toc_hide: true
--- -->
---
title: 任务模板示例
reviewers:
- chenopis
content_template: templates/task
toc_hide: true
---
{{% capture overview %}}
{{< note >}}
<!-- Be sure to also [create an entry in the table of contents](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) for your new document. -->
确保[在文档目录中为你的新文档创建条目](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents)
{{< /note >}}
<!-- This page shows how to ... -->
这个页面显示如何...
{{% /capture %}}
{{% capture prerequisites %}}
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
<!-- * Do this.
* Do this too. -->
* 做这个
* 也做这个。
{{% /capture %}}
{{% capture steps %}}
<!-- ## Doing ... -->
## 做...
<!-- 1. Do this.
1. Do this next. Possibly read this [related explanation](...). -->
1. 做这个。
1. 下一步做这个. 可以阅读 [相关解释](...)。
{{% /capture %}}
{{% capture discussion %}}
<!-- ## Understanding ...
**[Optional Section]** -->
## 理解...
**[可选部分]**
<!-- Here's an interesting thing to know about the steps you just did. -->
了解你刚刚做的步骤是个有趣的事情。
{{% /capture %}}
{{% capture whatsnext %}}
<!-- **[Optional Section]** -->
**[可选部分]**
<!-- * Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/).
* See [Using Page Templates - Task template](/docs/home/contribute/page-templates/#task_template) for how to use this template. -->
* 学习更多关于[写一个新主题](/docs/home/contribute/write-new-topic/)。
* 阅读[使用页面模板 - 任务模板](/docs/home/contribute/page-templates/#task_template) 学习如何使用这些模板。
{{% /capture %}}