Tag description pages for API references

You can now use OpenAPI tag descriptions as summary pages for API reference sections. When you set tag-description-pages: true in your API reference configuration, Fern automatically creates a summary page for each tag using its description from your OpenAPI specification.

docs.yml
1navigation:
2 - api: API Reference
3 tag-description-pages: true

Learn more about API reference configuration options.