@@ -26,7 +26,7 @@ const sidebarNav: SidebarNavStruct = [
2626 { title : "Integrations" , type : "inner" , level : 0 } ,
2727 { title : "Knex.js" , filePath : "knex-integration" , type : "inner" , level : 1 } ,
2828
29- { title : "Platform" , filePath : "platform" , type : "secondary" , icon : "docs-plat" } ,
29+ { title : "Platform" , type : "secondary" , icon : "docs-plat" } ,
3030 { title : "Edge Functions" , filePath : "edge-functions" , type : "inner" , level : 0 } ,
3131 { title : "Webhooks" , filePath : "webhooks" , type : "inner" , level : 0 } ,
3232 { title : "Pub/Sub" , filePath : "pub-sub" , type : "inner" , level : 0 } ,
@@ -40,7 +40,7 @@ const sidebarNav: SidebarNavStruct = [
4040 // { title: "Storage", type: "inner", level: 0 },
4141 // { title: "Partitioning", type: "inner", level: 0 },
4242
43- { title : "SDKs" , filePath : "sdks" , type : "secondary" , icon : "docs-sdk" } ,
43+ { title : "SDKs" , type : "secondary" , icon : "docs-sdk" } ,
4444 { title : "C/C++" , type : "inner" , level : 0 } ,
4545 { title : "Introduction" , type : "inner" , filePath : "sdk-c-introduction" , level : 1 , } ,
4646 { title : 'Basic APIs' , type : "inner" , level : 1 } ,
@@ -176,7 +176,7 @@ const sidebarNav: SidebarNavStruct = [
176176 { title : "Swift" , type : "inner" , level : 0 } ,
177177 { title : 'Introduction' , type : "inner" , filePath : "sdk-swift-introduction" , level : 1 } ,
178178
179- { title : "Reference" , filePath : "reference" , type : "secondary" , icon : "docs-ref" } ,
179+ { title : "Reference" , type : "secondary" , icon : "docs-ref" } ,
180180 { title : "Server-side Commands" , type : "inner" , level : 0 } ,
181181 { title : "Introduction" , filePath : "server-side-commands" , type : "inner" , level : 1 } ,
182182 { title : "API Keys" , filePath : "api-key-commands" , type : "inner" , level : 1 } ,
0 commit comments