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

735 B

title, approvers
title approvers
Example Concept Template
chenopis

{% capture overview %}

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

This page explains ...

{% endcapture %}

{% capture body %}

Understanding ...

Kubernetes provides ...

Using ...

To use ...

{% endcapture %}

{% capture whatsnext %}

[Optional Section]

{% endcapture %}

{% include templates/concept.md %}