Skip to content

Bluemangoo/VCLight-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCLight Docs

Documentation site for the VCLight ecosystem.

Repository structure

  • pages/: VitePress markdown content (English + Chinese)
  • .vitepress/: site config, navigation, sidebar, theme customizations
  • code-src/: VCLight source packages used as documentation reference

Local development

Install dependencies:

pnpm install

Start the docs dev server:

pnpm run dev

Build static docs:

pnpm run build

Preview build output:

pnpm run preview

Editing guidelines

  • Keep docs aligned with current code in code-src/packages/vclight and code-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.ts and .vitepress/locale/zh.ts

About

VCLight Docs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors