We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da53a2e + a157e8a commit 1af5f50Copy full SHA for 1af5f50
.vitepress/config.mts
@@ -23,6 +23,18 @@ export default defineConfig({
23
{ text: "Internationalization", link: "/internationalization" },
24
],
25
},
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
+ },
38
39
40
socialLinks: [
0 commit comments