Skip to content

Commit

Permalink
add prisma postgres to get started sidebar (#6611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Jan 22, 2025
1 parent f7ad950 commit 41622d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 41622d2

Please sign in to comment.