The official documentation for Paxos APIs and developer resources, built with Mintlify.
This repository contains the comprehensive documentation for Paxos APIs, including:
- API Reference - Complete REST API documentation with OpenAPI specifications
- Developer Guides - Getting started tutorials, authentication, and integration guides
- Product Guides - Documentation for Crypto Brokerage, Stablecoin, Payments, and Settlements
- Webhooks - Event-driven integration documentation
- Identity & KYC - Customer onboarding and compliance guides
-
Clone the repository
git clone https://github.com/paxosglobal/docs-mintlify.git
-
Install dependencies
npm install
-
Install Mintlify CLI globally
npm install -g mintlify
-
Start the development server
mintlify dev
The documentation will be available at
http://localhost:3000
-
Create a new branch
git checkout -b feature/your-feature-name
-
Make your changes
- Documentation files are in Markdown (
.mdx
) format - Configuration is in
docs.json
- Images go in the
images/
directory
- Documentation files are in Markdown (
-
Preview your changes
mintlify dev
-
Check for broken links
mintlify broken-links
-
Commit and push
git add . git commit -m "Description of your changes" git push origin feature/your-feature-name
-
Create a pull request
├── api-reference/ # OpenAPI-generated API documentation
├── guides/ # Developer and product guides
│ ├── developer/ # Developer-focused guides
│ ├── identity/ # Identity and KYC guides
│ ├── stablecoin/ # Stablecoin operation guides
│ └── ...
├── images/ # Static images and assets
├── snippets/ # Reusable content snippets
├── docs.json # Mintlify configuration
└── README.md # This file
- Use clear, concise language
- Include code examples where relevant
- Follow the existing style and structure
- Test all code samples before submitting
- Add screenshots for UI-related documentation
- All changes require a pull request
- Documentation is automatically deployed after merge to main
- Check that links work and examples are accurate
- Ensure proper formatting and spelling
- Mintlify dev not running: Run
mintlify install
to reinstall dependencies - Page loads as 404: Ensure you're in the directory with
docs.json
- Build fails: Check
docs.json
syntax and file paths - Links broken: Run
mintlify broken-links
to identify issues
For documentation issues, please create an issue in this repository. For API support, contact Paxos Support.