Skip to navigation

GraphQL schemas split across multiple files

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

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.

Cards, tag filters, and search on a blog, with author bylines on the post page. Try the live example site.

Read the docs

Redirects in separate files

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
redirects: ./redirects.yml
Read the docs