Skip to main content
Version: Next

Concepts Overview

This section explains the core concepts used across the documentation. aaaa

Structure

  • Docs are written in MDX (Markdown + JSX).
  • Sidebars are defined in sidebars.js and can nest categories.
  1. Create an MDX file under docs/.
  2. Add it to the appropriate sidebar category.
  3. Preview locally with npm run start.