@@ -20,6 +20,8 @@ const sidebarNav: SidebarNavStruct = [
2020 { title : "Streamlit" , filePath : "quick-start-streamlit" , type : "inner" , level : 1 } ,
2121 { title : "PHP / Laravel" , filePath : "quick-start-php-laravel" , type : "inner" , level : 1 } ,
2222 { title : "Gin" , filePath : "quick-start-gin" , type : "inner" , level : 1 } ,
23+ { title : "Tutorials" , type : "inner" , level : 0 } ,
24+ { title : "Using SQLite Extensions - Geopoly" , filePath : "tutorial-geopoly" , type : "inner" , level : 1 } ,
2325
2426 { title : "Platform" , type : "secondary" , icon : "docs-plat" } ,
2527 { title : "Edge Functions" , filePath : "edge-functions" , type : "inner" , level : 0 } ,
@@ -140,6 +142,8 @@ const sidebarNav: SidebarNavStruct = [
140142 { title : "React" , ref : "/docs/quick-start-react" , type : "inner" , level : 2 } ,
141143 { title : "Node.js" , ref : "/docs/quick-start-node" , type : "inner" , level : 2 } ,
142144 { title : "Next.js" , ref : "/docs/quick-start-next" , type : "inner" , level : 2 } ,
145+ { title : "Tutorials" , type : "inner" , level : 1 } ,
146+ { title : "Using SQLite Extensions - Geopoly" , ref : "/docs/tutorial-geopoly" , type : "inner" , level : 2 } ,
143147 { title : "Classes" , type : "inner" , level : 1 } ,
144148 { title : "Database" , filePath : 'sqlite-cloud/sdks/js/classes/Database' , type : "inner" , level : 2 } ,
145149 { title : "SQLiteCloudConnection" , filePath : 'sqlite-cloud/sdks/js/classes/SQLiteCloudConnection' , type : "inner" , level : 2 } ,
0 commit comments