Build failures prevent your changes from going live. They’re usually caused by MDX syntax errors, invalidDocumentation Index
Fetch the complete documentation index at: https://help-center-starter-replace-template-content.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
docs.json configuration, or broken component references.
Find the error
- Go to [Project] → Deployments in your Mintlify dashboard.
- Click the failed deployment to open its details.
- Open the Build log tab. The error message near the bottom of the log usually identifies the file and line number causing the failure.
Common failure causes
- MDX syntax errors
- docs.json errors
- Missing files
MDX is stricter than Markdown. Common mistakes:
- Unclosed JSX tags (for example,
<Note>without</Note>) - HTML entities that need escaping (use
&instead of&,<instead of<) - Invalid frontmatter YAML (missing quotes around strings with special characters)