Files
website/content/en/docs/tasks/example-task-template.md
T
Celeste Horgan e0ae1338cd Correct links
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07: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 %}}