Skip to content

Commit f54d8f1

Browse files
committed
update
1 parent cdaf93a commit f54d8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite-cloud/_nav.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { SidebarNavStruct } from "@docs-website/types/sidebar-navigation";
22

33
const sidebarNav: SidebarNavStruct = [
44
{ title: "", type: "primary" },
5-
{ title: "Introduction", type: "secondary", icon: "docs-star" },
6-
{ title: "Getting Started", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
5+
{ title: "Getting Started", type: "secondary", icon: "docs-star" },
6+
{ title: "Introduction", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
77
{ title: "Connecting", filePath: "connect-cluster", type: "inner", level: 1 },
88
{ title: "Creating a database", filePath: "create-database", type: "inner", level: 1 },
99
{ title: "Writing data", filePath: "write-data", type: "inner", level: 1 },

0 commit comments

Comments
 (0)