This directory contains the OneTest documentation built with Mintlify.
To run the documentation locally:
# Install Mintlify CLI
npm install -g mintlify
# Start the dev server
cd docs
mintlify devThe documentation will be available at http://localhost:3000.
This documentation is automatically deployed to Mintlify hosting when pushed to the main branch.
To deploy:
- Push changes to the
mainbranch - Mintlify will automatically build and deploy
docs/
├── ai/ # AI Assistant documentation
├── getting-started/ # Getting Started guides
├── oql/ # OQL query language docs
├── ui/ # UI feature documentation
├── workflows/ # Workflow guides
├── resources/ # FAQ and best practices
├── logo/ # Logo files
├── introduction.mdx # Home page
├── favicon.png # Site favicon
└── mint.json # Mintlify configuration
- Edit MDX files directly
- Test locally with
mintlify dev - Commit and push to trigger deployment
- Changes will be live in ~1 minute
All documentation settings are in mint.json:
- Navigation structure
- Branding (colors, logo)
- Social links
- Tabs and groups