Docs Site Troubleshooting
Run the docs build:
bun run docs:site:buildRun internal link checks:
bun run docs:checkPreview the built site:
bun run docs:site:previewCommon fixes:
| Failure | Fix |
|---|---|
| Missing dependency | Run cd website && bun install --frozen-lockfile. |
| Broken internal link | Use a relative route link to the generated page, for example ../quickstart/. |
| Missing GitHub Pages assets | Check site and base in website/astro.config.mjs. |
| Sidebar item 404 | Confirm the slug matches a file under website/src/content/docs. |