Commit 2703f42
committed
Fix CRD reference docs not regenerating for v1beta2 API types
The docs/book/Makefile API_DIRS only tracked v1beta1 directories for
the src/crd/index.md rebuild trigger. Changes to v1beta2 types (ROSA
CRDs, core v1beta2) were silently ignored, leaving the CRD reference
docs stale.
Add api/v1beta2, exp/api/v1beta2, controlplane/rosa/api/v1beta2, and
bootstrap/eks/api/v1beta2 to API_DIRS so make generate correctly
detects changes and regenerates the docs.
Signed-off-by: michaelryanmcneill <michael@michaelryanmcneill.com>1 parent 1bab7d9 commit 2703f42
2 files changed
Lines changed: 1088 additions & 111 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments