Commit 9dd192d
docs: retire stale schema claims in ui/index and capabilities/analytics (#10639)
Two hand-written pages assert things the schema no longer does. Both were
found by the #10237 docs seat (PR #10483) and filed rather than fixed
because they fell outside that card's declared file surface.
content/docs/ui/index.mdx
- "The building blocks" credited themes with `typography` and `spacing`.
`spacing` is a `guidance` tombstone (removed #3494); the typography
scales are `retiredKey()` tombstones (removed #5021) and only
`fontFamily.base` survives. Replaced with the four keys ThemeSchema's
own docblock names as live: "`colors`, `borderRadius`, `shadows` and
`fontFamily.base` have live consumers and stay."
- The Cards grid listed 7 of the module's 11 sibling pages. Added the
four it was missing (`actions`, `react-pages`, `reports`,
`translations`), each inserted next to its meta.json neighbour so no
existing card moves.
content/docs/capabilities/analytics.mdx
- "joined (multi-object)" names the mechanism ADR-0021 removed. Every
block of a joined report is dataset-bound; `objectName` / `object` /
`dataSet` / `source` are alias entries pointing at `dataset`. Two
words changed, nothing else on the page touched.
Fixes #10487
Fixes #10488
Claude-Session: https://claude.ai/code/session_01DdCnBGcHeufjrq7drTD3wt
Co-authored-by: Claude <noreply@anthropic.com>1 parent 949b0a4 commit 9dd192d
2 files changed
Lines changed: 6 additions & 2 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
0 commit comments