From 5ec0f3a6e74a662ab1aadee880522c3c78f20b7f Mon Sep 17 00:00:00 2001 From: lvuch Date: Sun, 29 Apr 2018 06:47:52 -0700 Subject: [PATCH 1/2] fix tabs --- content/_index.html | 30 ++++++++++++++++++++++++++---- layouts/partials/docs-nav.html | 11 ++++++----- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/content/_index.html b/content/_index.html index e91b9f46e8b..de6aba7eb7b 100644 --- a/content/_index.html +++ b/content/_index.html @@ -5,10 +5,32 @@ subTitle: "sub" description: "" --- -
-
-
- docs index +
+
+
+
+

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.0

+ +
+
+

Rancher 1.X

+ +
+
+

RancherOS

+ +
diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html index b0d26e900b5..1a74d9f4490 100644 --- a/layouts/partials/docs-nav.html +++ b/layouts/partials/docs-nav.html @@ -1,10 +1,8 @@ {{ $.Scratch.Set "topLevel" . }} {{ $.Scratch.Set "secondLevel" . }} -
+
+ + +
    {{ $topLevel := .Scratch.Get "topLevel"}} {{ if $topLevel }} {{ range $topLevel.Sections }} From 20c95817e1fee3143e1bad87e39da2aa08d1a1a1 Mon Sep 17 00:00:00 2001 From: lvuch Date: Sun, 29 Apr 2018 10:41:32 -0700 Subject: [PATCH 2/2] list format example --- content/rancher/quick-start-guide/_index.md | 47 +++++++-------------- 1 file changed, 15 insertions(+), 32 deletions(-) diff --git a/content/rancher/quick-start-guide/_index.md b/content/rancher/quick-start-guide/_index.md index e3278540138..ae1ed759622 100644 --- a/content/rancher/quick-start-guide/_index.md +++ b/content/rancher/quick-start-guide/_index.md @@ -16,39 +16,22 @@ Howdy Partner! This tutorial walks you through: This Quick Start Guide is divided into different tasks for easier consumption. 1. [Provision a Linux Host](#provision-a-linux-host) - - 1. [Review Requirements](#host-and-node-requirements) - - Before you do anything, review the requirements. - -2. [Prepare a Linux Host](#prepare-a-linux-host) - - First, you need to provision a Linux host. - -3. [Install Rancher](#install-rancher) - - Run the Docker command for installing Rancher. - -4. [Log In](#log-in) - - Browse to your Linux host to access the Rancher UI. - -5. [Create a Cluster](#create-a-cluster) - - Use Rancher to create your first cluster. - -6. [Deploy a Workload](#deploy-a-workload) - - Create a workload so that Kubernetes can distribute an application and its dependencies among your nodes. - -7. [View Your Application](#view-your-application) - - When your workload finishes deployment, browse to your application to make sure it works. - -8. [What's Next?](#whats-next) - - Now that you've created a cluster and deployed a workload, find out what else you can do with Rancher v2.0. +
    Before you do anything, review the requirements. +1. [Prepare a Linux Host](#prepare-a-linux-host) +
    First, you need to provision a Linux host. +1. [Install Rancher](#install-rancher) +
    Run the Docker command for installing Rancher. +1. [Log In](#log-in) +
    Browse to your Linux host to access the Rancher UI. +1. [Create a Cluster](#create-a-cluster) +
    Use Rancher to create your first cluster. +1. [Deploy a Workload](#deploy-a-workload) +
    Create a workload so that Kubernetes can distribute an application and its dependencies among your nodes. +1. [View Your Application](#view-your-application) +
    When your workload finishes deployment, browse to your application to make sure it works. +1. [What's Next?](#whats-next) +
    Now that you've created a cluster and deployed a workload, find out what else you can do with Rancher v2.0. Provision the host according to the requirements below.