From 54c4d941c3fcd70e19fff8b4b80adea309e83d82 Mon Sep 17 00:00:00 2001 From: lvuch Date: Thu, 27 Sep 2018 13:15:51 -0700 Subject: [PATCH] docs index --- content/_index.html | 94 +++++++++++++++++++++++++++++---------------- layouts/index.html | 6 ++- 2 files changed, 65 insertions(+), 35 deletions(-) diff --git a/content/_index.html b/content/_index.html index 0e72ebbf797..e036ee64d3c 100644 --- a/content/_index.html +++ b/content/_index.html @@ -1,44 +1,72 @@ --- title: "Documentation | Rancher Labs" pageHeader: "Rancher Docs" -subTitle: "sub" -description: "" +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." +layout: blank --- -
-
-
-
-

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.

+{{< banner-cta >}} +

Migrate from Rancher v1.6 Cattle to v2.x

+ Learn more +{{< /banner-cta >}} + +
+
+
+
+
+
+
+

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.

+
+ +
+
-
-
-
-

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 + +
+
+
+
+

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.

+
+ +
+
+ +
+
+
+
+

RancherOS

+

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

+
+ +
-
-
-

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 -
+
+ +
+
+
+
+

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 d38a51e7e5c..ef8bfb08221 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,11 +2,13 @@
-
+
{{ with .Params.pageHeader }}

{{ . }}

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

{{ . }}

+ {{end}}