Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove api doc gen #34

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,3 @@ deploy-openshift: manifests kustomize ## Deploy bpfman-operator to the Openshift
.PHONY: undeploy-openshift
undeploy-openshift: ## Undeploy bpfman-operator from the Openshift cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
$(KUSTOMIZE) build config/openshift | kubectl delete --ignore-not-found=$(ignore-not-found) -f -

apidocs.html:
./hack/api-docs/generate.sh $@
28 changes: 0 additions & 28 deletions hack/api-docs/config.json

This file was deleted.

53 changes: 0 additions & 53 deletions hack/api-docs/generate.sh

This file was deleted.

48 changes: 0 additions & 48 deletions hack/api-docs/members.tpl

This file was deleted.

48 changes: 0 additions & 48 deletions hack/api-docs/pkg.tpl

This file was deleted.

80 changes: 0 additions & 80 deletions hack/api-docs/type.tpl

This file was deleted.

Loading