From 72a880fa584fa0beac6dffe50f81434ff9d520bb Mon Sep 17 00:00:00 2001 From: addetz <43963729+addetz@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:12:22 +0100 Subject: [PATCH] docs: fix up landing page buttons DOC-855 --- docs/docs-content/getting-started/getting-started.md | 6 ------ docs/docs-content/getting-started/vmware/vmware.md | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs-content/getting-started/getting-started.md b/docs/docs-content/getting-started/getting-started.md index 9ec80099e5..1fdc586690 100644 --- a/docs/docs-content/getting-started/getting-started.md +++ b/docs/docs-content/getting-started/getting-started.md @@ -57,12 +57,6 @@ Explore more through the following pages. buttonText: "Learn more", relativeURL: "./introduction", }, - { - title: "Cluster Profiles", - description: "Learn about Palette Cluster Profiles and Packs.", - buttonText: "Learn more", - relativeURL: "./cluster-profiles", - }, { title: "Deploy a Cluster to Amazon Web Services (AWS)", description: "Deploy and update a Palette host cluster to AWS.", diff --git a/docs/docs-content/getting-started/vmware/vmware.md b/docs/docs-content/getting-started/vmware/vmware.md index 73d1aef34a..8a38d55860 100644 --- a/docs/docs-content/getting-started/vmware/vmware.md +++ b/docs/docs-content/getting-started/vmware/vmware.md @@ -48,6 +48,12 @@ Once your cluster is deployed, you can update it using cluster profile updates. buttonText: "Learn more", relativeURL: "./deploy-k8s-cluster", }, + { + title: "Deploy Cluster Profile Updates", + description: "Update your deployed clusters using Palette Cluster Profiles.", + buttonText: "Learn more", + relativeURL: "./update-k8s-cluster", + }, { title: "Cluster Management with Terraform", description: "Deploy and update a Palette host cluster with Terraform.",