This repository contains the documentation for KaleidoSwap, built using Mintlify.
All documentation lives in the mintlify-docs/ directory:
whats-kaleidoswap/- Introduction, architecture, and core conceptsdesktop-app/- Desktop application guides and tutorialsweb-app/- Web application documentationsdk/- SDK documentation (Python & TypeScript)api-reference/- API reference and integration guidesimages/- Screenshot and diagram assetsassets/- Logos and favicon
docs.json- Mintlify configuration (navigation, theme, analytics, API settings)openapi.json- OpenAPI specification for interactive API playground
Install the Mintlify CLI to preview changes locally:
npm i -g mintlify
cd mintlify-docs
mintlify dev- Fork the repository
- Create your feature branch
- Make your changes in
mintlify-docs/ - Preview locally with
mintlify dev - Submit a pull request