SDK Configuration
Configure your SDK generators in generators.yml
and publish to registries
Before you can configure your generators, you must setup your API Definition. Learn more here
Top Level Configuration
generators.yml
default-group
The default group of generators to run when running fern generate
.
readme
Learn more about the README configuration here.
groups
A set of key-value pairs from the group id to the group configuration.
README Configuration
generators.yml
readme.apiReferenceLink
A link to your hosted API Reference. Fern will embed this link into your generated READMEs so that SDK users know to navigate to your API Reference.
readme.defaultEndpoint
The endpoint you want to use in README code samples. If unspecified, Fern will default to the first POST request.