From 7e89440f88ef4abfa2a40116819b9385b7676072 Mon Sep 17 00:00:00 2001
From: "Jorge O. Castro" <jorge@ubuntu.com>
Date: Tue, 10 Jan 2017 20:14:25 -0500
Subject: [PATCH 1/2] Fix whitespace so table renders properly.

---
 .../ubuntu/installation.md                    | 21 +++++++------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/docs/getting-started-guides/ubuntu/installation.md b/docs/getting-started-guides/ubuntu/installation.md
index d06ccc570a..b8f892dc46 100644
--- a/docs/getting-started-guides/ubuntu/installation.md
+++ b/docs/getting-started-guides/ubuntu/installation.md
@@ -249,20 +249,13 @@ Feature requests, bug reports, pull requests or any feedback would be much appre
 IaaS Provider        | Config. Mgmt | OS     | Networking  | Docs                                              | Conforms | Support Level
 -------------------- | ------------ | ------ | ----------  | ---------------------------------------------     | ---------| ----------------------------
 Amazon Web Services (AWS)   | Juju         | Ubuntu | flannel, calico*     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
-OpenStack                   | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](http
-s://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
-Microsoft Azure             | Juju         | Ubuntu | flannel     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](http
-s://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
-Google Compute Engine (GCE) | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](http
-s://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
-Joyent                      | Juju         | Ubuntu | flannel     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](http
-s://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
-Rackspace                   | Juju         | Ubuntu | flannel     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](http
-s://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
-VMWare vSphere              | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](http
-s://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
-Bare Metal (MAAS)           | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](http
-s://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
+OpenStack                   | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
+Microsoft Azure             | Juju         | Ubuntu | flannel     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
+Google Compute Engine (GCE) | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
+Joyent                      | Juju         | Ubuntu | flannel     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
+Rackspace                   | Juju         | Ubuntu | flannel     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
+VMWare vSphere              | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
+Bare Metal (MAAS)           | Juju         | Ubuntu | flannel, calico     | [docs](/docs/getting-started-guides/ubuntu)                                   |          | [Commercial](https://ubuntu.com/cloud/kubernetes), [Community](https://github.com/juju-solutions/bundle-kubernetes-core) ( [@mbruzek](https://github.com/mbruzek), [@chuckbutler](https://github.com/chuckbutler) )
 
 
 For support level information on all solutions, see the [Table of solutions](/docs/getting-started-guides/#table-of-solutions) chart.

From e054a46586569666533bf6bf7022e2d6898cf8b4 Mon Sep 17 00:00:00 2001
From: "Jorge O. Castro" <jorge@ubuntu.com>
Date: Tue, 10 Jan 2017 20:55:43 -0500
Subject: [PATCH 2/2] Fix titles.

---
 docs/getting-started-guides/ubuntu/decommissioning.md | 2 +-
 docs/getting-started-guides/ubuntu/glossary.md        | 2 +-
 docs/getting-started-guides/ubuntu/index.md           | 2 +-
 docs/getting-started-guides/ubuntu/local.md           | 2 +-
 docs/getting-started-guides/ubuntu/logging.md         | 2 +-
 docs/getting-started-guides/ubuntu/monitoring.md      | 2 +-
 docs/getting-started-guides/ubuntu/networking.md      | 2 +-
 docs/getting-started-guides/ubuntu/scaling.md         | 2 +-
 docs/getting-started-guides/ubuntu/security.md        | 2 +-
 docs/getting-started-guides/ubuntu/storage.md         | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/getting-started-guides/ubuntu/decommissioning.md b/docs/getting-started-guides/ubuntu/decommissioning.md
index c4ef7d7004..0da845236e 100644
--- a/docs/getting-started-guides/ubuntu/decommissioning.md
+++ b/docs/getting-started-guides/ubuntu/decommissioning.md
@@ -1,5 +1,5 @@
 ---
-Title: Decommissioning
+title: Decommissioning
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/glossary.md b/docs/getting-started-guides/ubuntu/glossary.md
index c02bf8dc3a..1c8b2ec99b 100644
--- a/docs/getting-started-guides/ubuntu/glossary.md
+++ b/docs/getting-started-guides/ubuntu/glossary.md
@@ -1,5 +1,5 @@
 ---
-Title: Glossary and Terminology
+title: Glossary and Terminology
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/index.md b/docs/getting-started-guides/ubuntu/index.md
index 1a32ea047b..9fa4728bed 100644
--- a/docs/getting-started-guides/ubuntu/index.md
+++ b/docs/getting-started-guides/ubuntu/index.md
@@ -1,5 +1,5 @@
 ---
-Title: Kubernetes on Ubuntu
+title: Kubernetes on Ubuntu
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/local.md b/docs/getting-started-guides/ubuntu/local.md
index 843f15c4cd..8755b43ddf 100644
--- a/docs/getting-started-guides/ubuntu/local.md
+++ b/docs/getting-started-guides/ubuntu/local.md
@@ -1,5 +1,5 @@
 ---
-Title: Local Kubernetes development with LXD
+title: Local Kubernetes development with LXD
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/logging.md b/docs/getting-started-guides/ubuntu/logging.md
index 9ccaee5118..b7ae3c9a10 100644
--- a/docs/getting-started-guides/ubuntu/logging.md
+++ b/docs/getting-started-guides/ubuntu/logging.md
@@ -1,5 +1,5 @@
 ---
-Title: Logging
+title: Logging
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/monitoring.md b/docs/getting-started-guides/ubuntu/monitoring.md
index 8362208c78..ee6b102f43 100644
--- a/docs/getting-started-guides/ubuntu/monitoring.md
+++ b/docs/getting-started-guides/ubuntu/monitoring.md
@@ -1,5 +1,5 @@
 ---
-Title: Monitoring
+title: Monitoring
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/networking.md b/docs/getting-started-guides/ubuntu/networking.md
index 04938e5c43..7b4d3bcb28 100644
--- a/docs/getting-started-guides/ubuntu/networking.md
+++ b/docs/getting-started-guides/ubuntu/networking.md
@@ -1,5 +1,5 @@
 ---
-Title: Networking
+title: Networking
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/scaling.md b/docs/getting-started-guides/ubuntu/scaling.md
index 0eee541eab..0f1bc050c6 100644
--- a/docs/getting-started-guides/ubuntu/scaling.md
+++ b/docs/getting-started-guides/ubuntu/scaling.md
@@ -1,5 +1,5 @@
 ---
-Title: Scaling
+title: Scaling
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/security.md b/docs/getting-started-guides/ubuntu/security.md
index 588fd59de5..cc014524e4 100644
--- a/docs/getting-started-guides/ubuntu/security.md
+++ b/docs/getting-started-guides/ubuntu/security.md
@@ -1,5 +1,5 @@
 ---
-Title: Security Considerations
+title: Security Considerations
 ---
 
 {% capture overview %}
diff --git a/docs/getting-started-guides/ubuntu/storage.md b/docs/getting-started-guides/ubuntu/storage.md
index 8e5b92a589..104dd588a4 100644
--- a/docs/getting-started-guides/ubuntu/storage.md
+++ b/docs/getting-started-guides/ubuntu/storage.md
@@ -1,5 +1,5 @@
 ---
-Title: Storage
+title: Storage
 ---
 
 {% capture overview %}