coldsmirk/vef-framework-go-docs
Official documentation site for VEF Framework Go, a resource-driven Go backend framework built on FX, Fiber, and Bun.
Platform-specific configuration:
{
"mcpServers": {
"vef-framework-go-docs": {
"command": "npx",
"args": [
"-y",
"vef-framework-go-docs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Official documentation site for vef-framework-go, built with Docusaurus.
https://coldsmirk.github.io/vef-framework-go-docs/https://coldsmirk.github.io/vef-framework-go-docs/en/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/vef-framework-go-docs/, with Chinese at the root path and English under /en/pnpm build && pnpm serve when checking multi-locale outputvef-framework-go repositoryDeploy with Docusaurus:
pnpm deployLoading reviews...