Docusaurus Documentation
Build documentation sites with Docusaurus 3. Generates content structure, MDX pages, API reference docs, versioned documentation, search configuration, and custom theme components.
This skill helps you create professional documentation sites with Docusaurus. It generates sidebar configurations, MDX content with React components, API documentation from OpenAPI specs, versioned docs for multiple releases, Algolia DocSearch setup, custom theme components, i18n for multi-language docs, and deployment to GitHub Pages or Vercel. Covers plugin development and swizzling.
When to use
Use when building documentation sites, creating API references, setting up versioned docs, configuring search, or customizing Docusaurus themes for open-source projects.
Examples
API docs site
Create docs with OpenAPI-generated API reference
Set up a Docusaurus 3 docs site with a getting started guide, API reference auto-generated from our OpenAPI spec, and versioned documentation for v1 and v2
Component docs
Document a React component library
Create Docusaurus MDX pages for my component library with live code playgrounds, prop tables, and theme token reference