mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 07:31:47 +00:00
Merge pull request #62 from fluxcd/docs/menu
This commit is contained in:
commit
0969a0c42a
2 changed files with 10 additions and 7 deletions
|
|
@ -31,6 +31,7 @@ Target features:
|
||||||
- Policy driven validation (OPA, admission controllers)
|
- Policy driven validation (OPA, admission controllers)
|
||||||
- Seamless integration with Git providers (GitHub, GitLab, BitBucket)
|
- Seamless integration with Git providers (GitHub, GitLab, BitBucket)
|
||||||
- Interoperability with workflow providers (GitHub Actions, Tekton, Argo)
|
- Interoperability with workflow providers (GitHub Actions, Tekton, Argo)
|
||||||
|
- Interoperability with CAPI providers
|
||||||
|
|
||||||
Components:
|
Components:
|
||||||
|
|
||||||
|
|
|
||||||
16
mkdocs.yml
16
mkdocs.yml
|
|
@ -38,13 +38,15 @@ nav:
|
||||||
- Introduction: index.md
|
- Introduction: index.md
|
||||||
- Get Started: get-started/index.md
|
- Get Started: get-started/index.md
|
||||||
- Toolkit Components:
|
- Toolkit Components:
|
||||||
- Source Controller: components/source/controller.md
|
- Source Controller:
|
||||||
- GitRepository CRD: components/source/gitrepositories.md
|
- Overview: components/source/controller.md
|
||||||
- HelmRepository CRD: components/source/helmrepositories.md
|
- GitRepository CRD: components/source/gitrepositories.md
|
||||||
- Source API Reference: components/source/api.md
|
- HelmRepository CRD: components/source/helmrepositories.md
|
||||||
- Kustomize Controller: components/kustomize/controller.md
|
- Source API Reference: components/source/api.md
|
||||||
- Kustomization CRD: components/kustomize/kustomization.md
|
- Kustomize Controller:
|
||||||
- Kustomize API Reference: components/kustomize/api.md
|
- Overview: components/kustomize/controller.md
|
||||||
|
- Kustomization CRD: components/kustomize/kustomization.md
|
||||||
|
- Kustomize API Reference: components/kustomize/api.md
|
||||||
- Toolkit CLI:
|
- Toolkit CLI:
|
||||||
- Bootstrap: cmd/tk_bootstrap.md
|
- Bootstrap: cmd/tk_bootstrap.md
|
||||||
- Check: cmd/tk_check.md
|
- Check: cmd/tk_check.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue