[DOCS-DE] Content Concepts (#13529)

* content-concepts

* Fixed typos
This commit is contained in:
Benedikt Rollik
2019-04-05 19:01:20 +02:00
committed by Kubernetes Prow Robot
parent 3f219b1a76
commit a48a32e6c5
3 changed files with 185 additions and 0 deletions
@@ -0,0 +1,38 @@
---
title: Konzept Dokumentations-Vorlage
content_template: templates/concept
toc_hide: true
---
{{% capture overview %}}
{{< note >}}
Stellen Sie auch sicher [einen Eintrag im Inhaltsverzeichnis](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) für Ihr neues Dokument zu erstellen.
{{< /note >}}
Diese Seite erklärt ...
{{% /capture %}}
{{% capture body %}}
## Verstehen ...
Kubernetes bietet ...
## Verwenden ...
Benutzen Sie ...
{{% /capture %}}
{{% capture whatsnext %}}
**[Optionaler Bereich]**
* Lernen Sie mehr über [ein neues Thema schreiben](/docs/home/contribute/write-new-topic/).
* Besuchen Sie [Seitenvorlagen verwenden - Konzeptvorlage](/docs/home/contribute/page-templates/#concept_template) wie Sie diese Vorlage verwenden.
{{% /capture %}}