Files
website/content/en/docs/tasks/example-task-template.md
T
Luc Perkins d65e1790ff Add admonition type to shortcode (#9482)
* Change existing admon blocks

* Fix includes issue
2018-11-06 11:33:04 -08:00

1.1 KiB

title, reviewers, content_template, toc_hide
title reviewers content_template toc_hide
Example Task Template
chenopis
templates/task true

{{% capture overview %}}

{{< note >}} Be sure to also create an entry in the table of contents for your new document. {{< /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.
  2. Do this next. Possibly read this related explanation.

{{% /capture %}}

{{% capture discussion %}}

Understanding ...

[Optional Section]

Here's an interesting thing to know about the steps you just did.

{{% /capture %}}

{{% capture whatsnext %}}

[Optional Section]

{{% /capture %}}