website/docs/tasks/example-task-template.md

1017 B

title approvers
Example Task Template
chenopis

{% capture overview %}

NOTE: Be sure to also create 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.
  2. 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]

{% endcapture %}

{% include templates/task.md %}