Documentation site for jam-nodes, powered by Mintlify.
npm i -g mint
mint devThe docs will be available at http://localhost:3000.
- Fork the repository
- Create your feature branch (
git checkout -b docs/my-update) - Edit or add
.mdxfiles using Mintlify MDX format - Preview locally with
mint dev - Submit a pull request
├── index.mdx # Introduction
├── quickstart.mdx # Quick start guide
├── creating-nodes.mdx # Custom node guide
├── mcp.mdx # MCP server integration
├── core/ # Core API reference
├── nodes/ # Built-in nodes reference
├── editor/ # Visual editor reference
└── docs.json # Mintlify configuration
MIT