Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added redirect to new URL on all pages #551

Merged
merged 1 commit into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Architecture
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# 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 <Vars name="elemental_operator_name" />, that allows central management of the Elemental OS via Rancher, the Kubernetes way.
Expand Down
7 changes: 7 additions & 0 deletions docs/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Backup
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Backup

Follow this guide to create backup for Elemental configuration installed together with Rancher.
Expand Down
7 changes: 7 additions & 0 deletions docs/cloud-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Cloud-config reference
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Cloud-config Reference

All custom configuration applied on top of a fresh deployment should come
Expand Down
7 changes: 7 additions & 0 deletions docs/cluster-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Cluster reference
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

import Machinepools from "!!raw-loader!../examples/clusters/clusters-several-machinepools.yml"

# Cluster reference
Expand Down
7 changes: 7 additions & 0 deletions docs/customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Custom Images
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Custom Images

Elemental Teal images can be customized in different ways.
Expand Down
7 changes: 7 additions & 0 deletions docs/elemental-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Elemental plans
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

## 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.
Expand Down
7 changes: 7 additions & 0 deletions docs/elementaloperatorchart-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Elemental Operator Helm Chart
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Elemental Operator Helm Chart

The <Vars name="elemental_operator_name" link="elemental_operator_url" /> is responsible for managing the Elemental versions and maintaining a machine inventory to assist with edge or bare metal installations.
Expand Down
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ sidebar_label: Overview
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Overview

Elemental is a software stack enabling a centralized, full cloud-native OS management with Kubernetes.
Expand Down
7 changes: 7 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Installation
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Installation

## Overview
Expand Down
7 changes: 7 additions & 0 deletions docs/inventory-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Inventory Management
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

## Inventory Management

The Elemental operator can hold an inventory of machines and
Expand Down
7 changes: 7 additions & 0 deletions docs/kubernetesversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Kubernetes versions
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

## Valid Versions

The list of valid versions for the `kubernetesVersion` field can be determined
Expand Down
7 changes: 7 additions & 0 deletions docs/machineinventoryselectortemplate-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: MachineInventorySelectorTemplate reference
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# MachineInventorySelectorTemplate reference

The MachineInventorySelectorTemplate is the resource responsible of defining the matching criteria to pair an inventoried machine with a Cluster resource.
Expand Down
7 changes: 7 additions & 0 deletions docs/machineregistration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Machineregistration reference
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# 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.
Expand Down
7 changes: 7 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Quickstart
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

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"
Expand Down
7 changes: 7 additions & 0 deletions docs/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Restore
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Restore

Follow this guide to restore an elemental node configuration from a backup with Rancher.
Expand Down
7 changes: 7 additions & 0 deletions docs/smbios.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Smbios
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

import Registration from "!!raw-loader!../examples/quickstart/registration.yaml"

## Introduction
Expand Down
8 changes: 8 additions & 0 deletions docs/tpm.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# 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.
Expand Down
7 changes: 7 additions & 0 deletions docs/troubleshooting-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Restore
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

# Troubleshooting restore

:::warning warning
Expand Down
7 changes: 7 additions & 0 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ sidebar_label: Upgrade
title: ''
---

<head>
<meta charset="utf-8" />
<title>Redirecting to https://elemental.docs.rancher.com</title>
<meta http-equiv="refresh" content="0; URL=https://elemental.docs.rancher.com/" />
<link rel="canonical" href="https://elemental.docs.rancher.com/" />
</head>

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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down