Add git repositories and kustomizations docs
This commit is contained in:
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@@ -16,7 +16,9 @@ jobs:
|
||||
run: |
|
||||
cp install/tk.sh docs/install.sh
|
||||
curl https://raw.githubusercontent.com/fluxcd/source-controller/master/docs/api/source.md > docs/components/source/api.md
|
||||
curl https://raw.githubusercontent.com/fluxcd/source-controller/master/docs/spec/v1alpha1/gitrepositories.md > docs/components/source/gitrepositories.md
|
||||
curl https://raw.githubusercontent.com/fluxcd/kustomize-controller/master/docs/api/kustomize.md > docs/components/kustomize/api.md
|
||||
curl https://raw.githubusercontent.com/fluxcd/kustomize-controller/master/docs/spec/v1alpha1/kustomization.md > docs/components/kustomize/kustomization.md
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
|
||||
@@ -39,9 +39,11 @@ nav:
|
||||
- Get Started: get-started/index.md
|
||||
- Toolkit Components:
|
||||
- Source Controller: components/source/controller.md
|
||||
- Source API: components/source/api.md
|
||||
- GitRepository CRD: components/source/gitrepositories.md
|
||||
- Source API Reference: components/source/api.md
|
||||
- Kustomize Controller: components/kustomize/controller.md
|
||||
- Kustomize API: components/kustomize/api.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
|
||||
|
||||
Reference in New Issue
Block a user