Documentation operations
Thedocs repository is the source of truth for Moveat documentation. Mintlify renders and hosts the site, but the repository owns the content.
Current setup
Branding
The header logo is configured indocs.json through the logo field. Mintlify supports separate light and dark logo files, but Moveat currently uses the same logo.png for both modes.
If the logo does not render correctly in one color mode, add separate assets:
Bilingual documentation
Moveat documentation is available in English and Spanish. The English version lives at the repository root and the Spanish version lives underes/ with the same structure.
When content changes:
- Update the English source page.
- Update the matching Spanish page.
- Validate
docs.jsonnavigation. - Push and verify the Mintlify deployment.
Content ownership
Update workflow
- Update MDX files in the docs repository.
- Validate navigation references in
docs.json. - Commit and push to
mainor open a PR. - Wait for Mintlify deploy.
- Verify the live page at
docs.mov-eat.app.
