From 8e56f35f912fce8db2f8bc7c3d684d97b2d0bda0 Mon Sep 17 00:00:00 2001 From: "sandeep.dinesh" Date: Wed, 1 Jul 2026 02:13:57 +0000 Subject: [PATCH 1/3] set changelog-layout to classic for self-hosted releases Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- fern/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/docs.yml b/fern/docs.yml index 307b263ad..c2fcbd699 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 6dff1299555d48f5b4ca0dc36625e085a5c8b6cc Mon Sep 17 00:00:00 2001 From: "sandeep.dinesh" Date: Wed, 1 Jul 2026 02:14:51 +0000 Subject: [PATCH 2/3] bump CLI to 5.59.0 and set changelog-layout to classic Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- 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..009359d50 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "fern", - "version": "5.51.2" + "version": "5.59.0" } From e43a3f79986b1307c35aed200a73ed5f0baf3b57 Mon Sep 17 00:00:00 2001 From: "sandeep.dinesh" Date: Wed, 1 Jul 2026 02:17:59 +0000 Subject: [PATCH 3/3] fix preview workflow instance URL to match docs.yml Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/workflows/preview-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 71e04718b..eef116806 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -51,7 +51,7 @@ jobs: FERN_DOCS_DEPLOY_MODE: ledger HEAD_REF: ${{ github.head_ref }} run: | - OUTPUT=$(fern generate --docs --preview --id "$HEAD_REF" --instance fern-api.docs.buildwithfern.com/learn 2>&1) || true + OUTPUT=$(fern generate --docs --preview --id "$HEAD_REF" --instance fern.docs.buildwithfern.com/learn 2>&1) || true echo "$OUTPUT" URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()') echo "preview_url=$URL" >> $GITHUB_OUTPUT