From b8b91d1a9bcc92fb1883f02ea8e9886c81cec5ac Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 26 Mar 2025 11:59:18 -0700 Subject: [PATCH] Rename Getting Started to Get Started Sounds more action-ey! Signed-off-by: Nic Cope --- content/v2.0-preview/_index.md | 2 +- .../v2.0-preview/{getting-started => get-started}/_index.md | 4 ++-- .../get-started-with-composition.md | 0 .../get-started-with-managed-resources.md | 0 .../install-crossplane-include.md | 0 .../{getting-started => get-started}/introduction.md | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename content/v2.0-preview/{getting-started => get-started}/_index.md (58%) rename content/v2.0-preview/{getting-started => get-started}/get-started-with-composition.md (100%) rename content/v2.0-preview/{getting-started => get-started}/get-started-with-managed-resources.md (100%) rename content/v2.0-preview/{getting-started => get-started}/install-crossplane-include.md (100%) rename content/v2.0-preview/{getting-started => get-started}/introduction.md (100%) diff --git a/content/v2.0-preview/_index.md b/content/v2.0-preview/_index.md index 3d00908a..6512693b 100644 --- a/content/v2.0-preview/_index.md +++ b/content/v2.0-preview/_index.md @@ -43,7 +43,7 @@ plane** to check, report and act on any resource, anywhere. # Get started * [Install Crossplane]({{}}) in your Kubernetes cluster * Learn more about how Crossplane works in the -[Crossplane introduction]({{}}) +[Crossplane introduction]({{}}) * Join the [Crossplane Slack](https://slack.crossplane.io/) and start a conversation with a community of over 7,000 operators. diff --git a/content/v2.0-preview/getting-started/_index.md b/content/v2.0-preview/get-started/_index.md similarity index 58% rename from content/v2.0-preview/getting-started/_index.md rename to content/v2.0-preview/get-started/_index.md index 1e00cac5..2fc122d7 100644 --- a/content/v2.0-preview/getting-started/_index.md +++ b/content/v2.0-preview/get-started/_index.md @@ -1,7 +1,7 @@ --- -title: Getting Started +title: Get Started weight: 4 -description: An introduction to Crossplane and Crossplane quickstart guides. +description: Get started with Crossplane. --- {{Crossplane Popsicle Truck}} diff --git a/content/v2.0-preview/getting-started/get-started-with-composition.md b/content/v2.0-preview/get-started/get-started-with-composition.md similarity index 100% rename from content/v2.0-preview/getting-started/get-started-with-composition.md rename to content/v2.0-preview/get-started/get-started-with-composition.md diff --git a/content/v2.0-preview/getting-started/get-started-with-managed-resources.md b/content/v2.0-preview/get-started/get-started-with-managed-resources.md similarity index 100% rename from content/v2.0-preview/getting-started/get-started-with-managed-resources.md rename to content/v2.0-preview/get-started/get-started-with-managed-resources.md diff --git a/content/v2.0-preview/getting-started/install-crossplane-include.md b/content/v2.0-preview/get-started/install-crossplane-include.md similarity index 100% rename from content/v2.0-preview/getting-started/install-crossplane-include.md rename to content/v2.0-preview/get-started/install-crossplane-include.md diff --git a/content/v2.0-preview/getting-started/introduction.md b/content/v2.0-preview/get-started/introduction.md similarity index 100% rename from content/v2.0-preview/getting-started/introduction.md rename to content/v2.0-preview/get-started/introduction.md