diff --git a/content/800-guides/010-data-migration-with-expand-and-contract.mdx b/content/800-guides/010-data-migration-with-expand-and-contract.mdx index 391a1a0fee..d23961f158 100644 --- a/content/800-guides/010-data-migration-with-expand-and-contract.mdx +++ b/content/800-guides/010-data-migration-with-expand-and-contract.mdx @@ -1,8 +1,8 @@ --- -title: 'How to migrate data using the expand and contract pattern' -metaTitle: 'How to migrate data using the expand and contract pattern' +title: 'Migrate data using the expand and contract pattern' +metaTitle: 'How to migrate data with Prisma ORM using the expand and contract pattern' description: 'Learn how to perform data migrations using the expand and contract pattern with Prisma ORM' -sidebar_label: 'Data migration with expand and contract' +sidebar_label: 'Migrate data with expand and contract' image: '/img/guides/data-migration-cover.png' tags: - migration diff --git a/content/800-guides/020-implementing-schema-changes.mdx b/content/800-guides/020-implementing-schema-changes.mdx index 71376c590e..63025cca40 100644 --- a/content/800-guides/020-implementing-schema-changes.mdx +++ b/content/800-guides/020-implementing-schema-changes.mdx @@ -2,7 +2,7 @@ title: 'How to manage schema changes in a team' metaTitle: 'How to manage schema changes in a team with Prisma Migrate' description: 'Learn how to use Prisma Migrate effectively when collaborating on a project as a team' -sidebar_label: 'Team schema changes' +sidebar_label: 'Manage schema changes' image: '/img/guides/schema-migration-cover.png' --- diff --git a/content/800-guides/080-using-prisma-orm-with-turborepo.mdx b/content/800-guides/080-using-prisma-orm-with-turborepo.mdx index 5c09052a4c..54bae0cc41 100644 --- a/content/800-guides/080-using-prisma-orm-with-turborepo.mdx +++ b/content/800-guides/080-using-prisma-orm-with-turborepo.mdx @@ -1,8 +1,8 @@ --- -title: 'Using Prisma with Turborepo' -metaTitle: 'Using Prisma with Turborepo' +title: 'How to use Prisma ORM with Turborepo' +metaTitle: 'How to use Prisma ORM with Turborepo' description: 'Learn step-by-step how to integrate Prisma ORM with Turborepo to build modular, scalable monorepo architectures efficiently.' -sidebar_label: 'Prisma with Turborepo' +sidebar_label: 'Use Prisam ORM with Turborepo' image: '/img/guides/prisma-turborepo-setup.png' tags: - Turborepo