Official documentation for NEAR Intents — a multichain transaction protocol where users specify desired outcomes and market makers compete for best execution.
├── getting-started/ # Introduction and first swap guide
├── integration/
│ ├── distribution-channels/ # 1Click API docs for app builders
│ ├── market-makers/ # Market maker integration guides
│ └── verifier-contract/ # Direct contract integration
├── api-reference/ # API endpoint specifications
├── resources/ # FAQs, fees, chain support
└── security-compliance/ # Security, compliance, terms
Install the Mintlify CLI:
npm i -g mintlifyRun local preview:
mintlify devView at http://localhost:3000
- Create a branch for your changes
- Run
mintlify devto preview locally - Submit a pull request
- Use second-person voice ("you")
- Include code examples with language tags
- Test all code examples before publishing
- Use relative paths for internal links
- Add frontmatter (title, description) to all pages
Changes pushed to main are automatically deployed via Mintlify.