Restructure getting started

We want to focus on two things:

* Get started with Composition
* Get started with Managed Resources

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-03-26 11:57:48 -07:00
parent 592c9bc034
commit 7da8d4348f
4 changed files with 11 additions and 5 deletions

View File

@ -7,8 +7,9 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
## Hands-on
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
* [AWS quickstart]({{<ref "provider-aws" >}})
TODO
## Install
Ready to get started? [Install Crossplane]({{<ref "../software/install" >}}) in a Kubernetes cluster.

View File

@ -0,0 +1,6 @@
---
title: Get Started With Composition
weight: 200
---
TODO

View File

@ -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

View File

@ -332,4 +332,3 @@ Resources_.
## Next steps
Build your own Crossplane platform using one of the quickstart guides.
* [AWS Quickstart]({{<ref "provider-aws" >}})