From e75fb43186a39b28374e4c7e79ca988739c22462 Mon Sep 17 00:00:00 2001 From: makocchi-git Date: Sat, 21 Jul 2018 00:51:13 +0900 Subject: [PATCH] apply content_template --- content/en/docs/tutorials/_index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/_index.md b/content/en/docs/tutorials/_index.md index 423ee04bb7476..04013216c3dcf 100644 --- a/content/en/docs/tutorials/_index.md +++ b/content/en/docs/tutorials/_index.md @@ -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 %}}