Files
wizardchen f780f81fc0 docs(website-docs): add comprehensive product documentation site
Import and update WeKnora documentation with VitePress: getting started,
architecture, features, API reference, clients, and development guides.
Includes landing page with inline SVG illustrations, theme components,
doc check scripts, and product screenshots.
2026-08-06 19:54:40 +08:00

8 lines
161 B
Plaintext

# 仓库根 .gitignore 忽略了所有隐藏目录,这里把站点源码目录放回来
!.vitepress/
.vitepress/cache/
.vitepress/dist/
node_modules/
.shots/