File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,19 @@ export default defineConfig({
3131 } ,
3232 {
3333 text : "Products" ,
34- //link: "/chatroom",
3534 items : [
36- text : "ChatRoom" ,
37- collapsed : true ,
38- { text : "Introduction" , link : "/chatroom/" } ,
39- { text : "Register" , link : "/chatroom/register" } ,
40- { text : "Login" , link : "/chatroom/login" } ,
41- { text : "Workspace" , link : "/chatroom/workspace" } ,
42- { text : "Why Supabase" , link : "/chatroom/whysupabase" } ,
35+ {
36+ text : "ChatRoom" ,
37+ collapsed : true ,
38+ items : [
39+ { text : "Introduction" , link : "/chatroom/" } ,
40+ { text : "Register" , link : "/chatroom/register" } ,
41+ { text : "Login" , link : "/chatroom/login" } ,
42+ { text : "Workspace" , link : "/chatroom/workspace" } ,
43+ { text : "Why Supabase" , link : "/chatroom/whysupabase" } ,
44+ ] ,
45+ } ,
4346 ] ,
44- } ,
45- ] ,
4647
4748 socialLinks : [
4849 { icon : "github" , link : "https://github.com/pdnode-team/docs" } ,
You can’t perform that action at this time.
0 commit comments