Official documentation site for vef-framework-react, built with Docusaurus.
- Site:
https://coldsmirk.github.io/vef-framework-react-docs/ - Default locale: English
- Simplified Chinese locale:
https://coldsmirk.github.io/vef-framework-react-docs/zh-Hans/
- Docusaurus 3.9.2
- React 19
- TypeScript
- pnpm
Install dependencies:
pnpm installStart the Chinese site locally:
pnpm startStart the English site locally:
pnpm start:enStart the Chinese locale explicitly:
pnpm start:zhBuild all locales:
pnpm buildPreview the production build:
pnpm servedocs/ # English source docs
i18n/zh-Hans/ # Chinese translations
src/ # Docusaurus pages and theme code
static/ # Static assets
docusaurus.config.ts # Site configuration
sidebars.ts # Sidebar config
- The site is served at
/vef-framework-react-docs/, with English at the root path and Chinese under/zh-Hans/ - Use
pnpm build && pnpm servewhen checking multi-locale output - This repository is the documentation site only; framework source code lives in the main
vef-framework-reactrepository
- Push to
mainto trigger the GitHub Pages workflow - GitHub Pages is served from
https://coldsmirk.github.io/vef-framework-react-docs/