From 877725aa72e81d64215d2b1f9352800da8a79c1e Mon Sep 17 00:00:00 2001 From: jaredred <53096689+jaredred@users.noreply.github.com> Date: Tue, 27 Aug 2019 10:17:40 -0400 Subject: [PATCH] Add root pages for docs, update h2 to h1 tags --- content/os/v1.x/en/installation/boot-process/_index.md | 4 ++++ content/os/v1.x/en/installation/custom-builds/_index.md | 4 ++++ content/os/v1.x/en/installation/networking/_index.md | 4 ++++ .../os/v1.x/en/installation/running-rancheros/cloud/_index.md | 4 ++++ .../v1.x/en/installation/running-rancheros/server/_index.md | 4 ++++ .../en/installation/running-rancheros/workstation/_index.md | 4 ++++ content/os/v1.x/en/installation/storage/_index.md | 4 ++++ content/os/v1.x/en/installation/system-services/_index.md | 4 ++++ content/rancher/v2.x/en/_index.md | 2 +- 9 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 content/os/v1.x/en/installation/boot-process/_index.md create mode 100644 content/os/v1.x/en/installation/custom-builds/_index.md create mode 100644 content/os/v1.x/en/installation/networking/_index.md create mode 100644 content/os/v1.x/en/installation/running-rancheros/cloud/_index.md create mode 100644 content/os/v1.x/en/installation/running-rancheros/server/_index.md create mode 100644 content/os/v1.x/en/installation/running-rancheros/workstation/_index.md create mode 100644 content/os/v1.x/en/installation/storage/_index.md create mode 100644 content/os/v1.x/en/installation/system-services/_index.md diff --git a/content/os/v1.x/en/installation/boot-process/_index.md b/content/os/v1.x/en/installation/boot-process/_index.md new file mode 100644 index 00000000000..6426a2e712e --- /dev/null +++ b/content/os/v1.x/en/installation/boot-process/_index.md @@ -0,0 +1,4 @@ +--- +title: Boot Process +weight: 100 +--- \ No newline at end of file diff --git a/content/os/v1.x/en/installation/custom-builds/_index.md b/content/os/v1.x/en/installation/custom-builds/_index.md new file mode 100644 index 00000000000..c30e3762070 --- /dev/null +++ b/content/os/v1.x/en/installation/custom-builds/_index.md @@ -0,0 +1,4 @@ +--- +title: Custom Builds +weight: 100 +--- \ No newline at end of file diff --git a/content/os/v1.x/en/installation/networking/_index.md b/content/os/v1.x/en/installation/networking/_index.md new file mode 100644 index 00000000000..7cf4147fce7 --- /dev/null +++ b/content/os/v1.x/en/installation/networking/_index.md @@ -0,0 +1,4 @@ +--- +title: Networking +weight: 100 +--- \ No newline at end of file diff --git a/content/os/v1.x/en/installation/running-rancheros/cloud/_index.md b/content/os/v1.x/en/installation/running-rancheros/cloud/_index.md new file mode 100644 index 00000000000..86b1c641877 --- /dev/null +++ b/content/os/v1.x/en/installation/running-rancheros/cloud/_index.md @@ -0,0 +1,4 @@ +--- +title: Cloud +weight: 100 +--- \ No newline at end of file diff --git a/content/os/v1.x/en/installation/running-rancheros/server/_index.md b/content/os/v1.x/en/installation/running-rancheros/server/_index.md new file mode 100644 index 00000000000..fe505ea0140 --- /dev/null +++ b/content/os/v1.x/en/installation/running-rancheros/server/_index.md @@ -0,0 +1,4 @@ +--- +title: Server +weight: 100 +--- \ No newline at end of file diff --git a/content/os/v1.x/en/installation/running-rancheros/workstation/_index.md b/content/os/v1.x/en/installation/running-rancheros/workstation/_index.md new file mode 100644 index 00000000000..fd7554388c7 --- /dev/null +++ b/content/os/v1.x/en/installation/running-rancheros/workstation/_index.md @@ -0,0 +1,4 @@ +--- +title: Workstation +weight: 100 +--- \ No newline at end of file diff --git a/content/os/v1.x/en/installation/storage/_index.md b/content/os/v1.x/en/installation/storage/_index.md new file mode 100644 index 00000000000..146e693bfe6 --- /dev/null +++ b/content/os/v1.x/en/installation/storage/_index.md @@ -0,0 +1,4 @@ +--- +title: Storage +weight: 100 +--- \ No newline at end of file diff --git a/content/os/v1.x/en/installation/system-services/_index.md b/content/os/v1.x/en/installation/system-services/_index.md new file mode 100644 index 00000000000..dd280b99aa9 --- /dev/null +++ b/content/os/v1.x/en/installation/system-services/_index.md @@ -0,0 +1,4 @@ +--- +title: System Services +weight: 100 +--- \ No newline at end of file diff --git a/content/rancher/v2.x/en/_index.md b/content/rancher/v2.x/en/_index.md index ac450e030e3..fa26e62f19b 100644 --- a/content/rancher/v2.x/en/_index.md +++ b/content/rancher/v2.x/en/_index.md @@ -5,7 +5,7 @@ weight: 1 ctaBanner: intro-k8s-rancher-online-training --- -## What's New? +# What's New? Rancher was originally built to work with multiple orchestrators, and it included its own orchestrator called Cattle. With the rise of Kubernetes in the marketplace, Rancher now exclusively deploys and manages multiple Kubernetes clusters running anywhere, on any provider. It can provision Kubernetes from a hosted provider, provision compute nodes and then install Kubernetes onto them, or inherit existing Kubernetes clusters running anywhere.