Skip to content

Latest commit

 

History

History

README.md

php-vcr docs site

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.

Install

pnpm install --frozen-lockfile

Local development

pnpm start

Starts a local dev server with live reload at http://localhost:3000/php-vcr/.

Build

pnpm build

Generates static content into build/. Fails on broken links (onBrokenLinks: 'throw').

Deployment

Handled by GitHub Actions (docs-preview.yml for pull requests, docs-deploy.yml for master/releases) — not run manually.