Getting Started
This site is built with trickfire-docs. Pages live in the docs/ folder as Markdown (or MDX) files - add, edit, or delete files there and the sidebar/site rebuild automatically.
Preview locally
Terminal
npx trickfire-docs dev
This starts a local dev server with live reload. Edit any file under docs/ and the browser updates automatically.
Build for production
Terminal
npx trickfire-docs build
Outputs the static site to dist/.
tip
Changes to docs.config.json (site name, description, sidebar) require restarting the dev server — only content edits under docs/ hot-reload.