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.jsand can nest categories.
Recommended workflow
- Create an MDX file under
docs/. - Add it to the appropriate sidebar category.
- Preview locally with
npm run start.