github.com/instill-ai/component@v0.16.0-beta/Makefile (about) 1 build-doc: 2 go install github.com/instill-ai/component/tools/compogen@latest 3 gen-doc: 4 @rm -f $$(find . -name README.mdx | paste -d ' ' -s -) 5 @go generate -run compogen ./...