Skip to content

Commit 5b5dbaa

Browse files
authored
Update config.mts
1 parent 1af5f50 commit 5b5dbaa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vitepress/config.mts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,18 @@ export default defineConfig({
2323
{ text: "Internationalization", link: "/internationalization" },
2424
],
2525
},
26+
{
27+
text: "Platform",
28+
items: [
29+
{ text: "Contribute/Submit an issue", link: "/platform/contribute.md" },
30+
],
31+
},
2632
{
2733
text: "Products",
2834
//link: "/chatroom",
29-
collapsed: true,
3035
items: [
36+
text: "ChatRoom",
37+
collapsed: true,
3138
{ text: "Introduction", link: "/chatroom/" },
3239
{ text: "Register", link: "/chatroom/register" },
3340
{ text: "Login", link: "/chatroom/login" },

0 commit comments

Comments
 (0)