From b4affeabfaf4d60029b86f92498d7bb44ea532c3 Mon Sep 17 00:00:00 2001 From: lovejoy Date: Tue, 26 Jun 2018 02:45:22 +0800 Subject: [PATCH] fix the toc (#8971) --- content/en/docs/tutorials/k8s201.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tutorials/k8s201.md b/content/en/docs/tutorials/k8s201.md index b0b165aeee..a6881395b1 100644 --- a/content/en/docs/tutorials/k8s201.md +++ b/content/en/docs/tutorials/k8s201.md @@ -5,6 +5,8 @@ reviewers: title: Kubernetes 201 --- +{{< toc >}} + ## Labels, Deployments, Services and Health Checking If you went through [Kubernetes 101](/docs/tutorials/k8s101/), you learned about kubectl, Pods, Volumes, and multiple containers. @@ -15,9 +17,6 @@ scaling. In order for the kubectl usage examples to work, make sure you have an examples directory locally, either from [a release](https://github.com/kubernetes/kubernetes/releases) or [the source](https://github.com/kubernetes/kubernetes). -* TOC -{{< toc >}} - ## Labels