mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-08-29 02:04:30 +08:00
f780f81fc0
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.
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
# 仓库根 .gitignore 忽略了所有隐藏目录,这里把站点源码目录放回来
|
|
!.vitepress/
|
|
.vitepress/cache/
|
|
.vitepress/dist/
|
|
|
|
node_modules/
|
|
.shots/
|