Files
website/content/en/docs/concepts/example-concept-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

775 B

title, reviewers, content_template, toc_hide
title reviewers content_template toc_hide
Example Concept Template
chenopis
templates/concept true

{{% capture overview %}}

{{< note >}} Be sure to also create an entry in the table of contents for your new document. {{< /note >}}

This page explains ...

{{% /capture %}}

{{% capture body %}}

Understanding ...

Kubernetes provides ...

Using ...

To use ...

{{% /capture %}}

{{% capture whatsnext %}}

[Optional Section]

{{% /capture %}}