Skip to content

Commit bac8f9f

Browse files
committed
fixed build error
1 parent cc8684c commit bac8f9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlite-cloud/_nav.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ const sidebarNav: SidebarNavStruct = [
44
{ title: "", type: "primary" },
55
{
66
title: "Introduction",
7-
filePath: "overview",
87
type: "secondary",
98
icon: "docs-star",
109
},
11-
{ title: "Overview", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
10+
{ title: "Overview", filePath: "overview", type: "inner", level: 0 },
1211
{ title: "Getting Started", type: "inner", level: 0 },
1312
{ title: "Connecting", filePath: "connect-cluster", type: "inner", level: 1 },
1413
{

0 commit comments

Comments
 (0)