From 83bd245bfdff22337c2a3e340e2031275065c907 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 23 Sep 2020 12:17:10 +0300 Subject: [PATCH] Add Bucket API spec to docs --- .github/workflows/docs.yaml | 1 + docs/index.md | 1 + mkdocs.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4a94c128..d0bac8f5 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -26,6 +26,7 @@ jobs: curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/gitrepositories.md" > docs/components/source/gitrepositories.md curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/helmrepositories.md" > docs/components/source/helmrepositories.md curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/helmcharts.md" > docs/components/source/helmcharts.md + curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/buckets.md" > docs/components/source/buckets.md } { diff --git a/docs/index.md b/docs/index.md index 80b92732..d8066571 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,6 +40,7 @@ Components: - [GitRepository CRD](components/source/gitrepositories.md) - [HelmRepository CRD](components/source/helmrepositories.md) - [HelmChart CRD](components/source/helmcharts.md) + - [Bucket CRD](components/source/buckets.md) - [Kustomize Controller](components/kustomize/controller.md) - [Kustomization CRD](components/kustomize/kustomization.md) - [Helm Controller](components/helm/controller.md) diff --git a/mkdocs.yml b/mkdocs.yml index 560fa32b..ec6e27a4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,6 +57,7 @@ nav: - GitRepository CRD: components/source/gitrepositories.md - HelmRepository CRD: components/source/helmrepositories.md - HelmChart CRD: components/source/helmcharts.md + - Bucket CRD: components/source/buckets.md - Source API Reference: components/source/api.md - Kustomize Controller: - Overview: components/kustomize/controller.md