What would you like to be added:
Fork the github.com/ahmetb/gen-crd-api-reference-docs project into the kurator project and modify it so that it retains the leading spaces in YAML examples when generating API documentation.
Why is this needed:
Kurator's API has many YMAL examples. However, github.com/ahmetb/gen-crd-api-reference-docs does not support preserving leading spaces, resulting in problematic indentation of the yaml examples. To keep the documentation correct, Kurator should ensure that the YAML examples in the documentation are correct. Or we will try to change the API doc generation tool.