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`.