Skip to content

Commit

Permalink
chore: remove doc related generation (#1020)
Browse files Browse the repository at this point in the history
This functionality is ported to docs repo.
  • Loading branch information
rollandf authored Aug 7, 2024
2 parents 9a63194 + 0fdcee1 commit 101cfe5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ testbin
test
build
hack/manifests

hack/vars.rst
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,6 @@ release-build:
cd hack && $(GO) run release.go --templateDir ./templates/values/ --outputDir ../deployment/network-operator/
cd hack && $(GO) run release.go --templateDir ./templates/config/manager --outputDir ../config/manager/

.PHONY: generate-docs-versions-var
generate-docs-versions-var:
cd hack && $(GO) run release.go --templateDir ./templates/docs-versions-var/ --outputDir .
mv hack/vars.yaml hack/vars.rst

# dev environment

MINIKUBE_CLUSTER_NAME = net-op-dev
Expand Down
21 changes: 0 additions & 21 deletions hack/templates/docs-versions-var/vars.template

This file was deleted.

0 comments on commit 101cfe5

Please sign in to comment.