Commit 33bb1cc
docs: fix two inaccuracies found dogfooding #2338 (responsiveStyles keys, dataset include)
Browser/dogfood verification of the features documented in #2338 (booted app-showcase,
exercised at runtime) confirmed $search / searchableFields and multi-hop dataset joins
work as documented, but surfaced two doc inaccuracies in #2338 itself:
- page.mdx: responsiveStyles breakpoint keys are `large` / `medium` / `small` / `xsmall`
(desktop-first — `large` is the unconditional base, the rest are max-width overrides)
per ResponsiveStylesSchema, NOT the `xs/sm/md/lg/xl/2xl` axis (those are BreakpointName,
used by layout columns/visibility/order). Verified against the served
showcase_styling_gallery page metadata (key: `large`).
- analytics-datasets.mdx: multi-hop joins must be DECLARED in the dataset's `include`
(joins are derived from include; only declared paths are joinable). Verified live: an
inline dataset on showcase_invoice_line with include:['invoice.account'] + dotted-path
dimension `invoice.account.industry` returns correctly-joined rows.
Docs-only.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent baf689c commit 33bb1cc
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments