Commit cbb3e40
Fix make docs for multi-group API operators
The build_docs.sh script assumed all operator API types live directly
under v1beta1/*_types.go, but nova-operator moved to a multi-group
layout with types under nova/v1beta1/. The hardcoded ls glob failed
for this structure.
Replace ls with find -path "*/v1beta1/*_types.go" to discover types
in any v1beta1 subdirectory regardless of nesting depth.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>1 parent dcc6133 commit cbb3e40
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments