ChangelogFebruary 5, 2026customizationconfigurationdocs.ymlcomponentsServer-side rendered custom header and footer Replace Fern’s default header or footer with your own React components using the new header and footer properties in docs.yml. docs.yml1header: ./components/CustomHeader.tsx2footer: ./components/CustomFooter.tsx Components are server-side rendered for better SEO and performance, with no layout shifts during page load. Read the docs
February 5, 2026customizationconfigurationdocs.ymlcomponentsServer-side rendered custom header and footer Replace Fern’s default header or footer with your own React components using the new header and footer properties in docs.yml. docs.yml1header: ./components/CustomHeader.tsx2footer: ./components/CustomFooter.tsx Components are server-side rendered for better SEO and performance, with no layout shifts during page load. Read the docs