Deployment
This docs site is set up for static deployment on Vercel.
Recommended hosting target
- Vercel
Current production URL target
https://docs.builderinsights.app
The docs site uses the new custom domain even though some repo and backend identifiers still use legacy devrel naming.
If you later move to a custom domain, update docusaurus.config.ts.
Required Vercel settings
| Setting | Value |
|---|---|
| Framework Preset | Other |
| Install Command | npm install |
| Build Command | npm run build |
| Output Directory | build |
Repo support files
This repo includes vercel.json with the expected build configuration.
First deploy flow
- import the GitHub repo into Vercel
- keep the default root directory at the repo root
- confirm the build and output settings
- deploy
- verify the generated site at the Vercel URL
After deployment
- confirm home page renders correctly in light and dark theme
- spot-check docs pages, screenshot pages, and navigation
- verify image assets load correctly
- verify internal links and sidebar navigation
If you add a custom domain later
Update:
docusaurus.config.tsurl- any repo or product references that mention the default Vercel URL
Related references
Operations > Repository SetupOperations > Screenshots