apply content_template (#9598)

This commit is contained in:
makocchi 2018-07-21 08:06:09 +09:00 committed by k8s-ci-robot
parent 1678936967
commit b9b392527d
1 changed files with 12 additions and 1 deletions

View File

@ -2,8 +2,11 @@
title: Tutorials
main_menu: true
weight: 60
content_template: templates/concept
---
{{% capture overview %}}
This section of the Kubernetes documentation contains tutorials.
A tutorial shows how to accomplish a goal that is larger than a single
[task](/docs/tasks/). Typically a tutorial has several sections,
@ -11,6 +14,10 @@ each of which has a sequence of steps.
Before walking through each tutorial, you may want to bookmark the
[Standardized Glossary](/docs/reference/glossary/) page for later references.
{{% /capture %}}
{{% capture body %}}
## Basics
* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
@ -59,8 +66,12 @@ Before walking through each tutorial, you may want to bookmark the
* [Using Source IP](/docs/tutorials/services/source-ip/)
## What's next
{{% /capture %}}
{{% capture whatsnext %}}
If you would like to write a tutorial, see
[Using Page Templates](/docs/home/contribute/page-templates/)
for information about the tutorial page type and the tutorial template.
{{% /capture %}}