You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(spec): state at the renderer that section-grammar headings are not stable anchors (#13199)
The four unqualified section-grammar headings emitted by the reference-page
renderer (### Properties, ### Allowed Values, ### Union Options, #### Option N)
repeat by design: one page carries many schema sections and, unlike the per-key
### Nested Shape: / ### Allowed Values: headings, they carry no qualifier by
construction. Measured: 1316 excess occurrences across 162 of 214 pages.
They do not collide -- the docs site's slugger (remarkHeading +
github-slugger@2.0.0) de-duplicates them into properties, properties-1, ... on
all three consumer surfaces -- but that suffix is positional, so a
section-grammar anchor is unstable even though it is unique. Source-side note
only; the emitted pages are byte-unchanged.
Claude-Session: https://claude.ai/code/session_01LpRNHxWZgSUgVnFT9mQQo4
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments