Skip to content

Documentation site QA ​

This page records how to verify the Aster Core VitePress site. The production host is Caddy with try_files {path} {path}.html {path}/index.html; check:docs exercises the same behavior through docs/worker/index.js.

sh
cd docs
npm ci
npm run build
npm run check:docs
npm run check:docs:required

check:docs crawls built HTML, sidebar targets, sitemap, local search, and the Caddy-style clean URL fallback (exercised by docs/worker/index.js). check:docs:required also requires /en/, /downloads, and /changelog.

The detailed 2026-08-19 matrix is in the Traditional Chinese QA record.