mirror of https://github.com/crossplane/docs.git
Change order of composition concepts in side bar
Start with XRs Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
74e8dedd7e
commit
b54dc8b0e6
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Composite Resource Definitions
|
||||
weight: 40
|
||||
weight: 20
|
||||
description: "Composite Resource Definitions or XRDs define custom API schemas"
|
||||
---
|
||||
|
||||
|
@ -9,11 +9,10 @@ Users create composite resources (`XRs`) using the API schema defined by an
|
|||
`XRD`.
|
||||
|
||||
|
||||
{{< hint "note" >}}
|
||||
|
||||
{{<hint "note">}}
|
||||
Read the [composite resources]({{<ref "./composite-resources">}}) page for more
|
||||
information about composite resources.
|
||||
{{</hint >}}
|
||||
{{</hint>}}
|
||||
|
||||
|
||||
{{<expand "Confused about Compositions, XRDs, and XRs?" >}}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Composite Resources
|
||||
weight: 50
|
||||
weight: 10
|
||||
description: "Composite resources, an XR or XRs, represent a collection of related cloud resources."
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue