Add drop-in templates

This commit is contained in:
Andrew Chen
2017-05-24 12:42:33 -07:00
parent ae5df6944d
commit 7091925c9f
4 changed files with 119 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
---
title: Example Concept Template
---
{% capture overview %}
**NOTE:** Be sure to also [create an entry in the table of contents](/docs/home/contribute/write-new-topic/#creating-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]**
* Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/).
* See [Using Page Templates - Concept template](/docs/home/contribute/page-templates/#concept_template) for how to use this template.
{% endcapture %}
{% include templates/concept.md %}