From 9acbc9e7445e7bcbd3fdc5385f7d03aaa70d9b83 Mon Sep 17 00:00:00 2001 From: thesandlord <8902396+thesandlord@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:48:56 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-02-03.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-02-03.mdx b/fern/products/cli-api-reference/cli-changelog/2026-02-03.mdx index f28a61c83..13ddc3ba3 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-02-03.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-02-03.mdx @@ -1,3 +1,9 @@ +## 3.60.0 +**`(feat):`** Add support for custom header and footer components in docs.yml. Users can now specify +`header: ./path/to/header.tsx` and `footer: ./path/to/footer.tsx` to replace the default +header and footer with custom React components. The components must have a default export. + + ## 3.59.1 **`(fix):`** Fix unknown argument error for `fern completion`.