Skip to content

Commit fbe6bb2

Browse files
committed
fix: sidebarNav - add new pages
1 parent 6e48ce9 commit fbe6bb2

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

sqlite-cloud/_nav.ts

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,41 @@ const sidebarNav: SidebarNavStruct = [
77
{ title: "Overview", filePath: "ai-overview", type: "inner", level: 0 },
88
{ title: "SQLite-AI", filePath: "sqlite-ai", type: "inner", level: 0 },
99
{ title: "SQLite-JS", filePath: "sqlite-js", type: "inner", level: 0 },
10-
{ title: "SQLite-Sync", filePath: "sqlite-sync", type: "inner", level: 0 },
10+
{ title: "SQLite-Sync", type: "inner", level: 0 },
11+
{ title: "Introduction", filePath: "sqlite-sync-introduction", type: "inner", level: 1 },
12+
{ title: "Getting Started", filePath: "sqlite-sync-getting-started", type: "inner", level: 1 },
13+
{ title: "Best Practices", filePath: "sqlite-sync-best-practices", type: "inner", level: 1 },
14+
{ title: "Quick Starts", type: "inner", level: 1 },
15+
{ title: "iOS", filePath: "sqlite-sync-quick-start-ios", type: "inner", level: 2 },
16+
{ title: "Android", filePath: "sqlite-sync-quick-start-android", type: "inner", level: 2 },
17+
{ title: "Linux", filePath: "sqlite-sync-quick-start-linux", type: "inner", level: 2 },
18+
{ title: "macOS", filePath: "sqlite-sync-quick-start-macos", type: "inner", level: 2 },
19+
{ title: "React Native Expo", filePath: "sqlite-sync-quick-start-react-native-expo", type: "inner", level: 2 },
20+
{ title: "WASM", filePath: "sqlite-sync-quick-start-wasm", type: "inner", level: 2 },
21+
{ title: "Windows", filePath: "sqlite-sync-quick-start-windows", type: "inner", level: 2 },
22+
{ title: "API Reference", type: "inner", level: 1 },
23+
{ title: "cloudsync_init", filePath: "sqlite-sync-api-cloudsync-init", type: "inner", level: 2 },
24+
{ title: "cloudsync_enable", filePath: "sqlite-sync-api-cloudsync-enable", type: "inner", level: 2 },
25+
{ title: "cloudsync_disable", filePath: "sqlite-sync-api-cloudsync-disable", type: "inner", level: 2 },
26+
{ title: "cloudsync_is_enabled", filePath: "sqlite-sync-api-cloudsync-is-enabled", type: "inner", level: 2 },
27+
{ title: "cloudsync_cleanup", filePath: "sqlite-sync-api-cloudsync-cleanup", type: "inner", level: 2 },
28+
{ title: "cloudsync_terminate", filePath: "sqlite-sync-api-cloudsync-terminate", type: "inner", level: 2 },
29+
{ title: "cloudsync_version", filePath: "sqlite-sync-api-cloudsync-version", type: "inner", level: 2 },
30+
{ title: "cloudsync_siteid", filePath: "sqlite-sync-api-cloudsync-siteid", type: "inner", level: 2 },
31+
{ title: "cloudsync_db_version", filePath: "sqlite-sync-api-cloudsync-db-version", type: "inner", level: 2 },
32+
{ title: "cloudsync_uuid", filePath: "sqlite-sync-api-cloudsync-uuid", type: "inner", level: 2 },
33+
{ title: "cloudsync_begin_alter", filePath: "sqlite-sync-api-cloudsync-begin-alter", type: "inner", level: 2 },
34+
{ title: "cloudsync_commit_alter", filePath: "sqlite-sync-api-cloudsync-commit-alter", type: "inner", level: 2 },
35+
{ title: "cloudsync_network_init", filePath: "sqlite-sync-api-cloudsync-network-init", type: "inner", level: 2 },
36+
{ title: "cloudsync_network_cleanup", filePath: "sqlite-sync-api-cloudsync-network-cleanup", type: "inner", level: 2 },
37+
{ title: "cloudsync_network_set_token", filePath: "sqlite-sync-api-cloudsync-network-set-token", type: "inner", level: 2 },
38+
{ title: "cloudsync_network_set_apikey", filePath: "sqlite-sync-api-cloudsync-network-set-apikey", type: "inner", level: 2 },
39+
{ title: "cloudsync_network_has_unsent_changes", filePath: "sqlite-sync-api-cloudsync-network-has-unsent-changes", type: "inner", level: 2 },
40+
{ title: "cloudsync_network_send_changes", filePath: "sqlite-sync-api-cloudsync-network-send-changes", type: "inner", level: 2 },
41+
{ title: "cloudsync_network_check_changes", filePath: "sqlite-sync-api-cloudsync-network-check-changes", type: "inner", level: 2 },
42+
{ title: "cloudsync_network_sync", filePath: "sqlite-sync-api-cloudsync-network-sync", type: "inner", level: 2 },
43+
{ title: "cloudsync_network_reset_sync_version", filePath: "sqlite-sync-api-cloudsync-network-reset-sync-version", type: "inner", level: 2 },
44+
{ title: "cloudsync_network_logout", filePath: "sqlite-sync-api-cloudsync-network-logout", type: "inner", level: 2 },
1145
{ title: "SQLite-Vector", filePath: "sqlite-vector", type: "inner", level: 0 },
1246
{ title: "MCP (Model Context Protocol)", filePath: "mcp-server", type: "inner", level: 0 },
1347

0 commit comments

Comments
 (0)