Change order of composition concepts in side bar

Start with XRs

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-03-28 23:17:20 -07:00
parent 74e8dedd7e
commit b54dc8b0e6
2 changed files with 4 additions and 5 deletions

View File

@ -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?" >}}

View File

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