Skip to content

Commit 7cb1913

Browse files
committed
flip intro with getting started
1 parent 88a6fbe commit 7cb1913

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: "Getting Started", type: "secondary", icon: "docs-star" },
6-
{ title: "Introduction", href: "/docs/sqlite-cloud", type: "inner", level: 0 }, // should be index page for /docs and highlight "introduction" in nav
5+
{ title: "Introduction", type: "secondary", icon: "docs-star" },
6+
{ title: "Getting Started", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
77
{ title: "Fundamentals", type: "inner", level: 0 },
88
{ title: "Connecting", filePath: "connect-cluster", type: "inner", level: 1 },
99
{ title: "Creating a database", filePath: "create-database", type: "inner", level: 1 },

0 commit comments

Comments
 (0)