Renders ../docs as a searchable, versioned site with Docusaurus.
docs/ stays the single source of truth — this app only builds it. See
CONTRIBUTING.md for the full picture (versioning,
PR previews).
Uses pnpm — not npm/yarn.
pnpm install --frozen-lockfilepnpm startStarts a local dev server with live reload at http://localhost:3000/php-vcr/.
pnpm buildGenerates static content into build/. Fails on broken links (onBrokenLinks: 'throw').
Handled by GitHub Actions (docs-preview.yml for pull requests, docs-deploy.yml for master/releases) —
not run manually.