This repository contains the documentation for Maya Research APIs, built with Mintlify.
- VeenaMAX TTS API - Advanced Text-to-Speech API for Indian languages
- API Reference - Interactive API playground and endpoints
- Getting Started - Quick start guides and tutorials
- Node.js 18+ installed
- npm or yarn package manager
- Install Mintlify CLI globally:
npm install -g mintlify
- Navigate to the docs directory:
cd /Users/sthipp005/Documents/personal/mayaresearch/docs
- Start the development server:
mintlify dev
The documentation will be available at http://localhost:3000
- Edit
.mdx
files for content changes - Update
docs.json
for navigation and configuration - Modify
openapi.yaml
for API specification updates
mintlify deploy
mintlify build
docs/
├── index.mdx # Home page
├── veenamax-tts-api.mdx # VeenaMAX overview
├── api-reference/
│ ├── endpoint/
│ │ └── veenamax-generate.mdx # API endpoint documentation
│ └── openapi.yaml # OpenAPI specification
├── docs.json # Mintlify configuration
└── README.md # This file
- Website: https://mayaresearch.ai
- API: https://api.mayaresearch.ai
- Support: https://mayaresearch.ai
- Documentation: https://mayaresearch.ai
- Colors: Purple theme (#7C3AED primary)
- Logo: Place your logo files in
/logo/
directory - Favicon: Update
/favicon.svg
Update the GTM tag ID in docs.json
:
"analytics": {
"gtm": {
"tagId": "GTM-YOUR-ID"
}
}
For any questions or issues, contact: support@mayaresearch.ai
Built with ❤️ by Maya Research