docs: add VitePress documentation site

- Add docs directory with VitePress configuration
- Add GitHub Actions workflow for docs build and deploy
- Support bilingual (English/Chinese) documentation
- Include search, custom theme, and responsive design
This commit is contained in:
catlog22
2026-02-28 16:14:09 +08:00
parent ab65caec45
commit c3ddf7e322
136 changed files with 34486 additions and 0 deletions

5
.gitignore vendored
View File

@@ -138,3 +138,8 @@ ccw/.tmp-ccw-auth-home/
# Skills library (local only)
.claude/skills_lib/
# Docs site
docs/node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/