Skip to content

Commit ecac28c

Browse files
authored
Merge pull request #84 from sqlitecloud/feat/tutorial-geopoly
Tutorial for Geopoly extension demo app
2 parents 6149099 + b1dd922 commit ecac28c

File tree

2 files changed

+831
-0
lines changed

2 files changed

+831
-0
lines changed

sqlite-cloud/_nav.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)