diff --git a/_data/globals.yml b/_data/globals.yml index fd3be92a16..dd96f60706 100644 --- a/_data/globals.yml +++ b/_data/globals.yml @@ -1,5 +1,6 @@ tocs: - guides +- tutorials - reference - samples -- support \ No newline at end of file +- support diff --git a/_data/tutorials.yml b/_data/tutorials.yml new file mode 100644 index 0000000000..ddeb55cc7b --- /dev/null +++ b/_data/tutorials.yml @@ -0,0 +1,54 @@ +bigheader: "Tutorials" +toc: +- title: Tutorials + path: /docs/tutorials/getting-started/ +- title: Getting Started + section: + - title: 1. Create a Cluster + section: + - title: Creating a Cluster + path: /docs/tutorials/getting-started/create-cluster/ + - title: Using Minikube to Create a Cluster + path: /docs/tutorials/getting-started/cluster-intro/ + - title: Interactive Tutorial - Creating a Cluster + path: /docs/tutorials/getting-started/cluster-interactive/ + - title: 2. Deploy an App + section: + - title: Deploying an App + path: /docs/tutorials/getting-started/deploy-app/ + - title: Using kubectl to Create a Deployment + path: /docs/tutorials/getting-started/deploy-intro/ + - title: Interactive Tutorial - Deploying an App + path: /docs/tutorials/getting-started/deploy-interactive/ + - title: 3. Explore Your App + section: + - title: Exploring Your App + path: /docs/tutorials/getting-started/explore-app/ + - title: Viewing Pods and Nodes + path: /docs/tutorials/getting-started/explore-intro/ + - title: Interactive Tutorial - Exploring Your App + path: /docs/tutorials/getting-started/explore-interactive/ + - title: 4. Expose Your App Publicly + section: + - title: Exposing Your App Publicly + path: /docs/tutorials/getting-started/expose-app/ + - title: Using a Service to Expose Your App + path: /docs/tutorials/getting-started/expose-intro/ + - title: Interactive Tutorial - Exposing Your App + path: /docs/tutorials/getting-started/expose-interactive/ + - title: 5. Scale Your App + section: + - title: Scaling Your App + path: /docs/tutorials/getting-started/scale-app/ + - title: Running Multiple Instances of Your App + path: /docs/tutorials/getting-started/scale-intro/ + - title: Interactive Tutorial - Scaling Your App + path: /docs/tutorials/getting-started/scale-interactive/ + - title: 6. Update Your App + section: + - title: Updating Your App + path: /docs/tutorials/getting-started/update-app/ + - title: Performing a Rolling Update + path: /docs/tutorials/getting-started/update-intro/ + - title: Interactive Tutorial - Updating Your App + path: /docs/tutorials/getting-started/update-interactive/ diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index 026e4ec287..f1759aa164 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -7,32 +7,33 @@ - {{ site.data[foundTOC].bigheader }} - {{ site.data[foundTOC].abstract }} - - - GUIDES - REFERENCE - SAMPLES - SUPPORT - - - - - + {{ site.data[foundTOC].bigheader }} + {{ site.data[foundTOC].abstract }} + + + GUIDES + TUTORIALS + REFERENCE + SAMPLES + SUPPORT + + + + + - + {% assign tree = site.data[foundTOC].toc %}{% include tree.html %} - - - + + + Edit This Page - {% if notitle != "true" %}{{ title }}{% endif %} - {{ content }} + {% if notitle != "true" %}{{ title }}{% endif %} + {{ content }} {% if page.url != "/404.html" && page.url != "/docs/search/" %} @@ -81,3 +80,5 @@
Edit This Page
{% if page.url != "/404.html" && page.url != "/docs/search/" %}