Official documentation for MainWP - the self-hosted WordPress site management platform.
Live site: https://docs.mainwp.com/
This repository contains the source files for MainWP's documentation, built with Mintlify. The documentation covers:
- Getting started with MainWP
- Dashboard and site management
- Add-ons
- REST API and Abilities API
- Troubleshooting and customization
- /getting-started/ - Introduction and setup guides
- /dashboard/ - Dashboard features and configuration
- /sites/ - Site management (plugins, themes, updates, backups)
- /clients/ - Client management features
- /add-ons/ - Add-on documentation (100+ add-ons)
- /troubleshooting/ - Common issues and solutions
- /customization/ - Dashboard customization
- /advanced/ - Advanced topics, security, integrations
- /api-reference/ - REST API and Abilities API documentation
- /resources/ - Additional resources
# Install Mintlify CLI
npm i -g mint
# Start development server
mint dev
# View at http://localhost:3000
- docs.json - Navigation structure, theme, and site settings
- Navigation uses two tabs: Documentation and Add-Ons
- Follow existing content patterns
- Use MDX format with YAML frontmatter
- Test locally before submitting changes
- See CLAUDE.md for detailed content guidelines