mirror of https://github.com/crossplane/docs.git
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:
parent
592c9bc034
commit
7da8d4348f
|
@ -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.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Get Started With Composition
|
||||
weight: 200
|
||||
---
|
||||
|
||||
TODO
|
|
@ -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
|
|
@ -332,4 +332,3 @@ Resources_.
|
|||
|
||||
## Next steps
|
||||
Build your own Crossplane platform using one of the quickstart guides.
|
||||
* [AWS Quickstart]({{<ref "provider-aws" >}})
|
||||
|
|
Loading…
Reference in New Issue