docs: correct the small multiples grid maximum to 5 × 5 - #11498
docs: correct the small multiples grid maximum to 5 × 5#11498igorlukanin wants to merge 1 commit into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Claude finished @igorlukanin's task in 34s —— View job Review: approve — no issues foundTwo-line docs correction; both edits are consistent and no other page repeats the stale numbers. Details
What changed
Checks
One note, not a blocker The underlying Nothing to flag on security, performance, or testing — the diff is prose only. |
The small multiples page says the grid goes up to 5 × 4 and that the largest grid is twenty panels. Both maxima are 5:
MAX_GRID_COLUMNS = 5andMAX_GRID_ROWS = 5, and the control renders a fifth row segment.Since the grid is also the panel cap (
columns × rowstiles, no separate cap), the largest grid is 5 × 5 — twenty-five panels, not twenty.Two spots corrected: the Grid row of the options table, and the "How many panels are drawn" section.