Documentation Index
Fetch the complete documentation index at: https://docs.grigori.in/llms.txt
Use this file to discover all available pages before exploring further.
Mintlify Documentation Troubleshooting Guide
This guide helps resolve common issues when running Mintlify documentation on Windows.Common Issues and Solutions
1. Mintlify CLI Update Check Error
Solution: Install a stable version of Mintlify CLI:2. Missing Favicon/Logo Files
Solution: Ensure these files exist in the docs directory:favicon.svglogo/light.svglogo/dark.svg
3. Port Already in Use
Solution: Mintlify will automatically try the next available port (3001, 3002, etc.) or you can specify a port:4. Windows Path Issues
Solution: Use forward slashes in mint.json paths and ensure all referenced files use correct casing.Recommended Setup for Windows
1. Install Dependencies
2. Use NPX Commands
Always use npx to avoid global CLI issues:
- Development
- Build
- Preview
3. Package.json Scripts
Alternative Solutions
- Docker
- WSL
- GitHub Codespaces
Recommended for consistency
Dockerfile in the docs directory:Deployment Options
Mintlify Cloud
- Sign up at mintlify.com
- Connect GitHub repository
- Set docs path to
/docs - Automatic deployment on push
Vercel
Netlify
Environment Variables
For development on Windows:- PowerShell
- Command Prompt
Debug Mode
Enable debug mode for more detailed error messages:- PowerShell
- Command Prompt
Performance Tips
Exclude unnecessary files
Exclude unnecessary files
Add to
.gitignore:Use local dependencies
Use local dependencies
Use local dependencies instead of global CLI
Clear cache
Clear cache
If issues persist:
Getting Help
If you encounter issues not covered here:Check documentation
Check the Mintlify documentation
Version Information
Mintlify CLI
4.0.500 (stable version for Windows)
Node.js
18+ required
npm
Latest stable version recommended