53 lines
949 B
Markdown
53 lines
949 B
Markdown
---
|
|
title: Example Task Template
|
|
reviewers:
|
|
- chenopis
|
|
content_type: task
|
|
toc_hide: true
|
|
---
|
|
|
|
<!-- overview -->
|
|
|
|
{{< note >}}
|
|
Be sure to also [create an entry in the table of contents](/docs/contribute/style/write-new-topic/#placing-your-topic-in-the-table-of-contents) for your new document.
|
|
{{< /note >}}
|
|
|
|
This page shows how to ...
|
|
|
|
|
|
|
|
## {{% heading "prerequisites" %}}
|
|
|
|
|
|
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
|
* Do this.
|
|
* Do this too.
|
|
|
|
|
|
|
|
<!-- steps -->
|
|
|
|
## Doing ...
|
|
|
|
1. Do this.
|
|
1. Do this next. Possibly read this [related explanation](#).
|
|
|
|
|
|
|
|
<!-- discussion -->
|
|
|
|
## Understanding ...
|
|
**[Optional Section]**
|
|
|
|
Here's an interesting thing to know about the steps you just did.
|
|
|
|
|
|
|
|
## {{% heading "whatsnext" %}}
|
|
|
|
|
|
**[Optional Section]**
|
|
|
|
* Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/).
|
|
* Learn about [Page Content Types - Task](/docs/home/contribute/style/page-content-types/#task).
|