1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Merge pull request #62 from fluxcd/docs/menu

This commit is contained in:
Hidde Beydals
2020-06-23 16:49:30 +02:00
committed by GitHub
2 changed files with 10 additions and 7 deletions

View File

@@ -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:

View File

@@ -38,11 +38,13 @@ nav:
- Introduction: index.md
- Get Started: get-started/index.md
- Toolkit Components:
- Source Controller: components/source/controller.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: components/kustomize/controller.md
- Kustomize Controller:
- Overview: components/kustomize/controller.md
- Kustomization CRD: components/kustomize/kustomization.md
- Kustomize API Reference: components/kustomize/api.md
- Toolkit CLI: