Closed
Description
Problem: We run crd-reference/generate.sh
in CI but it doesn't actually do anything because it isn't placing the generate files in the right location. This means that if we don't update the references they fall out of date.
Potential solution: Fix the script to actually place the files in the correct location. This has the downside that it will overwrite the aliases field in the front matter and I don't see a way with Crdoc to insert that. We'd have to write some sed or awk to do that for us.