Skip to content

fern-api/docs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 

Repository files navigation


logo

Docs starter

Create beautiful documentation in under 5 minutes using your OpenAPI specification.

Customer showcase

Get inspired by API documentation built with Fern: Webflow | You.com | Cohere | ElevenLabs


Requirements

  • Node 18 or higher
  • A GitHub account
  • Knowledge of the command line

Getting started

Prefer a no-code setup? Use the guided UI to get started from your browser instead.

Follow the steps below, or see the Docs quickstart for a more detailed walkthrough.

  1. Install the CLI

    npm install -g fern-api
  2. Initialize your docs

    Clone this starter template, or run fern init --docs to start from scratch.

  3. Configure your organization

    Set your organization name in fern.config.json and your docs URL in docs.yml:

    // fern.config.json
    { "organization": "your-org-name", "version": "4.21.3" }
    # docs.yml
    instances:
      - url: your-org-name.docs.buildwithfern.com
  4. Preview locally

    fern docs dev
  5. Publish

    fern generate --docs

Customize your docs

Once you're up and running, you can tailor your docs site to match your brand and product:


Support

Need help? Set up a call with an expert or email us at support@buildwithfern.com.

About

Publish beautiful documentation from OpenAPI and markdown (MDX)

Topics

Resources

Stars

Watchers

Forks

Contributors