Skip to content

Commit

Permalink
docs: 优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Aug 30, 2024
1 parent ff245c9 commit 19346fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ export default defineConfig({
},
{
text: '综合案例',
items: [{ text: '登录事件流', link: '/example/login' }],
items: [
{ text: '案例介绍', link: '/example/' },
{ text: '登录事件流', link: '/example/login' },
],
},
{
text: '团队介绍',
Expand Down

0 comments on commit 19346fb

Please sign in to comment.