-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4197 from kubernetes/chenopis-task-template-patch
update example templates
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
--- | ||
title: Example Concept Template | ||
assignees: | ||
- chenopis | ||
--- | ||
|
||
{% 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. | ||
|
||
This page explains ... | ||
|
||
{% endcapture %} | ||
|
||
{% capture body %} | ||
|
||
## Understanding ... | ||
|
||
Kubernetes provides ... | ||
|
||
## Using ... | ||
|
||
To use ... | ||
|
||
{% endcapture %} | ||
|
||
{% capture whatsnext %} | ||
|
||
**[Optional Section]** | ||
|
||
* Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/). | ||
* See [Using Page Templates - Concept template](/docs/home/contribute/page-templates/#concept_template) for how to use this template. | ||
|
||
{% endcapture %} | ||
|
||
{% include templates/concept.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,50 @@ | ||
--- | ||
title: Example Task Template | ||
assignees: | ||
- chenopis | ||
--- | ||
|
||
{% 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. | ||
|
||
This page shows how to ... | ||
|
||
{% endcapture %} | ||
|
||
{% capture prerequisites %} | ||
|
||
* {% include task-tutorial-prereqs.md %} | ||
* Do this. | ||
* Do this too. | ||
|
||
{% endcapture %} | ||
|
||
{% capture steps %} | ||
|
||
## Doing ... | ||
|
||
1. Do this. | ||
1. Do this next. Possibly read this [related explanation](...). | ||
|
||
{% endcapture %} | ||
|
||
{% capture discussion %} | ||
|
||
## Understanding ... | ||
**[Optional Section]** | ||
|
||
Here's an interesting thing to know about the steps you just did. | ||
|
||
{% endcapture %} | ||
|
||
{% 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. | ||
|
||
{% endcapture %} | ||
|
||
{% include templates/task.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters