We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaf93a commit f54d8f1Copy full SHA for f54d8f1
1 file changed
sqlite-cloud/_nav.ts
@@ -2,8 +2,8 @@ import type { SidebarNavStruct } from "@docs-website/types/sidebar-navigation";
2
3
const sidebarNav: SidebarNavStruct = [
4
{ title: "", type: "primary" },
5
- { title: "Introduction", type: "secondary", icon: "docs-star" },
6
- { title: "Getting Started", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
+ { title: "Getting Started", type: "secondary", icon: "docs-star" },
+ { title: "Introduction", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
7
{ title: "Connecting", filePath: "connect-cluster", type: "inner", level: 1 },
8
{ title: "Creating a database", filePath: "create-database", type: "inner", level: 1 },
9
{ title: "Writing data", filePath: "write-data", type: "inner", level: 1 },
0 commit comments