This repository hosts the CodeceptJS documentation website built with Astro/Starlight.
npm i
npm run devThe docs sync flow is now:
- Regenerate unified API pages:
npm run generate:unified-api- Build:
npm run buildYou can also run the compatibility helper:
bunosh docs:updateThis command now runs generate:unified-api (legacy 3.x VuePress sync was removed).