From 87bba1111bed1adb4954fc240fb508478160cc95 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Thu, 19 Apr 2018 15:27:44 -0700 Subject: [PATCH] remove tag and category from OS docs --- content/os/_index.md | 2 -- content/os/about/_index.md | 2 -- content/os/about/faqs/_index.md | 2 -- content/os/about/running-rancher-on-rancherOS/_index.md | 2 -- content/os/about/security/_index.md | 2 -- content/os/installation/amazon-ecs/_index.md | 2 -- .../boot-process/built-in-system-services/_index.md | 2 -- content/os/installation/boot-process/cloud-init/_index.md | 2 -- content/os/installation/boot-process/image-preloading/_index.md | 2 -- content/os/installation/boot-process/logging/_index.md | 2 -- content/os/installation/configuration/_index.md | 2 -- .../configuration/adding-kernel-parameters/_index.md | 2 -- content/os/installation/configuration/docker/_index.md | 2 -- content/os/installation/configuration/hostname/_index.md | 2 -- .../configuration/kernel-modules-kernel-headers/_index.md | 2 -- .../installation/configuration/loading-kernel-modules/_index.md | 2 -- .../os/installation/configuration/private-registries/_index.md | 2 -- .../configuration/resizing-device-partition/_index.md | 2 -- .../os/installation/configuration/running-commands/_index.md | 2 -- .../installation/configuration/setting-up-docker-tls/_index.md | 2 -- content/os/installation/configuration/ssh-keys/_index.md | 2 -- .../os/installation/configuration/switching-consoles/_index.md | 2 -- .../configuration/switching-docker-versions/_index.md | 2 -- content/os/installation/configuration/sysctl/_index.md | 2 -- content/os/installation/configuration/users/_index.md | 2 -- content/os/installation/configuration/write-files/_index.md | 2 -- content/os/installation/custom-builds/custom-console/_index.md | 2 -- content/os/installation/custom-builds/custom-kernels/_index.md | 2 -- .../installation/custom-builds/custom-rancheros-iso/_index.md | 2 -- content/os/installation/networking/dns/_index.md | 2 -- content/os/installation/networking/interfaces/_index.md | 2 -- content/os/installation/networking/proxy-settings/_index.md | 2 -- content/os/installation/running-rancheros/_index.md | 2 -- content/os/installation/running-rancheros/cloud/aws/_index.md | 2 -- content/os/installation/running-rancheros/cloud/azure/_index.md | 2 -- content/os/installation/running-rancheros/cloud/do/_index.md | 2 -- content/os/installation/running-rancheros/cloud/gce/_index.md | 2 -- .../os/installation/running-rancheros/cloud/openstack/_index.md | 2 -- .../installation/running-rancheros/cloud/vmware-esxi/_index.md | 2 -- .../running-rancheros/server/install-to-disk/_index.md | 2 -- content/os/installation/running-rancheros/server/pxe/_index.md | 2 -- .../running-rancheros/server/raspberry-pi/_index.md | 2 -- .../running-rancheros/workstation/boot-from-iso/_index.md | 2 -- .../running-rancheros/workstation/docker-machine/_index.md | 2 -- content/os/installation/storage/additional-mounts/_index.md | 2 -- content/os/installation/storage/state-partition/_index.md | 2 -- content/os/installation/storage/using-zfs/_index.md | 2 -- .../system-services/adding-system-services/_index.md | 2 -- .../system-services/custom-system-services/_index.md | 2 -- content/os/installation/system-services/environment/_index.md | 2 -- .../system-services/system-docker-volumes/_index.md | 2 -- content/os/quick-start-guide/_index.md | 2 -- content/os/upgrading/_index.md | 2 -- 53 files changed, 106 deletions(-) diff --git a/content/os/_index.md b/content/os/_index.md index 02d6687464f..1ec9dd2853d 100644 --- a/content/os/_index.md +++ b/content/os/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "overview"] -category: ["os"] layout: list-docs title: RancherOS Documentation description: RancherOS is a simplified Linux distribution built from containers, for containers. These documents describe how to install and use RancherOS. diff --git a/content/os/about/_index.md b/content/os/about/_index.md index ae7a69a5810..af1779120c9 100644 --- a/content/os/about/_index.md +++ b/content/os/about/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "faqs"] -category: "os" layout: list-docs title: About weight: 300 diff --git a/content/os/about/faqs/_index.md b/content/os/about/faqs/_index.md index c980f664add..bf27b460803 100644 --- a/content/os/about/faqs/_index.md +++ b/content/os/about/faqs/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "faqs"] -category: "os" layout: list-docs title: FAQs weight: 301 diff --git a/content/os/about/running-rancher-on-rancherOS/_index.md b/content/os/about/running-rancher-on-rancherOS/_index.md index 06c57034613..46a4e3f64c8 100644 --- a/content/os/about/running-rancher-on-rancherOS/_index.md +++ b/content/os/about/running-rancher-on-rancherOS/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "rancher"] -category: "os" layout: list-docs title: Running Rancher on RancherOS weight: 302 diff --git a/content/os/about/security/_index.md b/content/os/about/security/_index.md index a7f42ac613c..68d82458802 100644 --- a/content/os/about/security/_index.md +++ b/content/os/about/security/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "security"] -category: "os" layout: list-docs title: RancherOS Security weight: 303 diff --git a/content/os/installation/amazon-ecs/_index.md b/content/os/installation/amazon-ecs/_index.md index 9c207016cd2..11d45ac8add 100644 --- a/content/os/installation/amazon-ecs/_index.md +++ b/content/os/installation/amazon-ecs/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "custom", "console"] -category: "os" layout: list-docs title: Amazon ECS (EC2 Container Service) weight: 190 diff --git a/content/os/installation/boot-process/built-in-system-services/_index.md b/content/os/installation/boot-process/built-in-system-services/_index.md index ae533e9f05d..f3243befbd2 100644 --- a/content/os/installation/boot-process/built-in-system-services/_index.md +++ b/content/os/installation/boot-process/built-in-system-services/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "system services"] -category: "os" layout: list-docs title: Built-in System Services weight: 150 diff --git a/content/os/installation/boot-process/cloud-init/_index.md b/content/os/installation/boot-process/cloud-init/_index.md index 17a108b17f2..746629e8253 100644 --- a/content/os/installation/boot-process/cloud-init/_index.md +++ b/content/os/installation/boot-process/cloud-init/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "cloud-init"] -category: "os" layout: list-docs title: Cloud-Init weight: 151 diff --git a/content/os/installation/boot-process/image-preloading/_index.md b/content/os/installation/boot-process/image-preloading/_index.md index 546a5c296a2..cb1dd66e879 100644 --- a/content/os/installation/boot-process/image-preloading/_index.md +++ b/content/os/installation/boot-process/image-preloading/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Image Preloading weight: 152 diff --git a/content/os/installation/boot-process/logging/_index.md b/content/os/installation/boot-process/logging/_index.md index 653785a3af0..d3436c708a0 100644 --- a/content/os/installation/boot-process/logging/_index.md +++ b/content/os/installation/boot-process/logging/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "logging"] -category: "os" layout: list-docs title: System Logging weight: 153 diff --git a/content/os/installation/configuration/_index.md b/content/os/installation/configuration/_index.md index d91db60cfec..5ccdd82bac2 100644 --- a/content/os/installation/configuration/_index.md +++ b/content/os/installation/configuration/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "configuration", "custom"] -category: "os" layout: list-docs title: Configuration weight: 120 diff --git a/content/os/installation/configuration/adding-kernel-parameters/_index.md b/content/os/installation/configuration/adding-kernel-parameters/_index.md index efb79789003..9b8ab289eb6 100644 --- a/content/os/installation/configuration/adding-kernel-parameters/_index.md +++ b/content/os/installation/configuration/adding-kernel-parameters/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Adding Kernel Parameters weight: 133 diff --git a/content/os/installation/configuration/docker/_index.md b/content/os/installation/configuration/docker/_index.md index 9fee51d9971..75443841382 100644 --- a/content/os/installation/configuration/docker/_index.md +++ b/content/os/installation/configuration/docker/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "docker", "system docker"] -category: "os" layout: list-docs title: Configuring Docker or System Docker weight: 126 diff --git a/content/os/installation/configuration/hostname/_index.md b/content/os/installation/configuration/hostname/_index.md index 696399aa0b2..34215b28d5c 100644 --- a/content/os/installation/configuration/hostname/_index.md +++ b/content/os/installation/configuration/hostname/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Setting the Hostname weight: 124 diff --git a/content/os/installation/configuration/kernel-modules-kernel-headers/_index.md b/content/os/installation/configuration/kernel-modules-kernel-headers/_index.md index 88c0de7d598..2b6ad9cba05 100644 --- a/content/os/installation/configuration/kernel-modules-kernel-headers/_index.md +++ b/content/os/installation/configuration/kernel-modules-kernel-headers/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Installing Kernel Modules with Kernel Headers weight: 135 diff --git a/content/os/installation/configuration/loading-kernel-modules/_index.md b/content/os/installation/configuration/loading-kernel-modules/_index.md index 209751bdaad..ca00efd98cd 100644 --- a/content/os/installation/configuration/loading-kernel-modules/_index.md +++ b/content/os/installation/configuration/loading-kernel-modules/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Loading Extra Kernel Modules weight: 134 diff --git a/content/os/installation/configuration/private-registries/_index.md b/content/os/installation/configuration/private-registries/_index.md index 9d640d09b0d..18d8b2b5359 100644 --- a/content/os/installation/configuration/private-registries/_index.md +++ b/content/os/installation/configuration/private-registries/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Private Registries weight: 128 diff --git a/content/os/installation/configuration/resizing-device-partition/_index.md b/content/os/installation/configuration/resizing-device-partition/_index.md index af2b4d70ea5..d0b0c6dcb8d 100644 --- a/content/os/installation/configuration/resizing-device-partition/_index.md +++ b/content/os/installation/configuration/resizing-device-partition/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Resizing a Device Partition weight: 131 diff --git a/content/os/installation/configuration/running-commands/_index.md b/content/os/installation/configuration/running-commands/_index.md index 15022a45c95..17875a7167e 100644 --- a/content/os/installation/configuration/running-commands/_index.md +++ b/content/os/installation/configuration/running-commands/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "commands"] -category: "os" layout: list-docs title: Running Commands weight: 123 diff --git a/content/os/installation/configuration/setting-up-docker-tls/_index.md b/content/os/installation/configuration/setting-up-docker-tls/_index.md index f6143ba0c16..af2e97584ff 100644 --- a/content/os/installation/configuration/setting-up-docker-tls/_index.md +++ b/content/os/installation/configuration/setting-up-docker-tls/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "docker", "tls"] -category: "os" layout: list-docs title: Setting up Docker TLS weight: 127 diff --git a/content/os/installation/configuration/ssh-keys/_index.md b/content/os/installation/configuration/ssh-keys/_index.md index 8311e9c3422..8086c253fd6 100644 --- a/content/os/installation/configuration/ssh-keys/_index.md +++ b/content/os/installation/configuration/ssh-keys/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "ssh"] -category: "os" layout: list-docs title: SSH Keys weight: 121 diff --git a/content/os/installation/configuration/switching-consoles/_index.md b/content/os/installation/configuration/switching-consoles/_index.md index 1e725c84f3f..37e038acc3e 100644 --- a/content/os/installation/configuration/switching-consoles/_index.md +++ b/content/os/installation/configuration/switching-consoles/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "consoles"] -category: "os" layout: list-docs title: Switching Consoles weight: 125 diff --git a/content/os/installation/configuration/switching-docker-versions/_index.md b/content/os/installation/configuration/switching-docker-versions/_index.md index c026dd07e72..63c8253cc69 100644 --- a/content/os/installation/configuration/switching-docker-versions/_index.md +++ b/content/os/installation/configuration/switching-docker-versions/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "docker"] -category: "os" layout: list-docs title: Switching Docker Versions weight: 129 diff --git a/content/os/installation/configuration/sysctl/_index.md b/content/os/installation/configuration/sysctl/_index.md index 5fb072b0151..68d60b2eae7 100644 --- a/content/os/installation/configuration/sysctl/_index.md +++ b/content/os/installation/configuration/sysctl/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: sysctl Settings weight: 132 diff --git a/content/os/installation/configuration/users/_index.md b/content/os/installation/configuration/users/_index.md index 516d866cd5a..ea9c75f2320 100644 --- a/content/os/installation/configuration/users/_index.md +++ b/content/os/installation/configuration/users/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Users weight: 130 diff --git a/content/os/installation/configuration/write-files/_index.md b/content/os/installation/configuration/write-files/_index.md index 8d237003c94..59b28324ae4 100644 --- a/content/os/installation/configuration/write-files/_index.md +++ b/content/os/installation/configuration/write-files/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Writing Files weight: 122 diff --git a/content/os/installation/custom-builds/custom-console/_index.md b/content/os/installation/custom-builds/custom-console/_index.md index c5360ecf451..e89e20ab7bd 100644 --- a/content/os/installation/custom-builds/custom-console/_index.md +++ b/content/os/installation/custom-builds/custom-console/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "custom", "console"] -category: "os" layout: list-docs title: Custom Console weight: 180 diff --git a/content/os/installation/custom-builds/custom-kernels/_index.md b/content/os/installation/custom-builds/custom-kernels/_index.md index b9a0d85732c..a3426d55eea 100644 --- a/content/os/installation/custom-builds/custom-kernels/_index.md +++ b/content/os/installation/custom-builds/custom-kernels/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "custom", "kernels"] -category: "os" layout: list-docs title: Custom Kernels weight: 181 diff --git a/content/os/installation/custom-builds/custom-rancheros-iso/_index.md b/content/os/installation/custom-builds/custom-rancheros-iso/_index.md index 3e46657575a..f8007163498 100644 --- a/content/os/installation/custom-builds/custom-rancheros-iso/_index.md +++ b/content/os/installation/custom-builds/custom-rancheros-iso/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "custom", "iso"] -category: "os" layout: list-docs title: Custom RancherOS ISO weight: 182 diff --git a/content/os/installation/networking/dns/_index.md b/content/os/installation/networking/dns/_index.md index 1de82c3ab44..302a7469d51 100644 --- a/content/os/installation/networking/dns/_index.md +++ b/content/os/installation/networking/dns/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "networking", "dns"] -category: "os" layout: list-docs title: Configuring DNS weight: 171 diff --git a/content/os/installation/networking/interfaces/_index.md b/content/os/installation/networking/interfaces/_index.md index 937255425fc..1d6d970e78a 100644 --- a/content/os/installation/networking/interfaces/_index.md +++ b/content/os/installation/networking/interfaces/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "networking", "interfaces"] -category: "os" layout: list-docs title: Configuring Network Interfaces weight: 170 diff --git a/content/os/installation/networking/proxy-settings/_index.md b/content/os/installation/networking/proxy-settings/_index.md index cfe28ec896a..d7a0c116810 100644 --- a/content/os/installation/networking/proxy-settings/_index.md +++ b/content/os/installation/networking/proxy-settings/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "proxy"] -category: "os" layout: list-docs title: Configuring Proxy Settings weight: 172 diff --git a/content/os/installation/running-rancheros/_index.md b/content/os/installation/running-rancheros/_index.md index 025da8d73d9..af2e38ca300 100644 --- a/content/os/installation/running-rancheros/_index.md +++ b/content/os/installation/running-rancheros/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "installation"] -category: "os" layout: list-docs title: Running RancherOS weight: 100 diff --git a/content/os/installation/running-rancheros/cloud/aws/_index.md b/content/os/installation/running-rancheros/cloud/aws/_index.md index df58c05c078..97637df70ad 100644 --- a/content/os/installation/running-rancheros/cloud/aws/_index.md +++ b/content/os/installation/running-rancheros/cloud/aws/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "amazon", "ec2"] -category: "os" layout: list-docs title: Amazon EC2 weight: 105 diff --git a/content/os/installation/running-rancheros/cloud/azure/_index.md b/content/os/installation/running-rancheros/cloud/azure/_index.md index 4e088e17f81..b33b8426d7a 100644 --- a/content/os/installation/running-rancheros/cloud/azure/_index.md +++ b/content/os/installation/running-rancheros/cloud/azure/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "azure"] -category: "os" layout: list-docs title: Azure weight: 110 diff --git a/content/os/installation/running-rancheros/cloud/do/_index.md b/content/os/installation/running-rancheros/cloud/do/_index.md index b21ba71f5c1..5ec61b0ce41 100644 --- a/content/os/installation/running-rancheros/cloud/do/_index.md +++ b/content/os/installation/running-rancheros/cloud/do/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "digitalocean"] -category: "os" layout: list-docs title: Digital Ocean weight: 107 diff --git a/content/os/installation/running-rancheros/cloud/gce/_index.md b/content/os/installation/running-rancheros/cloud/gce/_index.md index 8e6d20a30dc..bd235740c21 100644 --- a/content/os/installation/running-rancheros/cloud/gce/_index.md +++ b/content/os/installation/running-rancheros/cloud/gce/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "gce"] -category: "os" layout: list-docs title: Google Cloud Engine (GCE) weight: 106 diff --git a/content/os/installation/running-rancheros/cloud/openstack/_index.md b/content/os/installation/running-rancheros/cloud/openstack/_index.md index 95c64583970..0e29efcf753 100644 --- a/content/os/installation/running-rancheros/cloud/openstack/_index.md +++ b/content/os/installation/running-rancheros/cloud/openstack/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "openstack"] -category: "os" layout: list-docs title: OpenStack weight: 109 diff --git a/content/os/installation/running-rancheros/cloud/vmware-esxi/_index.md b/content/os/installation/running-rancheros/cloud/vmware-esxi/_index.md index fde35588de8..aa02691adf3 100644 --- a/content/os/installation/running-rancheros/cloud/vmware-esxi/_index.md +++ b/content/os/installation/running-rancheros/cloud/vmware-esxi/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "vmware", "esxi"] -category: "os" layout: list-docs title: VMware ESXi weight: 108 diff --git a/content/os/installation/running-rancheros/server/install-to-disk/_index.md b/content/os/installation/running-rancheros/server/install-to-disk/_index.md index ef54b8edc40..d2bb0b1b5c7 100644 --- a/content/os/installation/running-rancheros/server/install-to-disk/_index.md +++ b/content/os/installation/running-rancheros/server/install-to-disk/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "install"] -category: "os" layout: list-docs title: Installing to Disk weight: 111 diff --git a/content/os/installation/running-rancheros/server/pxe/_index.md b/content/os/installation/running-rancheros/server/pxe/_index.md index f8942e50279..5c8e24dad07 100644 --- a/content/os/installation/running-rancheros/server/pxe/_index.md +++ b/content/os/installation/running-rancheros/server/pxe/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "pxe", "ipxe"] -category: "os" layout: list-docs title: iPXE weight: 112 diff --git a/content/os/installation/running-rancheros/server/raspberry-pi/_index.md b/content/os/installation/running-rancheros/server/raspberry-pi/_index.md index 86cf01f6d1a..771f8b73496 100644 --- a/content/os/installation/running-rancheros/server/raspberry-pi/_index.md +++ b/content/os/installation/running-rancheros/server/raspberry-pi/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "raspberry pi"] -category: "os" layout: list-docs title: Raspberry Pi weight: 113 diff --git a/content/os/installation/running-rancheros/workstation/boot-from-iso/_index.md b/content/os/installation/running-rancheros/workstation/boot-from-iso/_index.md index ba66b2993a0..dc70fdce066 100644 --- a/content/os/installation/running-rancheros/workstation/boot-from-iso/_index.md +++ b/content/os/installation/running-rancheros/workstation/boot-from-iso/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "iso"] -category: "os" layout: list-docs title: Booting from ISO weight: 102 diff --git a/content/os/installation/running-rancheros/workstation/docker-machine/_index.md b/content/os/installation/running-rancheros/workstation/docker-machine/_index.md index 5df90b6166b..87dc82e6e0b 100644 --- a/content/os/installation/running-rancheros/workstation/docker-machine/_index.md +++ b/content/os/installation/running-rancheros/workstation/docker-machine/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "docker machine"] -category: "os" layout: list-docs title: Using Docker Machine weight: 101 diff --git a/content/os/installation/storage/additional-mounts/_index.md b/content/os/installation/storage/additional-mounts/_index.md index b5fe3d13319..1fca2653e20 100644 --- a/content/os/installation/storage/additional-mounts/_index.md +++ b/content/os/installation/storage/additional-mounts/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "mounts"] -category: "os" layout: list-docs title: Additional Mounts weight: 161 diff --git a/content/os/installation/storage/state-partition/_index.md b/content/os/installation/storage/state-partition/_index.md index c8fa0f1947e..fe60ee301c6 100644 --- a/content/os/installation/storage/state-partition/_index.md +++ b/content/os/installation/storage/state-partition/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os"] -category: "os" layout: list-docs title: Persistent State Partition weight: 160 diff --git a/content/os/installation/storage/using-zfs/_index.md b/content/os/installation/storage/using-zfs/_index.md index 4bc486c254b..432c866691f 100644 --- a/content/os/installation/storage/using-zfs/_index.md +++ b/content/os/installation/storage/using-zfs/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "zfs"] -category: "os" layout: list-docs title: Using ZFS weight: 162 diff --git a/content/os/installation/system-services/adding-system-services/_index.md b/content/os/installation/system-services/adding-system-services/_index.md index a1c672c6252..5cec1d0c1e3 100644 --- a/content/os/installation/system-services/adding-system-services/_index.md +++ b/content/os/installation/system-services/adding-system-services/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "system services"] -category: "os" layout: list-docs title: System Services weight: 140 diff --git a/content/os/installation/system-services/custom-system-services/_index.md b/content/os/installation/system-services/custom-system-services/_index.md index 4005099c761..12a88c2b8ac 100644 --- a/content/os/installation/system-services/custom-system-services/_index.md +++ b/content/os/installation/system-services/custom-system-services/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "system services"] -category: "os" layout: list-docs title: Custom System Services weight: 141 diff --git a/content/os/installation/system-services/environment/_index.md b/content/os/installation/system-services/environment/_index.md index 7c9cddf8e41..837b76d3e6a 100644 --- a/content/os/installation/system-services/environment/_index.md +++ b/content/os/installation/system-services/environment/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "system services", "environment"] -category: "os" layout: list-docs title: Environment weight: 143 diff --git a/content/os/installation/system-services/system-docker-volumes/_index.md b/content/os/installation/system-services/system-docker-volumes/_index.md index 0a3ec457955..d6b1759f5e9 100644 --- a/content/os/installation/system-services/system-docker-volumes/_index.md +++ b/content/os/installation/system-services/system-docker-volumes/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "system services"] -category: "os" layout: list-docs title: System Docker Volumes weight: 142 diff --git a/content/os/quick-start-guide/_index.md b/content/os/quick-start-guide/_index.md index e00d49fd1f0..f0eeb3bf8b2 100644 --- a/content/os/quick-start-guide/_index.md +++ b/content/os/quick-start-guide/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "quick-start-guide"] -category: "os" layout: list-docs title: Quick Start Guide weight: 2 diff --git a/content/os/upgrading/_index.md b/content/os/upgrading/_index.md index 42eda9afd5a..4591e50542d 100644 --- a/content/os/upgrading/_index.md +++ b/content/os/upgrading/_index.md @@ -1,6 +1,4 @@ --- -tag: ["rancheros", "os", "upgrade"] -category: "os" layout: list-docs title: Upgrading RancherOS weight: 200