Skip to content

Docs Site Troubleshooting

Run the docs build:

Terminal window
bun run docs:site:build

Run internal link checks:

Terminal window
bun run docs:check

Preview the built site:

Terminal window
bun run docs:site:preview

Common fixes:

FailureFix
Missing dependencyRun cd website && bun install --frozen-lockfile.
Broken internal linkUse a relative route link to the generated page, for example ../quickstart/.
Missing GitHub Pages assetsCheck site and base in website/astro.config.mjs.
Sidebar item 404Confirm the slug matches a file under website/src/content/docs.