> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## GraphQL schemas split across multiple files api-reference, generators.yml You can now generate a single GraphQL API Reference from a schema split across several SDL files, including Apollo Federation subgraphs. List each file as its own spec in `generators.yml` with the same `name`, and Fern compiles them into one schema. Read the docs ## Blog layouts for changelogs navigation, customization You can now present a changelog as a blog, with dated entries rendered as cards in a grid or list, tag filters, search, and author bylines on each post. Use this layout when a changelog functions more like a series of announcement posts than a list of releases. Set `layout: blog` and `blog-layout` in the changelog overview frontmatter. Read the docs ## Redirects in separate files seo, docs.yml You can now keep redirects in a separate YAML file and reference it from `docs.yml`. You can also split redirects across multiple files. **`docs.yml`** ```yaml docs.yml redirects: ./redirects.yml ``` Read the docs