ahmetb / gen-crd-api-reference-docs

API Reference Docs generator for Kubernetes CRDs (used by Knative, Kubeflow and others)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include a default template with go fs embed

ahmetb opened this issue · comments

I think we can include the template/ directory in the binary easily now with Go 1.17, and use the custom one if specified via -template-dir or there's a template/ directory in $CWD (not as sure about the latter).