Skip to content

Commit

Permalink
docs: update docs menu title
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Apr 24, 2024
1 parent 3c3e6d4 commit 615529d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
{ text: '演示', link: '/demo/basic/', activeMatch: '^/demo/' },
{ text: 'API', link: '/api/', activeMatch: '^/api/' },
{ text: '常见问题', link: '/faq/', activeMatch: '^/faq/' },
{ text: '联系我', link: '/contact-me/', activeMatch: '^/contact-me/' }
{ text: '社区群', link: '/contact-me/', activeMatch: '^/contact-me/' }
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const sidebar = {
items: [{ text: '常见问题', link: '/faq/' }]
},
{
text: '联系我',
text: '社区群',
link: '/contact-me/'
}
]
Expand Down

0 comments on commit 615529d

Please sign in to comment.