@farming-labs/docs

@farming-labs/docs

A modern MDX documentation framework built on top of Fumadocs. One config file, zero boilerplate, beautiful themes out of the box.

Why @farming-labs/docs?

  • Zero boilerplate — No layout files, no [[...slug]] wrappers, no mdx-components.tsx. Just write MDX.
  • One config — Everything in docs.config.tsx: theme, colors, typography, icons, components, metadata.
  • Three themes — Default, Darksharp, and Pixel Border. Or build your own with createTheme().
  • Built-in search — Full-text search powered by Orama. No API keys.
  • CLI scaffoldingnpx @farming-labs/docs init detects your framework, generates config, installs deps, starts dev.

Packages

PackageDescription
@farming-labs/docsCore types, defineDocs(), createTheme(), extendTheme()
@farming-labs/fumadocsTheme presets, layout components, CSS presets
@farming-labs/nextNext.js adapter — withDocs(), MDX processing, search API

Quick Start

npx @farming-labs/docs init

Or install manually:

pnpm add @farming-labs/docs @farming-labs/fumadocs @farming-labs/next

Then follow the Installation guide.

On this page

No Headings