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 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 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" }