docs/faq.md
This page answers the most common questions users run into when they first open the documentation site or start deployment work.
The Pages site no longer publishes the legacy website/ directory directly. It now builds the VitePress docs site under docs/ and publishes the generated static output.
Yes. The repository Pages settings should use GitHub Actions as the deployment source so the workflow can build and upload the docs output directory.
Run the following inside docs/:
npm install
npm run docs:dev