From ed3a0e786465a06ed77d4bb1fdcffd877e8021b3 Mon Sep 17 00:00:00 2001 From: Jon Harrell <4829245+jharrell@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:46:58 -0600 Subject: [PATCH] add prisma postgres to get started sidebar --- sidebars.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.ts b/sidebars.ts index 59450c1482..d0846a5f28 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -89,6 +89,11 @@ const sidebars: SidebarsConfig = { id: "getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql", className: "hidden-sidebar", }, + { + type: "doc", + id: "getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-prismaPostgres", + className: "hidden-sidebar", + }, { type: "doc", id: "getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-mysql",