Documentation Index
Fetch the complete documentation index at: https://devizer.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Contributing
Development
Pull Requests
- Create a branch from
main - Make your changes
- Run
pnpm lint && pnpm test && pnpm build - Submit a PR
Code Style
- Prettier handles formatting (run
pnpm format) - TypeScript strict mode is enforced
- All new database tables must have RLS policies
- Tests live next to source files

