Your First Build

What happens after you connect a repo -- build phases, the Deployments tab, and what to check if something fails.

Your first build starts automatically when you connect a repository.

Automatic Builds

When you connect a repository, Jamdesk triggers an initial build immediately. Every subsequent push to your connected branch triggers a new build automatically.

Build Progress

Track your build in the dashboard:

1
Queued

Your build is waiting to start. During peak times, there may be a brief queue.

2
Cloning

Jamdesk pulls your repository content from GitHub.

3
Validating

Your docs.json and MDX files are validated for errors.

4
Building

MDX is compiled to optimized HTML with syntax highlighting and search indexing.

5
Deploying

Built files upload to the global CDN.

6
Live

Your docs are available at your project URL.

Viewing Your Live Docs

Once the build completes, click View Site in the dashboard or visit:

https://your-project.jamdesk.app

If you configured a custom domain, your docs will also be available there.

Manual Rebuild

Need to rebuild without pushing changes?

  1. Go to your project in the dashboard
  2. Open Settings
  3. Click Rebuild

Use this after changing environment variables or to force a fresh build.

If Your Build Fails

Build failures show an error message in the dashboard. Common causes:

  • Invalid docs.json syntax
  • MDX syntax errors
  • Missing pages referenced in navigation
Build Error Reference

See common error codes and how to fix them

Triggering Builds

Learn about automatic and manual build triggers

Monitoring Builds

Track build progress and view logs