diff --git a/docs/manuals/cli/howtos/adding-dependencies.md b/docs/manuals/cli/howtos/adding-dependencies.md index 45e1d7861..f22c22383 100644 --- a/docs/manuals/cli/howtos/adding-dependencies.md +++ b/docs/manuals/cli/howtos/adding-dependencies.md @@ -88,17 +88,17 @@ In your `upbound.yaml` file, you can define to the external API you wish to refe The example below defines an external API dependency to the Kubernetes API and an arbitrary CRD living in a git repository. -```shell - spec: - apiDependencies: - - k8s: - version: v1.33.0 - type: k8s - - git: - path: cluster/crds - ref: release-1.20 - repository: https://github.com/crossplane/crossplane - type: crd +```yaml +spec: + apiDependencies: + - k8s: + version: v1.33.0 + type: k8s + - git: + path: cluster/crds + ref: release-1.20 + repository: https://github.com/crossplane/crossplane + type: crd ``` ## Manage dependency versions diff --git a/docs/reference/apis/index.md b/docs/reference/apis/index.md index 60d8e41e1..c3315931b 100644 --- a/docs/reference/apis/index.md +++ b/docs/reference/apis/index.md @@ -6,7 +6,7 @@ Information on Upbound's APIs: * [Spaces API][spaces] * [Crossplane API][crossplane] -* [Testing API][testing] +* [Testing and Project API][testing] * [Query API][query] [spaces]: /reference/apis/spaces-api/latest/ diff --git a/docs/reference/apis/testing-api/index.md b/docs/reference/apis/testing-api/index.md index cecb1f92a..0a221844f 100644 --- a/docs/reference/apis/testing-api/index.md +++ b/docs/reference/apis/testing-api/index.md @@ -1,23 +1,25 @@ --- -title: Testing API Reference +title: Testing and Project API Reference description: Documentation for the Testing API resources --- import CrdDocViewer from '@site/src/components/CrdViewer'; -# Testing API Reference +## Testing API reference -This page documents the Custom Resource Definitions (CRDs) for the Testing API. +This section documents the Custom Resource Definitions (CRDs) for the Testing API. -## Composition Tests +### Composition tests -## End to End Tests +### End to end tests -## Project Tests +## Projects API + +This section documents Custom Resource Definitions (CRDs) for Upbound Projects.