Skip to Content
Unified docs shell with shared Classifyre tokens and acid-green highlight accents.
Get Started

Get Started

Nextra Docs Theme gives this app a production-grade docs shell with:

  • top navigation
  • searchable content
  • sidebar navigation
  • table of contents
Theme: nextra-theme-docs

Install

Use Bun in the monorepo root:

bun install

Then verify docs dependencies:

bun --filter @classifyre/docs run lint
bun --filter @classifyre/docs run check-types

Run docs locally

bun --filter @classifyre/docs run dev

Docs run on http://localhost:3002 during development.

Production exports target /docs by default so they can be mounted inside the web bundle.

Export static docs

bun --filter @classifyre/docs run build

This generates static output in apps/docs/out.

Sync into web bundle

bun run docs:sync

The sync script copies docs export into apps/web/public/docs.

Why this setup

We keep docs as a dedicated app for clean ownership while publishing it through the existing web deployment under /docs.

Last updated on