Skip to content

Commit 615529d

Browse files
docs: update docs menu title
1 parent 3c3e6d4 commit 615529d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
{ text: '演示', link: '/demo/basic/', activeMatch: '^/demo/' },
3333
{ text: 'API', link: '/api/', activeMatch: '^/api/' },
3434
{ text: '常见问题', link: '/faq/', activeMatch: '^/faq/' },
35-
{ text: '联系我', link: '/contact-me/', activeMatch: '^/contact-me/' }
35+
{ text: '社区群', link: '/contact-me/', activeMatch: '^/contact-me/' }
3636
]
3737
}
3838
},

docs/.vitepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const sidebar = {
5959
items: [{ text: '常见问题', link: '/faq/' }]
6060
},
6161
{
62-
text: '联系我',
62+
text: '社区群',
6363
link: '/contact-me/'
6464
}
6565
]

0 commit comments

Comments
 (0)