Official documentation site for vef-framework-go, built with Docusaurus.
- Site:
https://coldsmirk.github.io/vef-framework-go-docs/ - Default locale: Simplified Chinese
- English locale:
https://coldsmirk.github.io/vef-framework-go-docs/en/
- 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-go-docs/, with Chinese at the root path and English under/en/ - 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-gorepository
Deploy with Docusaurus:
pnpm deploy