From 9af0bc31c3ec3ee27a3a85ea4bed61c2c8a1d6d7 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 23 Jun 2020 16:28:33 +0200 Subject: [PATCH 1/2] docs: create dedicated sections in components menu --- mkdocs.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f19b31bcf8..8ec1dce05d 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 From 6e06f94a91e7d6613aed494d11a02d05b163985c Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 23 Jun 2020 16:35:37 +0200 Subject: [PATCH 2/2] docs: mention interoperability CAPI providers --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 85b7961390..46bae307f7 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: