mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
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:
11
docs/zh/index.md
Normal file
11
docs/zh/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: page
|
||||
title: CCW 文档
|
||||
titleTemplate: Claude Code Workspace
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import ProfessionalHome from '../.vitepress/theme/components/ProfessionalHome.vue'
|
||||
</script>
|
||||
|
||||
<ProfessionalHome lang="zh" />
|
||||
Reference in New Issue
Block a user