apply content_template (#9598)
This commit is contained in:
parent
1678936967
commit
b9b392527d
|
@ -2,8 +2,11 @@
|
||||||
title: Tutorials
|
title: Tutorials
|
||||||
main_menu: true
|
main_menu: true
|
||||||
weight: 60
|
weight: 60
|
||||||
|
content_template: templates/concept
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% capture overview %}}
|
||||||
|
|
||||||
This section of the Kubernetes documentation contains tutorials.
|
This section of the Kubernetes documentation contains tutorials.
|
||||||
A tutorial shows how to accomplish a goal that is larger than a single
|
A tutorial shows how to accomplish a goal that is larger than a single
|
||||||
[task](/docs/tasks/). Typically a tutorial has several sections,
|
[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
|
Before walking through each tutorial, you may want to bookmark the
|
||||||
[Standardized Glossary](/docs/reference/glossary/) page for later references.
|
[Standardized Glossary](/docs/reference/glossary/) page for later references.
|
||||||
|
|
||||||
|
{{% /capture %}}
|
||||||
|
|
||||||
|
{{% capture body %}}
|
||||||
|
|
||||||
## Basics
|
## 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.
|
* [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/)
|
* [Using Source IP](/docs/tutorials/services/source-ip/)
|
||||||
|
|
||||||
## What's next
|
{{% /capture %}}
|
||||||
|
|
||||||
|
{{% capture whatsnext %}}
|
||||||
|
|
||||||
If you would like to write a tutorial, see
|
If you would like to write a tutorial, see
|
||||||
[Using Page Templates](/docs/home/contribute/page-templates/)
|
[Using Page Templates](/docs/home/contribute/page-templates/)
|
||||||
for information about the tutorial page type and the tutorial template.
|
for information about the tutorial page type and the tutorial template.
|
||||||
|
|
||||||
|
{{% /capture %}}
|
||||||
|
|
Loading…
Reference in New Issue