Skip to content

Commit 3918d36

Browse files
Group API reference docs
1 parent 7847037 commit 3918d36

File tree

6 files changed

+84
-85
lines changed

6 files changed

+84
-85
lines changed

docs/book/src/SUMMARY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@
105105
- [Webhooks](./developer/providers/webhooks.md)
106106
- [Controllers and Reconciliation](./developer/providers/implementers-guide/controllers_and_reconciliation.md)
107107
- [Building, Running, Testing](./developer/providers/implementers-guide/building_running_and_testing.md)
108-
- [CustomResourceDefinitions relationships](./developer/crd-relationships.md)
109108
- [Troubleshooting](./user/troubleshooting.md)
110109
- [Reference](./reference/reference.md)
111-
- [API Reference](./reference/api_reference.md)
110+
- [API Reference](./reference/api/reference.md)
111+
- [Labels and Annotations](reference/api/labels-and-annotations.md)
112+
- [CRD relationships](reference/api/crd-relationships.md)
113+
- [Owner References](reference/api/owner-references.md)
112114
- [Glossary](./reference/glossary.md)
113115
- [Provider List](./reference/providers.md)
114116
- [Ports](./reference/ports.md)
@@ -117,5 +119,3 @@
117119
- [Jobs](./reference/jobs.md)
118120
- [Code Review in Cluster API](./REVIEWING.md)
119121
- [Version Support](./reference/versions.md)
120-
- [Supported Labels and Annotations](./reference/labels_and_annotations.md)
121-
- [Owner References](./reference/owner_references.md)

docs/book/src/developer/crd-relationships.md renamed to docs/book/src/reference/api/crd-relationships.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The direction of the arrows indicates the direction of "management" or "referenc
1414

1515
## Control plane machines relationships
1616

17-
![]( ../images/kubeadm-control-plane-machines-resources.png)
17+
![]( ../../images/kubeadm-control-plane-machines-resources.png)
1818

1919
## Worker machines relationships
2020

21-
![]( ../images/worker-machines-resources.png)
21+
![]( ../../images/worker-machines-resources.png)

0 commit comments

Comments
 (0)