Files
website/docs/tutorials/example-tutorial-template.md
T
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00

1.2 KiB

title, approvers
title approvers
Example Tutorial 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 objectives %}

  • Learn this.
  • Build this.
  • Run this.

{% endcapture %}

{% capture lessoncontent %}

Building ...

  1. Do this.
  2. Do this next. Possibly read this related explanation.

Running ...

  1. Do this.
  2. Do this next.

Understanding the code

Here's something interesting about the code you ran in the preceding steps.

{% endcapture %}

{% capture cleanup %}

[Optional Section]

  • Delete this.
  • Stop this.

{% endcapture %}

{% capture whatsnext %}

[Optional Section]

{% endcapture %}

{% include templates/tutorial.md %}