Skip to content

zouanbing/vef-framework-go-docs

 
 

Repository files navigation

VEF Framework Go Docs

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/

Stack

  • Docusaurus 3.9.2
  • React 19
  • TypeScript
  • pnpm

Local Development

Install dependencies:

pnpm install

Start the Chinese site locally:

pnpm start

Start the English site locally:

pnpm start:en

Start the Chinese locale explicitly:

pnpm start:zh

Build And Preview

Build all locales:

pnpm build

Preview the production build:

pnpm serve

Repository Structure

docs/                                  # 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

Notes

  • The site is served at /vef-framework-go-docs/, with Chinese at the root path and English under /en/
  • Use pnpm build && pnpm serve when checking multi-locale output
  • This repository is the documentation site only; framework source code lives in the main vef-framework-go repository

Deploy

Deploy with Docusaurus:

pnpm deploy

About

Official documentation site for VEF Framework Go, a resource-driven Go backend framework built on FX, Fiber, and Bun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 61.8%
  • TypeScript 38.2%