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
|
title: Composite Resource Definitions
|
||||||
weight: 40
|
weight: 20
|
||||||
description: "Composite Resource Definitions or XRDs define custom API schemas"
|
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`.
|
`XRD`.
|
||||||
|
|
||||||
|
|
||||||
{{< hint "note" >}}
|
{{<hint "note">}}
|
||||||
|
|
||||||
Read the [composite resources]({{<ref "./composite-resources">}}) page for more
|
Read the [composite resources]({{<ref "./composite-resources">}}) page for more
|
||||||
information about composite resources.
|
information about composite resources.
|
||||||
{{</hint >}}
|
{{</hint>}}
|
||||||
|
|
||||||
|
|
||||||
{{<expand "Confused about Compositions, XRDs, and XRs?" >}}
|
{{<expand "Confused about Compositions, XRDs, and XRs?" >}}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Composite Resources
|
title: Composite Resources
|
||||||
weight: 50
|
weight: 10
|
||||||
description: "Composite resources, an XR or XRs, represent a collection of related cloud resources."
|
description: "Composite resources, an XR or XRs, represent a collection of related cloud resources."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue