Files
website/static/example-templates/example-tutorial-template.md
T
Steve Perry 21fd86ed4b Fix up Tutorials landing page and Tutorials left nav. (#8557)
* Fix up Tutorials landing page and Tutorials left nav.

* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00

1.2 KiB

title, reviewers, content_template
title reviewers content_template
Example Tutorial Template
chenopis
templates/tutorial

{{% capture overview %}}

NOTE: Be sure to also create an entry in the table of contents for your new document.

This page shows how to ...

{{% /capture %}}

{{% capture prerequisites %}}

  • {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
  • Do this.
  • Do this too.

{{% /capture %}}

{{% capture objectives %}}

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

{{% /capture %}}

{{% 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.

{{% /capture %}}

{{% capture cleanup %}}

[Optional Section]

  • Delete this.
  • Stop this.

{{% /capture %}}

{{% capture whatsnext %}}

[Optional Section]

{{% /capture %}}