Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply content_template (/docs/tutorials/) #9598

Merged
merged 1 commit into from
Jul 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion content/en/docs/tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
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,
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.
Expand Down Expand Up @@ -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 %}}