mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-19 02:18:25 +08:00
This commit sets up a new documentation site for WeKnora using VitePress. Key additions include: - A structured `.gitignore` to manage ignored files. - An `index.md` file serving as the landing page with a clear title and layout. - A `package.json` and `package-lock.json` to manage dependencies, including VitePress and related plugins. - Thematic styles and components for a cohesive user experience, including a custom landing page and zoom functionality for diagrams. - A README update to guide users on local development and site structure. This foundational setup aims to enhance user onboarding and provide comprehensive documentation for the WeKnora system.
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
# 仓库根 .gitignore 忽略了所有隐藏目录,这里把站点源码目录放回来
|
|
!.vitepress/
|
|
.vitepress/cache/
|
|
.vitepress/dist/
|
|
|
|
node_modules/
|
|
.shots/
|