Your app is great 👍
I'm using it to generate HTML docs form CRDs yaml files : crd-wizard generate -f <crd.yaml> -o <crd.html>
It would be great to support doc generation of multiple CRDs from a directory.
Something like: crd-wizard generate -d <crd_dir> --output-dir docs/
That would require a way to navigate through ressources (dropdown or index page)
Your app is great 👍
I'm using it to generate HTML docs form CRDs yaml files :
crd-wizard generate -f <crd.yaml> -o <crd.html>It would be great to support doc generation of multiple CRDs from a directory.
Something like:
crd-wizard generate -d <crd_dir> --output-dir docs/That would require a way to navigate through ressources (dropdown or index page)