Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 502 Bytes

File metadata and controls

34 lines (22 loc) · 502 Bytes

CodeceptJS Website (Astro)

This repository hosts the CodeceptJS documentation website built with Astro/Starlight.

Local development

npm i
npm run dev

Content sync (4.x flow)

The docs sync flow is now:

  1. Regenerate unified API pages:
npm run generate:unified-api
  1. Build:
npm run build

You can also run the compatibility helper:

bunosh docs:update

This command now runs generate:unified-api (legacy 3.x VuePress sync was removed).