From 6fde58376265507f71538d3922b30439b62b851e Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Fri, 22 Jun 2018 12:16:54 -0700 Subject: [PATCH] lauren updates for adding in RKE --- content/_index.html | 48 ++++++++++++++++++++-------------- layouts/_default/list.html | 2 +- layouts/_default/single.html | 4 +-- layouts/partials/docs-nav.html | 1 - 4 files changed, 31 insertions(+), 24 deletions(-) diff --git a/content/_index.html b/content/_index.html index a648fdefe8a..0e72ebbf797 100644 --- a/content/_index.html +++ b/content/_index.html @@ -1,35 +1,45 @@ --- title: "Documentation | Rancher Labs" -pageHeader: "Docs" +pageHeader: "Rancher Docs" subTitle: "sub" description: "" ---
-
-
+
+

Rancher is open source software that combines everything an organization needs to adopt and run containers in production. Built on Kubernetes, Rancher makes it easy for DevOps teams to test, deploy and manage their applications. Operations teams use Rancher to deploy, manage and secure every Kubernetes deployment regardless of where it is running.

-
-
-
-

Rancher 2.x

+
+ -
-

Rancher 1.6

+

Rancher 2.x

+

The most of Rancher is redesigned to work on Kubernetes. Rancher 2.0 retains the user-friendly features of version 1.6, such as the UI and catalog.

+ Read the Docs +
+
+ -
-

RancherOS

+

Rancher 1.6

+

Rancher enables organizations to run and manage Docker and Kubernetes in production without having to build a container services platform from scratch.

+ Read the Docs +
+
+
+

RancherOS

+

RancherOS is the smallest, easiest way to run Docker in production. Everything in RancherOS is a container managed by Docker.

+ Read the Docs +
+
+
+
+

RKE

+

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

+ Read the Docs +
+
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 2d702763752..3987bad58b4 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -13,8 +13,8 @@ {{ end }} {{ define "main" }} -{{ partial "docs-nav.html" . }}
+ {{ partial "docs-nav.html" . }} {{ $secondLevel := ($.Scratch.Get "secondLevel") }} {{ $.Scratch.Set "showSidebar" false }} {{ with $secondLevel }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6589405744c..fecefc01d53 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,8 +13,8 @@ {{ end }} {{ define "main" }} -{{ partial "docs-nav.html" . }}
+ {{ partial "docs-nav.html" . }} {{ $secondLevel := ($.Scratch.Get "secondLevel") }} {{ $.Scratch.Set "showSidebar" false }} {{ with $secondLevel }} @@ -51,5 +51,3 @@
{{ end }} - - diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html index a5164df8a93..a1bdcf7c5ed 100644 --- a/layouts/partials/docs-nav.html +++ b/layouts/partials/docs-nav.html @@ -68,4 +68,3 @@
-