Skip to main content
Version: 1.0.0

Concepts Overview

This section explains the core concepts used across the documentation.

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.