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 1/2] 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. From 2bd2111929844d52939ce6a4dff3f9396e96aaa1 Mon Sep 17 00:00:00 2001 From: jaredred <53096689+jaredred@users.noreply.github.com> Date: Thu, 29 Aug 2019 11:28:15 -0400 Subject: [PATCH 2/2] Remove title pages --- 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 ---- 8 files changed, 32 deletions(-) delete mode 100644 content/os/v1.x/en/installation/boot-process/_index.md delete mode 100644 content/os/v1.x/en/installation/custom-builds/_index.md delete mode 100644 content/os/v1.x/en/installation/networking/_index.md delete mode 100644 content/os/v1.x/en/installation/running-rancheros/cloud/_index.md delete mode 100644 content/os/v1.x/en/installation/running-rancheros/server/_index.md delete mode 100644 content/os/v1.x/en/installation/running-rancheros/workstation/_index.md delete mode 100644 content/os/v1.x/en/installation/storage/_index.md delete 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 deleted file mode 100644 index 6426a2e712e..00000000000 --- a/content/os/v1.x/en/installation/boot-process/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index c30e3762070..00000000000 --- a/content/os/v1.x/en/installation/custom-builds/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index 7cf4147fce7..00000000000 --- a/content/os/v1.x/en/installation/networking/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index 86b1c641877..00000000000 --- a/content/os/v1.x/en/installation/running-rancheros/cloud/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index fe505ea0140..00000000000 --- a/content/os/v1.x/en/installation/running-rancheros/server/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index fd7554388c7..00000000000 --- a/content/os/v1.x/en/installation/running-rancheros/workstation/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index 146e693bfe6..00000000000 --- a/content/os/v1.x/en/installation/storage/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 deleted file mode 100644 index dd280b99aa9..00000000000 --- a/content/os/v1.x/en/installation/system-services/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: System Services -weight: 100 ---- \ No newline at end of file