Skip to content

Commit c6572bd

Browse files
committed
added Overview page
1 parent af74b30 commit c6572bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sqlite-cloud/_nav.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import type { SidebarNavStruct } from "@docs-website/types/sidebar-navigation";
33
const sidebarNav: SidebarNavStruct = [
44
{ title: "", type: "primary" },
55
{ title: "Introduction", type: "secondary", icon: "docs-star" },
6-
{ title: "Getting Started", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
6+
{ title: "Overview", href: "/docs/sqlite-cloud", type: "inner", level: 0 },
7+
{ title: "Getting Started", type: "inner", level: 0 },
78
{ title: "Connecting", filePath: "connect-cluster", type: "inner", level: 1 },
89
{ title: "Creating a database", filePath: "create-database", type: "inner", level: 1 },
910
{ title: "Writing data", filePath: "write-data", type: "inner", level: 1 },

0 commit comments

Comments
 (0)