We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248aff3 commit f453c46Copy full SHA for f453c46
gen-resourcesdocs/Makefile
@@ -0,0 +1,10 @@
1
+VERSION ?= v1.20
2
+
3
+all: kwebsite
4
5
+clean:
6
+ rm -rf kwebsite/content/en/docs/* kwebsite/public
7
8
+kwebsite: clean
9
+ mkdir -p kwebsite/content/en/docs
10
+ go run cmd/main.go kwebsite --config-dir config/$(VERSION)/ --file api/$(VERSION)/swagger.json --output-dir kwebsite/content/en/docs --templates ./templates
0 commit comments