Absolute imports with @ prefix
Import custom components using the @/ prefix for absolute paths from your fern folder root. This is especially useful for nested MDX files where relative paths like ../../../components/Banner would be cumbersome.
Relative imports are still supported.
Title source for folder navigation
By default, folder navigation derives page titles from filenames. You can now set title-source: frontmatter to use the title field from each file’s frontmatter instead.
docs.yml
Files without a frontmatter title fall back to the filename-derived value.