From b8a0fbbdd0f2263f01516bcbea5b8fe4e11ac357 Mon Sep 17 00:00:00 2001 From: Zachary Corleissen Date: Thu, 17 Aug 2017 14:42:29 -0700 Subject: [PATCH] Fixes nav errors introduced in #4694 (#4888) * Fixing tutorial dropdown nav * Changed indentation levels * Syntax fix * Trying to get Udacity to work * Removed a redundant section heading --- _data/tutorials.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_data/tutorials.yml b/_data/tutorials.yml index 479135958e0..60462663a67 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -30,10 +30,11 @@ toc: - docs/tutorials/kubernetes-basics/update-intro.html - docs/tutorials/kubernetes-basics/update-interactive.html - title: Online Training Courses - section: Scalable Microservices with Kubernetes (Udacity) - path: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 - section: Introduction to Kubernetes (edX) - path: https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x# + section: + - title: Scalable Microservices with Kubernetes (Udacity) + path: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 + - title: Introduction to Kubernetes (edX) + path: https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x# - docs/tutorials/stateless-application/hello-minikube.md - title: Configuration section: