diff --git a/content/os/_index.md b/content/os/_index.md
index 676c702fffb..b4e087f0188 100644
--- a/content/os/_index.md
+++ b/content/os/_index.md
@@ -1,5 +1,6 @@
---
title: RancherOS Documentation
+shortTitle: RancherOS
description: RancherOS is a simplified Linux distribution built from containers, for containers. These documents describe how to install and use RancherOS.
weight: 1
---
diff --git a/content/os/about/_index.md b/content/os/about/_index.md
index e8a4c1ab93c..67a468a5e88 100644
--- a/content/os/about/_index.md
+++ b/content/os/about/_index.md
@@ -1,6 +1,6 @@
---
title: About
-weight: 300
+weight: 4
---
## Contributing to RancherOS
diff --git a/content/os/installation/_index.md b/content/os/installation/_index.md
new file mode 100644
index 00000000000..99f8d6369a6
--- /dev/null
+++ b/content/os/installation/_index.md
@@ -0,0 +1,4 @@
+---
+title: Installation
+weight: 2
+---
diff --git a/content/os/quick-start-guide/_index.md b/content/os/quick-start-guide/_index.md
index f9af6c658f8..a7ecad1817a 100644
--- a/content/os/quick-start-guide/_index.md
+++ b/content/os/quick-start-guide/_index.md
@@ -1,6 +1,6 @@
---
title: Quick Start Guide
-weight: 2
+weight: 1
---
diff --git a/content/os/upgrading/_index.md b/content/os/upgrading/_index.md
index 0043d3da6dd..b4c2c3761fc 100644
--- a/content/os/upgrading/_index.md
+++ b/content/os/upgrading/_index.md
@@ -1,6 +1,6 @@
---
title: Upgrading RancherOS
-weight: 200
+weight: 3
---
## Upgrading
diff --git a/content/rancher/_index.md b/content/rancher/_index.md
index 4e8e7364c22..e005ada485e 100644
--- a/content/rancher/_index.md
+++ b/content/rancher/_index.md
@@ -1,5 +1,6 @@
---
title: Rancher 2.0 Documentation
+ shortTitle: Rancher 2.0
weight: 1
---
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 9ea877b7e6f..9fc6f5192f1 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -17,15 +17,11 @@
{{ define "main" }}
- {{ partial "breadcrumbs.html" . }}
-
{{ partial "docs-nav.html" . }}
-
@@ -80,6 +76,7 @@
{{ end }}
{{ template "_internal/pagination.html" . }}
+ {{ partial "breadcrumbs.html" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 348d5518b59..acd50094809 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -17,16 +17,13 @@
{{ define "main" }}
- {{ partial "breadcrumbs.html" . }}
{{ partial "docs-nav.html" . }}
-
-
+
{{ partial "docs-side-nav.html" . }}
-
-
+
{{ .Content }}
@@ -79,6 +76,7 @@
{{ end }}
{{ template "_internal/pagination.html" . }}
+ {{ partial "breadcrumbs.html" . }}
diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html
index 1a1bb8e75ae..27bb1e6f209 100644
--- a/layouts/partials/docs-nav.html
+++ b/layouts/partials/docs-nav.html
@@ -4,7 +4,7 @@