From d4d5f3ec3cf763ff733973ffa0ee0844432f0ffe Mon Sep 17 00:00:00 2001 From: Kaitlyn Barnard Date: Tue, 8 Aug 2017 14:57:21 -0700 Subject: [PATCH] Adding online tutorials to nav --- _data/tutorials.yml | 6 ++++-- docs/tutorials/index.md | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_data/tutorials.yml b/_data/tutorials.yml index 3989024606..479135958e 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -29,8 +29,11 @@ toc: section: - docs/tutorials/kubernetes-basics/update-intro.html - docs/tutorials/kubernetes-basics/update-interactive.html -- title: Online Training Course +- 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# - docs/tutorials/stateless-application/hello-minikube.md - title: Configuration section: @@ -61,4 +64,3 @@ toc: - title: Services section: - docs/tutorials/services/source-ip.md - diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 9f48c6b9ea..e0a9b24d95 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -9,7 +9,9 @@ each of which has a sequence of steps. * [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. -* [Online Training Course](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615) +* [Scalable Microservices with Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615) + +* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#) * [Hello Minikube](/docs/tutorials/stateless-application/hello-minikube/)