Availability in Fern Definition
You can add availability to an endpoint, type, or property within your Fern Definition. You can configure the availability of sections in your API Reference documentation in your docs.yml file.
Endpoints, types, and properties
Availability can be:
Endpoint
pet.yml
In Fern Docs, this will look like:

Type
pet.yml
In Fern Docs, this will look like:

Property
pet.yml
In Fern Docs, this will look like:

Sections
You can set the availability for the entire API reference or for specific sections in your docs.yml configuration. Options are: stable, generally-available, in-development, pre-release, deprecated, alpha, beta, preview, or legacy.
When you set the availability of a section, all of the endpoints in that section are automatically marked with that availability unless explicitly set otherwise.
docs.yml