mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
docs: create dedicated sections in components menu
This commit is contained in:
parent
353a2dd92b
commit
9af0bc31c3
1 changed files with 9 additions and 7 deletions
16
mkdocs.yml
16
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue