This is a documentation site built with VitePress 2.0.0-alpha.3.
pnpm installStart the development server:
pnpm devBuild the site for production:
pnpm buildPreview the production build locally:
pnpm previewThis project ships with custom integration checks for the local search experience.
pnpm test:searchRuns
node tests/verify-search.js. The script expects a local dev server athttp://localhost:5173and a Chromium instance started with--remote-debugging-port=9222.
.vitepress/- VitePress configurationpublic/- Static assetsindex.md- Home page*.md- Documentation pages