Skip to content

Commit 1af5f50

Browse files
authored
Merge pull request #8 from pdnode-team/XxdMkbMark-patch-1
Update config.mts
2 parents da53a2e + a157e8a commit 1af5f50

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vitepress/config.mts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ export default defineConfig({
2323
{ text: "Internationalization", link: "/internationalization" },
2424
],
2525
},
26+
{
27+
text: "Products",
28+
//link: "/chatroom",
29+
collapsed: true,
30+
items: [
31+
{ text: "Introduction", link: "/chatroom/" },
32+
{ text: "Register", link: "/chatroom/register" },
33+
{ text: "Login", link: "/chatroom/login" },
34+
{ text: "Workspace", link: "/chatroom/workspace" },
35+
{ text: "Why Supabase", link: "/chatroom/whysupabase" },
36+
],
37+
},
2638
],
2739

2840
socialLinks: [

0 commit comments

Comments
 (0)