You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since our CRDs already have documentation attached to them, it would be great to generate a proper API documentation out of them and put it into our docs page.
Some auto-generators like the ones listed at the bottom could be used for that.
Technical Details
generate markdown docs from CRDs that are located under operator/config/crd (keep in mind that a kustomize command needs to be run to get the resulting yaml)
automatically put the docs files into a folder under docs
generate CRD docs with their corresponding API versions and have those show up in a structured way on the docs page
Goal
Since our CRDs already have documentation attached to them, it would be great to generate a proper API documentation out of them and put it into our docs page.
Some auto-generators like the ones listed at the bottom could be used for that.
Technical Details
operator/config/crd
(keep in mind that a kustomize command needs to be run to get the resulting yaml)docs
Other tools that could be used
https://github.com/kubernetes-sigs/reference-docs/tree/master/gen-resourcesdocs
https://github.com/ahmetb/gen-crd-api-reference-docs
https://github.com/elastic/crd-ref-docs
https://github.com/fybrik/crdoc
The text was updated successfully, but these errors were encountered: