From da2c271b795ce65ff69144110c1f4095a6d740ea Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Wed, 4 Oct 2017 20:58:09 -0700 Subject: [PATCH] Put Kubernetes 101 topic in the left nav. (#5775) * Put Kubernetes 101 topic in the left nav. * Add Kubernetes 201 to the left nav. --- _data/tutorials.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/tutorials.yml b/_data/tutorials.yml index 60462663a6..eaf44f93e8 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -36,6 +36,8 @@ toc: - title: Introduction to Kubernetes (edX) path: https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x# - docs/tutorials/stateless-application/hello-minikube.md +- docs/user-guide/walkthrough/index.md +- docs/user-guide/walkthrough/k8s201.md - title: Configuration section: - docs/tutorials/configuration/configure-redis-using-configmap.md