diff --git a/sqlite-cloud/_nav.ts b/sqlite-cloud/_nav.ts index 1e75071..a7b52b4 100644 --- a/sqlite-cloud/_nav.ts +++ b/sqlite-cloud/_nav.ts @@ -4,6 +4,7 @@ const sidebarNav: SidebarNavStruct = [ { title: "", type: "primary" }, { title: "Getting Started", type: "secondary", icon: "docs-star" }, { title: "Introduction", href: "/docs/sqlite-cloud", type: "inner", level: 0 }, // should be index page for /docs and highlight "introduction" in nav + { title: "Test", filePath: "test", type: "inner", level: 0 }, { title: "Fundamentals", type: "inner", level: 0 }, { title: "Connecting", filePath: "connect-cluster", type: "inner", level: 1 }, { title: "Creating a database", filePath: "create-database", type: "inner", level: 1 }, diff --git a/sqlite-cloud/test.mdx b/sqlite-cloud/test.mdx new file mode 100644 index 0000000..4761f65 --- /dev/null +++ b/sqlite-cloud/test.mdx @@ -0,0 +1,9 @@ +--- +title: Test +description: Test +category: getting-started +status: publish +slug: test +--- + +hello \ No newline at end of file