docs(site): restore the Detail table header used by the lineage tables - #502
Conversation
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
commit: |
Fixes the
maindocs build after #490 and #480 merged concurrently: #490 removedheaders.detailfrom the generated-reference messages as unused, and #480's new lineage tables read it, sopnpm docs:site:buildfails to typecheck onmain(TS2339atgenerated-reference.ts:509) and the Pages deploy was skipped.Restores the
detailheader in both locales.pnpm docs:site:buildpasses locally. Docs-only; no changeset.