From 318fdc03098720a8e2241b20726970834ca9ff31 Mon Sep 17 00:00:00 2001 From: Mathieu Legault Date: Fri, 26 Jun 2026 11:45:09 -0400 Subject: [PATCH 1/3] Enable classic changelog layout in docs.yml 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) --- fern/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/docs.yml b/fern/docs.yml index d2bb16e28..d8c1f85ad 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -161,6 +161,7 @@ layout: header-height: 75px searchbar-placement: header tabs-placement: header + changelog-layout: classic theme: page-actions: toolbar From 38fc2edae7ce8ec6314eaacd64bc0379582a2375 Mon Sep 17 00:00:00 2001 From: Mathieu Legault Date: Fri, 26 Jun 2026 11:46:19 -0400 Subject: [PATCH 2/3] Bump Fern CLI to 5.54.0 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) --- fern/fern.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/fern.config.json b/fern/fern.config.json index cb513b08d..b5186a759 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "fern", - "version": "5.51.2" + "version": "5.54.0" } From 829a218dad96bff63642ad4d9b39e7d06c9ea1d0 Mon Sep 17 00:00:00 2001 From: Mathieu Legault Date: Fri, 26 Jun 2026 15:09:19 -0400 Subject: [PATCH 3/3] Use timeline changelog layout and canvas body theme 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) --- fern/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index d8c1f85ad..a3a33d9de 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -161,9 +161,10 @@ layout: header-height: 75px searchbar-placement: header tabs-placement: header - changelog-layout: classic + changelog-layout: timeline theme: + body: canvas page-actions: toolbar footer-nav: minimal