The Build & Deploy page shows your documentation site's build and deployment history. Every time you publish changes or push to GitHub, a new deployment is created.
The project header always shows your current deployment status:
If a deployment fails, check the build logs for error details. Common issues include MDX syntax errors or missing frontmatter fields.
Click on any deployment to view its build logs. These show the full output of the build process, making it easy to diagnose issues.
Deployments are triggered in three ways:
main branch of your repository triggers an automatic deploy via webhookClick the Visit button in the project header to open your live documentation site in a new tab.