This directory is an independent VitePress project.
- It lives under
docs/, which is not matched by the rootpnpm-workspace.yaml. - It has its own
package.json. - It has its own nested
pnpm-workspace.yaml, so runningpnpminsidedocs/uses this directory as the workspace root.
cd docs
pnpm install
pnpm devcd docs
pnpm build
pnpm preview