Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Trofimenko committed Feb 8, 2024
1 parent e023914 commit 2f1a875
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 33 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest

.PHONY: generate-docs
generate-docs:
crd-ref-docs --source-path ./api --renderer=markdown --config=crd-api-doc-config.yaml --output-path=api-docs.md
Loading

0 comments on commit 2f1a875

Please sign in to comment.