Example Fern docs projects. Each top-level folder is a self-contained example with its own fern/ configuration — browse the source on GitHub, or clone the repo to use one as a starting point for your own docs.
| Example | Description | Live demo |
|---|---|---|
docs-starter |
Minimal starter project | docs-starter.docs.buildwithfern.com |
versioning |
Versioned site with a version dropdown and a shared page | versioning.docs.buildwithfern.com |
Clone the repo and copy the example folder you want:
git clone https://github.com/fern-api/docs-examples.git
cp -r docs-examples/<example> my-docs
cd my-docsThen update fern/fern.config.json with your own organization name.