diff --git a/docs/architecture.md b/docs/architecture.md index d107783a5..544c9fab6 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -3,6 +3,13 @@ sidebar_label: Architecture title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Architecture The Elemental stack can be divided in two main parts: the Elemental OS, an immutable and customizable OS which comprises the tools and the steps needed to prepare the Cloud Native OS image and perform the actual OS installation on the host, and the , that allows central management of the Elemental OS via Rancher, the Kubernetes way. diff --git a/docs/backup.md b/docs/backup.md index c12bbf6d3..2ec958bf8 100644 --- a/docs/backup.md +++ b/docs/backup.md @@ -3,6 +3,13 @@ sidebar_label: Backup title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Backup Follow this guide to create backup for Elemental configuration installed together with Rancher. diff --git a/docs/cloud-config-reference.md b/docs/cloud-config-reference.md index a02fd6c40..f4651b3cd 100644 --- a/docs/cloud-config-reference.md +++ b/docs/cloud-config-reference.md @@ -3,6 +3,13 @@ sidebar_label: Cloud-config reference title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Cloud-config Reference All custom configuration applied on top of a fresh deployment should come diff --git a/docs/cluster-reference.md b/docs/cluster-reference.md index ee40c8809..e90a8eb7d 100644 --- a/docs/cluster-reference.md +++ b/docs/cluster-reference.md @@ -3,6 +3,13 @@ sidebar_label: Cluster reference title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + import Machinepools from "!!raw-loader!../examples/clusters/clusters-several-machinepools.yml" # Cluster reference diff --git a/docs/customizing.md b/docs/customizing.md index 8092c4434..f372ef20b 100644 --- a/docs/customizing.md +++ b/docs/customizing.md @@ -3,6 +3,13 @@ sidebar_label: Custom Images title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Custom Images Elemental Teal images can be customized in different ways. diff --git a/docs/elemental-plans.md b/docs/elemental-plans.md index d51d71be2..eb04c285c 100644 --- a/docs/elemental-plans.md +++ b/docs/elemental-plans.md @@ -3,6 +3,13 @@ sidebar_label: Elemental plans title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + ## Introduction Elemental uses the [Rancher System Agent](https://github.com/rancher/system-agent), renamed to Elemental System Agent, to initially bootstrap the node with a simple plan. diff --git a/docs/elementaloperatorchart-reference.md b/docs/elementaloperatorchart-reference.md index cc43d54ad..ddfcfa8be 100644 --- a/docs/elementaloperatorchart-reference.md +++ b/docs/elementaloperatorchart-reference.md @@ -3,6 +3,13 @@ sidebar_label: Elemental Operator Helm Chart title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Elemental Operator Helm Chart The is responsible for managing the Elemental versions and maintaining a machine inventory to assist with edge or bare metal installations. diff --git a/docs/index.md b/docs/index.md index bdacb250a..cb781611b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,6 +4,13 @@ sidebar_label: Overview title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Overview Elemental is a software stack enabling a centralized, full cloud-native OS management with Kubernetes. diff --git a/docs/installation.md b/docs/installation.md index 0737bae4b..e181e3bce 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -3,6 +3,13 @@ sidebar_label: Installation title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Installation ## Overview diff --git a/docs/inventory-management.md b/docs/inventory-management.md index 4f7bd5a1e..8fcb1a4d5 100644 --- a/docs/inventory-management.md +++ b/docs/inventory-management.md @@ -3,6 +3,13 @@ sidebar_label: Inventory Management title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + ## Inventory Management The Elemental operator can hold an inventory of machines and diff --git a/docs/kubernetesversions.md b/docs/kubernetesversions.md index 764677413..7fbbdc82e 100644 --- a/docs/kubernetesversions.md +++ b/docs/kubernetesversions.md @@ -3,6 +3,13 @@ sidebar_label: Kubernetes versions title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + ## Valid Versions The list of valid versions for the `kubernetesVersion` field can be determined diff --git a/docs/machineinventoryselectortemplate-reference.md b/docs/machineinventoryselectortemplate-reference.md index 7567bc677..fba67882c 100644 --- a/docs/machineinventoryselectortemplate-reference.md +++ b/docs/machineinventoryselectortemplate-reference.md @@ -3,6 +3,13 @@ sidebar_label: MachineInventorySelectorTemplate reference title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # MachineInventorySelectorTemplate reference The MachineInventorySelectorTemplate is the resource responsible of defining the matching criteria to pair an inventoried machine with a Cluster resource. diff --git a/docs/machineregistration-reference.md b/docs/machineregistration-reference.md index 72fc46068..e5c88ad47 100644 --- a/docs/machineregistration-reference.md +++ b/docs/machineregistration-reference.md @@ -3,6 +3,13 @@ sidebar_label: Machineregistration reference title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # MachineRegistration reference The MachineRegistration resource is the responsible of defining a machine registration end point. Once created it generates a registration URL used by nodes to register so they are inventoried. diff --git a/docs/quickstart.md b/docs/quickstart.md index bce6a0500..d33859494 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -3,6 +3,13 @@ sidebar_label: Quickstart title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + import Cluster from "!!raw-loader!../examples/quickstart/cluster.yaml" import Registration from "!!raw-loader!../examples/quickstart/registration.yaml" import Selector from "!!raw-loader!../examples/quickstart/selector.yaml" diff --git a/docs/restore.md b/docs/restore.md index fb3ff85f5..cef682e0d 100644 --- a/docs/restore.md +++ b/docs/restore.md @@ -3,6 +3,13 @@ sidebar_label: Restore title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Restore Follow this guide to restore an elemental node configuration from a backup with Rancher. diff --git a/docs/smbios.md b/docs/smbios.md index 4982cfc27..008736c50 100644 --- a/docs/smbios.md +++ b/docs/smbios.md @@ -3,6 +3,13 @@ sidebar_label: Smbios title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + import Registration from "!!raw-loader!../examples/quickstart/registration.yaml" ## Introduction diff --git a/docs/tpm.md b/docs/tpm.md index b8b7b1974..4e75059ab 100644 --- a/docs/tpm.md +++ b/docs/tpm.md @@ -1,3 +1,11 @@ + + + + Redirecting to https://elemental.docs.rancher.com + + + + # Trusted Platform Module 2.0 (TPM) Trusted Platform Module (TPM, also known as ISO/IEC 11889) is an international standard for a secure cryptoprocessor, a dedicated microcontroller designed to secure hardware through integrated cryptographic keys. The term can also refer to a chip conforming to the standard. diff --git a/docs/troubleshooting-restore.md b/docs/troubleshooting-restore.md index 97e9c828f..bd57651fd 100644 --- a/docs/troubleshooting-restore.md +++ b/docs/troubleshooting-restore.md @@ -3,6 +3,13 @@ sidebar_label: Restore title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + # Troubleshooting restore :::warning warning diff --git a/docs/upgrade.md b/docs/upgrade.md index ff30a7e50..30ef1f7a8 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -3,6 +3,13 @@ sidebar_label: Upgrade title: '' --- + + + Redirecting to https://elemental.docs.rancher.com + + + + import ClusterTarget from "!!raw-loader!../examples/upgrade/upgrade-cluster-target.yaml" import NodeSelector from "!!raw-loader!../examples/upgrade/upgrade-node-selector.yaml" import ManagedOSVersion from "!!raw-loader!../examples/upgrade/upgrade-managedos-version.yaml" diff --git a/package.json b/package.json index 3562f4e41..1642feaa6 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,13 @@ "cypress": "^10.0.0", "cypress-dark": "^1.8.3", "cypress-file-upload": "^5.0.8", + "cypress-plugin-tab": "^1.0.5", "docusaurus2-dotenv": "^1.4.0", "dotenv": "^10.0.0", "prism-react-renderer": "^1.3.5", "raw-loader": "^4.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "cypress-plugin-tab": "^1.0.5", "typescript": "^4.5.2" }, "devDependencies": {