diff --git a/docs/index.md b/docs/index.md index 85b79613..46bae307 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,6 +31,7 @@ Target features: - Policy driven validation (OPA, admission controllers) - Seamless integration with Git providers (GitHub, GitLab, BitBucket) - Interoperability with workflow providers (GitHub Actions, Tekton, Argo) +- Interoperability with CAPI providers Components: diff --git a/mkdocs.yml b/mkdocs.yml index 7ccce12e..d7d86ae1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,13 +38,15 @@ nav: - Introduction: index.md - Get Started: get-started/index.md - Toolkit Components: - - Source Controller: components/source/controller.md - - GitRepository CRD: components/source/gitrepositories.md - - HelmRepository CRD: components/source/helmrepositories.md - - Source API Reference: components/source/api.md - - Kustomize Controller: components/kustomize/controller.md - - Kustomization CRD: components/kustomize/kustomization.md - - Kustomize API Reference: components/kustomize/api.md + - Source Controller: + - Overview: components/source/controller.md + - GitRepository CRD: components/source/gitrepositories.md + - HelmRepository CRD: components/source/helmrepositories.md + - Source API Reference: components/source/api.md + - Kustomize Controller: + - Overview: components/kustomize/controller.md + - Kustomization CRD: components/kustomize/kustomization.md + - Kustomize API Reference: components/kustomize/api.md - Toolkit CLI: - Bootstrap: cmd/tk_bootstrap.md - Check: cmd/tk_check.md