Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1 KB

README.md

File metadata and controls

42 lines (28 loc) · 1 KB

Stripe Demo Fern Configuration

This repository contains the Stripe Demo Fern configuration:

Validating your API Definition

To validate the API, run:

npm install -g fern-api # only required once
fern check

Updating your Docs

View your generated documentation website at stripe.docs.buildwithfern.com.

Local Development server

To run a local development server with hot-reloading you can run the following command

fern docs dev

Hosted URL

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

Generate the TypeScript SDK

To update the TypeScript SDK, simply run the Release Node.js SDK GitHub Action with the desired version for the release. Under the hood, this leverages the Fern CLI:

fern generate --group node-sdk