JUST TESTING DONT MERGE#5992
Conversation
Set layout.changelog-layout to classic to render the legacy stacked changelog layout instead of the default timeline-of-cards layout. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The changelog-layout option requires Fern CLI >= 5.52.0. Bump from 5.51.2 so fern check validates the layout.changelog-layout setting. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| header-height: 75px | ||
| searchbar-placement: header | ||
| tabs-placement: header | ||
| changelog-layout: classic |
There was a problem hiding this comment.
🚩 API definition schema does not yet include the changelog-layout property
The LayoutConfig type in fern/apis/docs-yml/definition/docs.yml:347-438 does not include a changelog-layout property, even though the CLI changelog at fern/products/cli-api-reference/cli-changelog/2026-06-25.mdx:22-24 documents it as a new feature in v5.52.0. This is a pre-existing gap — the schema definition for the docs.yml API reference hasn't been updated to reflect the new option. It won't break the docs site (the Fern CLI itself supports the option), but the API reference docs won't document it for users.
Was this helpful? React with 👍 or 👎 to provide feedback.
|
🌿 Preview your docs: https://fern-preview-matlegault-changelog-layout-option.docs.buildwithfern.com/learn |
Switch changelog-layout back to the default timeline layout and set theme.body to canvas for the card-like content container. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sets
layout.changelog-layout: classicinfern/docs.ymlto render the legacy stacked changelog layout instead of the defaulttimelinelayout.Note:
changelog-layoutrequires Fern CLI ≥ 5.52.0; this repo currently pins5.51.2infern.config.json, so the version may need bumping forfern checkto pass.🤖 Generated with Claude Code