From 9fd09930da030c999a6c60cb212592be33636b0c Mon Sep 17 00:00:00 2001 From: LucasSaintarbor Date: Fri, 15 Sep 2023 12:53:40 -0700 Subject: [PATCH] Update canonical links for install seciton and remove page id for iso-install.md --- docs/install/harvester-configuration.md | 2 +- docs/install/iso-install.md | 3 +-- docs/install/management-address.md | 2 +- docs/install/pxe-boot-install.md | 2 +- docs/install/requirements.md | 2 +- docs/install/update-harvester-configuration.md | 2 +- docs/install/usb-install.md | 2 +- versioned_docs/version-v0.3/install/harvester-configuration.md | 2 +- versioned_docs/version-v0.3/install/iso-install.md | 2 +- versioned_docs/version-v0.3/install/management-address.md | 2 +- versioned_docs/version-v0.3/install/pxe-boot-install.md | 2 +- versioned_docs/version-v0.3/install/usb-install.md | 2 +- versioned_docs/version-v1.0/install/harvester-configuration.md | 2 +- versioned_docs/version-v1.0/install/iso-install.md | 2 +- versioned_docs/version-v1.0/install/management-address.md | 2 +- versioned_docs/version-v1.0/install/pxe-boot-install.md | 2 +- versioned_docs/version-v1.0/install/requirements.md | 2 +- versioned_docs/version-v1.0/install/usb-install.md | 2 +- versioned_docs/version-v1.1/install/harvester-configuration.md | 2 +- versioned_docs/version-v1.1/install/iso-install.md | 2 +- versioned_docs/version-v1.1/install/management-address.md | 2 +- versioned_docs/version-v1.1/install/pxe-boot-install.md | 2 +- versioned_docs/version-v1.1/install/requirements.md | 2 +- .../version-v1.1/install/update-harvester-configuration.md | 2 +- versioned_docs/version-v1.1/install/usb-install.md | 2 +- 25 files changed, 25 insertions(+), 26 deletions(-) diff --git a/docs/install/harvester-configuration.md b/docs/install/harvester-configuration.md index 348d6071bcc..6d40e3b7711 100644 --- a/docs/install/harvester-configuration.md +++ b/docs/install/harvester-configuration.md @@ -12,7 +12,7 @@ Description: Harvester configuration file can be provided during manual or autom --- - + ## Configuration Example diff --git a/docs/install/iso-install.md b/docs/install/iso-install.md index 6236c5a5224..de36153324c 100644 --- a/docs/install/iso-install.md +++ b/docs/install/iso-install.md @@ -1,5 +1,4 @@ --- -id: index sidebar_position: 2 sidebar_label: ISO Installation title: "ISO Installation" @@ -13,7 +12,7 @@ Description: To get the Harvester ISO, download it from the Github releases. Dur --- - + Harvester ships as a bootable appliance image, you can install it directly on a bare metal server with the ISO image. To get the ISO image, download **💿 harvester-v1.x.x-amd64.iso** from the [Harvester releases](https://github.com/harvester/harvester/releases) page. diff --git a/docs/install/management-address.md b/docs/install/management-address.md index 175513908ab..0a5c430aa88 100644 --- a/docs/install/management-address.md +++ b/docs/install/management-address.md @@ -8,7 +8,7 @@ Description: The Harvester provides a virtual IP as the management address. --- - + Harvester provides a fixed virtual IP (VIP) as the management address, VIP must be different from any Node IP. You can find the management address on the console dashboard after the installation. diff --git a/docs/install/pxe-boot-install.md b/docs/install/pxe-boot-install.md index 9fecc7ea1a4..00aad168fa0 100644 --- a/docs/install/pxe-boot-install.md +++ b/docs/install/pxe-boot-install.md @@ -15,7 +15,7 @@ Description: Starting from version `0.2.0`, Harvester can be installed automatic --- - + Starting from version `0.2.0`, Harvester can be installed automatically. This document provides an example to do an automatic installation with PXE boot. diff --git a/docs/install/requirements.md b/docs/install/requirements.md index 06c108efbd2..a9748c6e4cf 100644 --- a/docs/install/requirements.md +++ b/docs/install/requirements.md @@ -9,7 +9,7 @@ Description: Outline the Harvester installation requirements --- - + As an HCI solution on bare metal servers, there are minimum node hardware and network requirements to install and run Harvester. diff --git a/docs/install/update-harvester-configuration.md b/docs/install/update-harvester-configuration.md index 799395cbe16..a1ff359682d 100644 --- a/docs/install/update-harvester-configuration.md +++ b/docs/install/update-harvester-configuration.md @@ -9,7 +9,7 @@ Description: How to update Harvester configuration after installation --- - + Harvester's OS has an immutable design, which means most files in the OS revert to their pre-configured state after a reboot. The Harvester OS loads the pre-configured values of system components from configuration files during the boot time. diff --git a/docs/install/usb-install.md b/docs/install/usb-install.md index b81ebd8b348..06ab37bb04c 100644 --- a/docs/install/usb-install.md +++ b/docs/install/usb-install.md @@ -5,7 +5,7 @@ title: "USB Installation" --- - + ## Create a bootable USB flash drive diff --git a/versioned_docs/version-v0.3/install/harvester-configuration.md b/versioned_docs/version-v0.3/install/harvester-configuration.md index e471ee85d73..89de66f7cff 100644 --- a/versioned_docs/version-v0.3/install/harvester-configuration.md +++ b/versioned_docs/version-v0.3/install/harvester-configuration.md @@ -12,7 +12,7 @@ Description: Harvester configuration file can be provided during manual or autom --- - + ## Configuration Example diff --git a/versioned_docs/version-v0.3/install/iso-install.md b/versioned_docs/version-v0.3/install/iso-install.md index 47e44b4dfdd..6d901a796c2 100644 --- a/versioned_docs/version-v0.3/install/iso-install.md +++ b/versioned_docs/version-v0.3/install/iso-install.md @@ -12,7 +12,7 @@ Description: To get the Harvester ISO, download it from the Github releases. Dur --- - + To get the Harvester ISO, download it from the [Github releases.](https://github.com/harvester/harvester/releases) diff --git a/versioned_docs/version-v0.3/install/management-address.md b/versioned_docs/version-v0.3/install/management-address.md index e4d4fcafb2f..bdb0de114b0 100644 --- a/versioned_docs/version-v0.3/install/management-address.md +++ b/versioned_docs/version-v0.3/install/management-address.md @@ -8,7 +8,7 @@ Description: The Harvester provides a virtual IP as the management address. --- - + Harvester provides a fixed virtual IP (VIP) as the management address. Users can see the management address on the console dashboard after installation. diff --git a/versioned_docs/version-v0.3/install/pxe-boot-install.md b/versioned_docs/version-v0.3/install/pxe-boot-install.md index fea353ec044..4c3ffa40252 100644 --- a/versioned_docs/version-v0.3/install/pxe-boot-install.md +++ b/versioned_docs/version-v0.3/install/pxe-boot-install.md @@ -15,7 +15,7 @@ Description: Starting from version `0.2.0`, Harvester can be installed automatic --- - + Starting from version `0.2.0`, Harvester can be installed automatically. This document provides an example to do an automatic installation with PXE boot. diff --git a/versioned_docs/version-v0.3/install/usb-install.md b/versioned_docs/version-v0.3/install/usb-install.md index e423fc72fb9..fb77aba566b 100644 --- a/versioned_docs/version-v0.3/install/usb-install.md +++ b/versioned_docs/version-v0.3/install/usb-install.md @@ -5,7 +5,7 @@ title: "USB Installation" --- - + ## Create a bootable USB flash drive diff --git a/versioned_docs/version-v1.0/install/harvester-configuration.md b/versioned_docs/version-v1.0/install/harvester-configuration.md index cee11ee93c3..d5234491532 100644 --- a/versioned_docs/version-v1.0/install/harvester-configuration.md +++ b/versioned_docs/version-v1.0/install/harvester-configuration.md @@ -12,7 +12,7 @@ Description: Harvester configuration file can be provided during manual or autom --- - + ## Configuration Example diff --git a/versioned_docs/version-v1.0/install/iso-install.md b/versioned_docs/version-v1.0/install/iso-install.md index 67e3b039a5c..ddb052ceac4 100644 --- a/versioned_docs/version-v1.0/install/iso-install.md +++ b/versioned_docs/version-v1.0/install/iso-install.md @@ -12,7 +12,7 @@ Description: To get the Harvester ISO, download it from the Github releases. Dur --- - + To get the Harvester ISO image, download it from the [Github releases](https://github.com/harvester/harvester/releases) page. diff --git a/versioned_docs/version-v1.0/install/management-address.md b/versioned_docs/version-v1.0/install/management-address.md index 0a1b39761a6..08f67ce3c14 100644 --- a/versioned_docs/version-v1.0/install/management-address.md +++ b/versioned_docs/version-v1.0/install/management-address.md @@ -8,7 +8,7 @@ Description: The Harvester provides a virtual IP as the management address. --- - + Harvester provides a fixed virtual IP (VIP) as the management address, VIP must be different from any Node IP. You can find the management address on the console dashboard after the installation. diff --git a/versioned_docs/version-v1.0/install/pxe-boot-install.md b/versioned_docs/version-v1.0/install/pxe-boot-install.md index 0f52a5cdd18..0c036f4976c 100644 --- a/versioned_docs/version-v1.0/install/pxe-boot-install.md +++ b/versioned_docs/version-v1.0/install/pxe-boot-install.md @@ -15,7 +15,7 @@ Description: Starting from version `0.2.0`, Harvester can be installed automatic --- - + Starting from version `0.2.0`, Harvester can be installed automatically. This document provides an example to do an automatic installation with PXE boot. diff --git a/versioned_docs/version-v1.0/install/requirements.md b/versioned_docs/version-v1.0/install/requirements.md index 908576f7eac..68b93a66ff5 100644 --- a/versioned_docs/version-v1.0/install/requirements.md +++ b/versioned_docs/version-v1.0/install/requirements.md @@ -8,7 +8,7 @@ Description: Outline the Harvester installation requirements --- - + As an HCI solution on bare metal servers, Harvester has some minimum requirements as outlined below. diff --git a/versioned_docs/version-v1.0/install/usb-install.md b/versioned_docs/version-v1.0/install/usb-install.md index 38327618314..c3a1ff6296c 100644 --- a/versioned_docs/version-v1.0/install/usb-install.md +++ b/versioned_docs/version-v1.0/install/usb-install.md @@ -5,7 +5,7 @@ title: "USB Installation" --- - + ## Create a bootable USB flash drive diff --git a/versioned_docs/version-v1.1/install/harvester-configuration.md b/versioned_docs/version-v1.1/install/harvester-configuration.md index b31e2851af5..5b3a9fe540e 100644 --- a/versioned_docs/version-v1.1/install/harvester-configuration.md +++ b/versioned_docs/version-v1.1/install/harvester-configuration.md @@ -12,7 +12,7 @@ Description: Harvester configuration file can be provided during manual or autom --- - + ## Configuration Example diff --git a/versioned_docs/version-v1.1/install/iso-install.md b/versioned_docs/version-v1.1/install/iso-install.md index 1a977d519f5..fd5ec0e1ab4 100644 --- a/versioned_docs/version-v1.1/install/iso-install.md +++ b/versioned_docs/version-v1.1/install/iso-install.md @@ -12,7 +12,7 @@ Description: To get the Harvester ISO, download it from the Github releases. Dur --- - + Harvester ships as a bootable appliance image, you can install it directly on a bare metal server with the ISO image. To get the ISO image, download **💿 harvester-v1.x.x-amd64.iso** from the [Harvester releases](https://github.com/harvester/harvester/releases) page. diff --git a/versioned_docs/version-v1.1/install/management-address.md b/versioned_docs/version-v1.1/install/management-address.md index 035f05338de..6dbab3d024e 100644 --- a/versioned_docs/version-v1.1/install/management-address.md +++ b/versioned_docs/version-v1.1/install/management-address.md @@ -8,7 +8,7 @@ Description: The Harvester provides a virtual IP as the management address. --- - + Harvester provides a fixed virtual IP (VIP) as the management address, VIP must be different from any Node IP. You can find the management address on the console dashboard after the installation. diff --git a/versioned_docs/version-v1.1/install/pxe-boot-install.md b/versioned_docs/version-v1.1/install/pxe-boot-install.md index 719e7766ca6..d020f7dbf90 100644 --- a/versioned_docs/version-v1.1/install/pxe-boot-install.md +++ b/versioned_docs/version-v1.1/install/pxe-boot-install.md @@ -15,7 +15,7 @@ Description: Starting from version `0.2.0`, Harvester can be installed automatic --- - + Starting from version `0.2.0`, Harvester can be installed automatically. This document provides an example to do an automatic installation with PXE boot. diff --git a/versioned_docs/version-v1.1/install/requirements.md b/versioned_docs/version-v1.1/install/requirements.md index 88f2863cead..2b502764dd4 100644 --- a/versioned_docs/version-v1.1/install/requirements.md +++ b/versioned_docs/version-v1.1/install/requirements.md @@ -9,7 +9,7 @@ Description: Outline the Harvester installation requirements --- - + As an HCI solution on bare metal servers, there are minimum node hardware and network requirements to install and run Harvester. diff --git a/versioned_docs/version-v1.1/install/update-harvester-configuration.md b/versioned_docs/version-v1.1/install/update-harvester-configuration.md index 35ad0a2b196..b4c836d4de7 100644 --- a/versioned_docs/version-v1.1/install/update-harvester-configuration.md +++ b/versioned_docs/version-v1.1/install/update-harvester-configuration.md @@ -9,7 +9,7 @@ Description: How to update Harvester configuration after installation --- - + Harvester's OS has an immutable design, which means most files in the OS revert to their pre-configured state after a reboot. The Harvester OS loads the pre-configured values of system components from configuration files during the boot time. diff --git a/versioned_docs/version-v1.1/install/usb-install.md b/versioned_docs/version-v1.1/install/usb-install.md index fb8391fc5b2..f619ee32d59 100644 --- a/versioned_docs/version-v1.1/install/usb-install.md +++ b/versioned_docs/version-v1.1/install/usb-install.md @@ -5,7 +5,7 @@ title: "USB Installation" --- - + ## Create a bootable USB flash drive