Skip to content

Commit 2485d01

Browse files
ArthurGambyArthur Gamby
andauthored
DR-6573 | Docs: Update all guides title with Prisma Postgres (#7392)
* docs: update all guides title adding ppg keyword * docs: update all guides title adding ppg keyword --------- Co-authored-by: Arthur Gamby <[email protected]>
1 parent a802678 commit 2485d01

22 files changed

+28
-28
lines changed

content/800-guides/080-turborepo.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'How to use Prisma ORM with Turborepo'
3-
metaTitle: 'How to use Prisma ORM with Turborepo'
2+
title: 'How to use Prisma ORM and Prisma Postgres with Turborepo'
3+
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Turborepo'
44
description: 'Learn step-by-step how to integrate Prisma ORM with Turborepo to build modular, scalable monorepo architectures efficiently.'
55
sidebar_label: 'Turborepo'
66
completion_time: '15 min'

content/800-guides/090-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to use Prisma ORM with Next.js'
2+
title: 'How to use Prisma ORM and Prisma Postgres with Next.js'
33
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Next.js 15 and Vercel'
44
description: 'Learn how to use Prisma ORM in a Next.js app and deploy it to Vercel'
55
sidebar_label: 'Next.js'

content/800-guides/100-nuxt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to use Prisma ORM with Nuxt'
2+
title: 'How to use Prisma ORM and Prisma Postgres with Nuxt'
33
metaTitle: 'Build a Nuxt app with Prisma ORM and Prisma Postgres'
44
description: 'A step-by-step guide to setting up and using Prisma ORM and Prisma Postgres in a Nuxt app and deploying to Vercel.'
55
sidebar_label: 'Nuxt'

content/800-guides/140-use-prisma-in-pnpm-workspaces.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'How to use Prisma ORM in a pnpm workspaces monorepo'
3-
metaTitle: 'How to use Prisma ORM in a pnpm workspaces monorepo'
2+
title: 'How to use Prisma ORM and Prisma Postgres in a pnpm workspaces monorepo'
3+
metaTitle: 'How to use Prisma ORM and Prisma Postgres in a pnpm workspaces monorepo'
44
description: 'Learn step-by-step how to integrate Prisma ORM in a pnpm workspaces monorepo to build scalable and modular applications efficiently.'
55
sidebar_label: 'pnpm workspaces'
66
completion_time: '10 min'

content/800-guides/150-multiple-databases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'How to use multiple databases in a single app'
3-
metaTitle: 'How to use multiple databases in a single app'
2+
title: 'How to use Prisma ORM with multiple databases in a single app'
3+
metaTitle: 'How to use Prisma ORM with multiple databases in a single app'
44
description: 'Learn how to use multiple Prisma Clients in a single app to connect to multiple databases, handle migrations, and deploy your application to Vercel.'
55
sidebar_label: 'Multiple databases'
66
image: '/img/guides/multiple-databases.png'

content/800-guides/170-react-router-7.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to use Prisma ORM with React Router 7'
2+
title: 'How to use Prisma ORM and Prisma Postgres with React Router 7'
33
metaTitle: 'How to use Prisma ORM and Prisma Postgres with React Router 7'
44
description: 'Learn how to use Prisma ORM and Prisma Postgres in a React Router 7 app.'
55
sidebar_label: 'React Router 7'

content/800-guides/180-solid-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to use Prisma ORM with SolidStart'
2+
title: 'How to use Prisma ORM and Prisma Postgres with SolidStart'
33
metaTitle: 'How to use Prisma ORM and Prisma Postgres with SolidStart'
44
description: 'Learn how to use Prisma ORM in a SolidStart app'
55
sidebar_label: 'SolidStart'

content/800-guides/190-data-dog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'How to set up Datadog tracing with Prisma ORM'
3-
metaTitle: 'Datadog tracing with Prisma ORM'
2+
title: 'How to set up Datadog tracing with Prisma ORM and Prisma Postgres'
3+
metaTitle: 'How to set up Datadog tracing with Prisma ORM and Prisma Postgres'
44
description: 'Learn how to configure Datadog tracing for a Prisma ORM project. Capture spans for every query using the @prisma/instrumentation package, dd-trace, and view them in Datadog.'
55
sidebar_label: 'Datadog'
66
image: '/img/guides/datadog-tracing-prisma.png'

content/800-guides/190-sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to use Prisma ORM with SvelteKit'
2+
title: 'How to use Prisma ORM and Prisma Postgres with SvelteKit'
33
metaTitle: 'How to use Prisma ORM and Prisma Postgres with SvelteKit'
44
description: 'Learn how to use Prisma ORM in a SvelteKit app'
55
sidebar_label: 'SvelteKit'

content/800-guides/200-clerk-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to use Prisma ORM with Clerk Auth and Next.js'
2+
title: 'How to use Prisma ORM and Prisma Postgres with Clerk Auth and Next.js'
33
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Clerk Auth and Next.js'
44
description: 'Learn how to use Prisma ORM in a Next.js app with Clerk Auth'
55
sidebar_label: 'Clerk (with Next.js)'

0 commit comments

Comments
 (0)