From 7da8d4348f242e4ae711f75d270ebc1a730edaf8 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 26 Mar 2025 11:57:48 -0700 Subject: [PATCH] Restructure getting started We want to focus on two things: * Get started with Composition * Get started with Managed Resources Signed-off-by: Nic Cope --- content/v2.0-preview/getting-started/_index.md | 5 +++-- .../getting-started/get-started-with-composition.md | 6 ++++++ ...rovider-aws.md => get-started-with-managed-resources.md} | 4 ++-- content/v2.0-preview/getting-started/introduction.md | 1 - 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 content/v2.0-preview/getting-started/get-started-with-composition.md rename content/v2.0-preview/getting-started/{provider-aws.md => get-started-with-managed-resources.md} (99%) diff --git a/content/v2.0-preview/getting-started/_index.md b/content/v2.0-preview/getting-started/_index.md index 69cf2778..1e00cac5 100644 --- a/content/v2.0-preview/getting-started/_index.md +++ b/content/v2.0-preview/getting-started/_index.md @@ -7,8 +7,9 @@ description: An introduction to Crossplane and Crossplane quickstart guides. {{Crossplane Popsicle Truck}} ## Hands-on -Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. -* [AWS quickstart]({{}}) + +TODO ## Install + Ready to get started? [Install Crossplane]({{}}) in a Kubernetes cluster. \ No newline at end of file diff --git a/content/v2.0-preview/getting-started/get-started-with-composition.md b/content/v2.0-preview/getting-started/get-started-with-composition.md new file mode 100644 index 00000000..ebcd237c --- /dev/null +++ b/content/v2.0-preview/getting-started/get-started-with-composition.md @@ -0,0 +1,6 @@ +--- +title: Get Started With Composition +weight: 200 +--- + +TODO \ No newline at end of file diff --git a/content/v2.0-preview/getting-started/provider-aws.md b/content/v2.0-preview/getting-started/get-started-with-managed-resources.md similarity index 99% rename from content/v2.0-preview/getting-started/provider-aws.md rename to content/v2.0-preview/getting-started/get-started-with-managed-resources.md index f19b4d8f..72c8fef2 100644 --- a/content/v2.0-preview/getting-started/provider-aws.md +++ b/content/v2.0-preview/getting-started/get-started-with-managed-resources.md @@ -1,6 +1,6 @@ --- -title: AWS Quickstart -weight: 100 +title: Get Started With Managed Resources +weight: 200 --- Connect Crossplane to AWS to create and manage cloud resources from Kubernetes diff --git a/content/v2.0-preview/getting-started/introduction.md b/content/v2.0-preview/getting-started/introduction.md index 56c26c18..d3e69e62 100644 --- a/content/v2.0-preview/getting-started/introduction.md +++ b/content/v2.0-preview/getting-started/introduction.md @@ -332,4 +332,3 @@ Resources_. ## Next steps Build your own Crossplane platform using one of the quickstart guides. -* [AWS Quickstart]({{}})