Skip to content

Commit

Permalink
docs: tenantresource api support
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Oct 5, 2022
1 parent 66e2d0f commit 0fcd704
Show file tree
Hide file tree
Showing 4 changed files with 1,170 additions and 420 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ generate: controller-gen
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."

apidoc: apidocs-gen
$(APIDOCS_GEN) crdoc --resources config/crd/bases --output docs/content/general/tenant-crd.md --template docs/template/reference-cr.tmpl
$(APIDOCS_GEN) crdoc --resources config/crd/bases --output docs/content/general/crds-apis.md --template docs/template/reference-cr.tmpl

# Helm
SRC_ROOT = $(shell git rev-parse --show-toplevel)
Expand Down
Loading

0 comments on commit 0fcd704

Please sign in to comment.