Skip to content

Commit 252c9c1

Browse files
committed
Started Geopoly example app tutorial
1 parent 5752e10 commit 252c9c1

2 files changed

Lines changed: 805 additions & 0 deletions

File tree

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: "SQLite Spotlight: Geopoly Extension", 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: "SQLite Spotlight: Geopoly Extension", 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)