Merge pull request #2163 from steveperry-53/tutorial-index-page

Update Tutorials index page and Hello Minikube title.
This commit is contained in:
Steve Perry
2017-01-06 19:40:16 -08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ each of which has a sequence of steps.
#### Stateless Applications
* [Hello Minikube](/docs/tutorials/stateless-application/hello-minikube/)
* [Running a Stateless Application Using a Deployment](/docs/tutorials/stateless-application/run-stateless-application-deployment/)
* [Using a Service to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address-service/)
@@ -1,3 +1,7 @@
---
title: Hello Minikube
---
{% capture overview %}
The goal of this tutorial is for you to turn a simple Hello World Node.js app