Skip to content

Commit

Permalink
Clean up TOC for CRD reference (#180)
Browse files Browse the repository at this point in the history
I got confused by the reference to "two namespace-scoped resources" when only one was listed, so I added links as well.
  • Loading branch information
Evan Anderson authored Sep 29, 2021
1 parent 737bdd0 commit f42fd47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/content/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ kind: ClusterSupplyChain
Cartographer is composed of several custom resources, some of them being cluster-wide:
- `ClusterSupplyChain`
- `ClusterSourceTemplate`
- `ClusterImageTemplate`
- `ClusterConfigTemplate`
- `ClusterTemplate`
- [`ClusterSupplyChain`](#clustersupplychain)
- [`ClusterSourceTemplate`](#clustersourcetemplate)
- [`ClusterImageTemplate`](#clusterimagetemplate)
- [`ClusterConfigTemplate`](#clusterconfigtemplate)
- [`ClusterTemplate`](#clustertemplate)

and two that are namespace-scoped:
and one that is namespace-scoped:

- `Workload`
- [`Workload`](#workload)


### Workload
Expand Down

0 comments on commit f42fd47

Please sign in to comment.