This repository contains your Fern configuration:
View the documentation here.
To run a local development server with hot-reloading you can run the following command
fern docs dev
Documentation is automatically updated when you push to main via the fern generate
command.
npm install -g fern-api # only required once
fern generate --docs
To validate your API, run:
npm install -g fern-api # only required once
fern check
To update your SDKs, simply run the Release TypeScript SDK
GitHub Action with the desired version for the release. Under the hood, this leverages the Fern CLI:
npm install -g fern-api # only required once
fern generate --group ts-sdk