diff --git a/.github/scripts/generate-crd-docs/generate-crd-docs.sh b/.github/scripts/generate-crd-docs/generate-crd-docs.sh index 8c1be800b6..54ff2b50ee 100755 --- a/.github/scripts/generate-crd-docs/generate-crd-docs.sh +++ b/.github/scripts/generate-crd-docs/generate-crd-docs.sh @@ -1,4 +1,12 @@ #!/bin/bash + +# CRD docs auto generation script +# +# This script goes through all API definitions in the operator/apis folder +# and generates docs from code for each API group and version +# +# Inputs: None + # renovate: datasource=github-releases depName=elastic/crd-ref-docs GENERATOR_VERSION=v0.0.8 API_DOMAIN="keptn.sh"