Changelog layout configuration
Changelogs now support two layouts:
timeline(default) renders a searchable timeline of condensed entry cards.classicrenders stacked full entries inline, preserving code formatting, copy buttons, and links.
Set either value site-wide with layout.changelog-layout in docs.yml:
docs.yml
Or override the site-wide default for a single changelog by adding layout to its overview page frontmatter:
changelog/overview.mdx
The per-changelog override takes priority over the site-wide setting.