Files
website/docs/concepts/example-concept-template.md
T

735 B

title, reviewers
title reviewers
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 %}