lauren updates for adding in RKE

This commit is contained in:
Denise Schannon
2018-06-22 21:23:23 -07:00
parent 933bff44e3
commit 6fde583762
4 changed files with 31 additions and 24 deletions
+29 -19
View File
@@ -1,35 +1,45 @@
---
title: "Documentation | Rancher Labs"
pageHeader: "Docs"
pageHeader: "Rancher Docs"
subTitle: "sub"
description: ""
---
<section class="p-v-lg">
<div class="wrapper">
<div class="row center-xs">
<div class="col-md-8">
<div class="row middle-xs">
<div class="col-md-3">
<p>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.</p>
</div>
</div>
<div class="row middle-xs center-xs">
<div class="col-md">
<h3 class="bg-default m-a-0 p-a-sm">Rancher 2.x</h3>
<div class="col-md-9 row">
<div class="col-md-6 p-a-xs">
<div class="box p-a-sm">
<a href="{{< baseurl >}}/rancher/v2.x/en/" class="btn bg-link">Read the Docs</a>
</div>
</div>
<div class="col-md">
<h3 class="bg-default m-a-0 p-a-sm">Rancher 1.6</h3>
<h3 class="m-t-0">Rancher 2.x</h3>
<p>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.</p>
<a href="{{< baseurl >}}/rancher/v2.x/en/" class="btn bg-link">Read the Docs</a>
</div>
</div>
<div class="col-md-6 p-a-xs">
<div class="box p-a-sm">
<a href="https://rancher.com/docs/rancher/v1.6/en/" target="_blank" class="btn bg-link">Read the Docs</a>
</div>
</div>
<div class="col-md">
<h3 class="bg-default m-a-0 p-a-sm">RancherOS</h3>
<h3 class="m-t-0">Rancher 1.6</h3>
<p>Rancher enables organizations to run and manage Docker and Kubernetes in production without having to build a container services platform from scratch.</p>
<a href="https://rancher.com/docs/rancher/v1.6/en/" target="_blank" class="btn bg-link">Read the Docs</a>
</div>
</div>
<div class="col-md-6 p-a-xs">
<div class="box p-a-sm">
<a href="{{< baseurl >}}/os/v1.x/en/" class="btn bg-link">Read the Docs</a>
</div>
<h3 class="m-t-0">RancherOS</h3>
<p>RancherOS is the smallest, easiest way to run Docker in production. Everything in RancherOS is a container managed by Docker.</p>
<a href="{{< baseurl >}}/os/v1.x/en/" class="btn bg-link">Read the Docs</a>
</div>
</div>
<div class="col-md-6 p-a-xs">
<div class="box p-a-sm">
<h3 class="m-t-0">RKE</h3>
<p>Rancher Kubernetes Engine (RKE) is an extremely simple, lightning fast Kubernetes installer that works everywhere.</p>
<a href="{{< baseurl >}}/rke/v0.1.x/en" class="btn bg-link">Read the Docs</a>
</div>
</div>
</div>
</div>
</div>
+1 -1
View File
@@ -13,8 +13,8 @@
{{ end }}
{{ define "main" }}
{{ partial "docs-nav.html" . }}
<div class="wrapper">
{{ partial "docs-nav.html" . }}
{{ $secondLevel := ($.Scratch.Get "secondLevel") }}
{{ $.Scratch.Set "showSidebar" false }}
{{ with $secondLevel }}
+1 -3
View File
@@ -13,8 +13,8 @@
{{ end }}
{{ define "main" }}
{{ partial "docs-nav.html" . }}
<div class="wrapper">
{{ partial "docs-nav.html" . }}
{{ $secondLevel := ($.Scratch.Get "secondLevel") }}
{{ $.Scratch.Set "showSidebar" false }}
{{ with $secondLevel }}
@@ -51,5 +51,3 @@
</div>
{{ end }}
-1
View File
@@ -68,4 +68,3 @@
</nav>
</div>
</nav>