This repository contains the source for docs.withpointbreak.com — the official documentation for Pointbreak.
Pointbreak gives AI assistants real debugger access, letting them set breakpoints, step through code, and inspect variables in your IDE through natural language.
Main repository: github.com/withpointbreak/pointbreak
The live documentation is available at docs.withpointbreak.com.
This site is built using Mintlify, a modern documentation platform.
To preview documentation changes locally:
-
Install the Mintlify CLI:
npm i -g mint
-
Run the dev server:
mint dev
-
View at: localhost:3000
*.mdx- Documentation pages (MDX format - Markdown with JSX)docs.json- Site configuration (navigation, theme, etc.)reference/- API and reference documentationlogo/- Site logos and branding assets
Changes pushed to the main branch are automatically deployed to production via Mintlify's GitHub integration.
Found an issue or want to suggest improvements to the documentation?
- Issues: github.com/withpointbreak/pointbreak/issues
- Discussions: github.com/withpointbreak/pointbreak/discussions
Documentation content in this repository is licensed under CC BY 4.0.
Built by Kevin Swiber