We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af5f50 + 5b5dbaa commit b3079a2Copy full SHA for b3079a2
.vitepress/config.mts
@@ -23,11 +23,18 @@ export default defineConfig({
23
{ text: "Internationalization", link: "/internationalization" },
24
],
25
},
26
+ {
27
+ text: "Platform",
28
+ items: [
29
+ { text: "Contribute/Submit an issue", link: "/platform/contribute.md" },
30
+ ],
31
+ },
32
{
33
text: "Products",
34
//link: "/chatroom",
- collapsed: true,
35
items: [
36
+ text: "ChatRoom",
37
+ collapsed: true,
38
{ text: "Introduction", link: "/chatroom/" },
39
{ text: "Register", link: "/chatroom/register" },
40
{ text: "Login", link: "/chatroom/login" },
0 commit comments