From 7e945ead820c904606fd45042e3d2f4d87497d76 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 19 Apr 2019 11:39:08 -0700 Subject: [PATCH] Mobile page title --- content/_index.html | 64 ----------------------------- layouts/index.html | 17 +------- layouts/partials/docs-side-nav.html | 6 ++- 3 files changed, 6 insertions(+), 81 deletions(-) diff --git a/content/_index.html b/content/_index.html index 5aa33c798f1..ff33ff1c766 100644 --- a/content/_index.html +++ b/content/_index.html @@ -202,67 +202,3 @@ layout: "no-hero" - - -
-
-
-
-
-
-
-

Rancher 2.x

-

Rancher manages all of your Kubernetes clusters everywhere, unifies them under centralized RBAC, monitors them and lets you easily deploy and manage workloads through an intuitive user interface.

-
- -
-
-
- -
-
-
-
-

Rancher 1.6

-

If you haven't yet migrated to Rancher 2.x, you can still find documentation for 1.6 here. This is only for legacy users of the 1.6 product.

-
- -
-
-
- -
-
-
-
-

RancherOS

-

RancherOS is the lightest, easiest way to run Docker in production. Engineered from the ground up for security and speed, it runs all system services and user workloads within Docker containers.

-
- -
-
-
- -
-
-
-
-

RKE

-

Rancher Kubernetes Engine (RKE) is an extremely simple, lightning fast Kubernetes installer that works everywhere.

-
- -
-
-
-
-
-
diff --git a/layouts/index.html b/layouts/index.html index ef8bfb08221..466c351c042 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,19 +1,4 @@ -{{ define "hero" }} -
-
-
-
- {{ with .Params.pageHeader }} -

{{ . }}

- {{end}} - {{ with .Params.description }} -

{{ . }}

- {{end}} -
-
-
-
-{{ end }} + {{ define "main" }}
diff --git a/layouts/partials/docs-side-nav.html b/layouts/partials/docs-side-nav.html index 537227156df..6b66adc90ad 100644 --- a/layouts/partials/docs-side-nav.html +++ b/layouts/partials/docs-side-nav.html @@ -48,7 +48,11 @@
- Quick start guides +{{ if .Title }} +{{.Title}} +{{ else }} +Quick Start Guide +{{end}}