Documentation site for the VCLight ecosystem.
- Live site: https://vclight.bluemangoo.net/
- Main project: https://github.com/Bluemangoo/VCLight
pages/: VitePress markdown content (English + Chinese).vitepress/: site config, navigation, sidebar, theme customizationscode-src/: VCLight source packages used as documentation reference
Install dependencies:
pnpm installStart the docs dev server:
pnpm run devBuild static docs:
pnpm run buildPreview build output:
pnpm run preview- Keep docs aligned with current code in
code-src/packages/vclightandcode-src/packages/router - Update both English (
pages/) and Chinese (pages/zh/) when behavior or API changes - If new sections are added, also update
.vitepress/locale/en.tsand.vitepress/locale/zh.ts