ZH-trans: add example-task-template.md (#12940)
* ZH-trans: add example-task-template.md * Update example-task-template.md
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
69a237011f
commit
237da7916b
@@ -0,0 +1,105 @@
|
||||
---
|
||||
title: 示例任务的模板
|
||||
reviewers:
|
||||
- chenopis
|
||||
content_template: templates/task
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
<!--
|
||||
---
|
||||
title: Example Task Template
|
||||
reviewers:
|
||||
- chenopis
|
||||
content_template: templates/task
|
||||
toc_hide: true
|
||||
---
|
||||
-->
|
||||
|
||||
{{% capture overview %}}
|
||||
|
||||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
{{< note >}}
|
||||
还要确保为新文档[在目录中创建一个条目](/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.
|
||||
-->
|
||||
|
||||
|
||||
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
||||
* 做这个。
|
||||
* 也做这个。
|
||||
|
||||
{{% /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) for how to use this template.
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user