Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed May 12, 2024
1 parent cefec33 commit 4fa8042
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 283 deletions.
4 changes: 2 additions & 2 deletions packages/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Learn = [
const DefaultSideBar = [
{ text: '指南', items: Guide },
{ text: '核心功能', items: CoreCategories },
{ text: '附加功能', items: AddonCategories },
{ text: '插件', items: AddonCategories },
{ text: '学习', items: Learn },
{ text: '链接', items: Links },
]
Expand Down Expand Up @@ -162,7 +162,7 @@ export default withPwa(defineConfig({
],
},
{
text: '附加功能',
text: '插件',
link: '/add-ons',
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/add-ons.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 附加功能
# 插件

核心包旨在轻量且无依赖。而插件则将流行的包封装成一致的 API 风格。

Expand Down
Loading

0 comments on commit 4fa8042

Please sign in to comment.