Skip to content

Commit

Permalink
update titles. Resolves DA-2393
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Jan 17, 2025
1 parent a372f38 commit ecbfcaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/020-implementing-schema-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
---

Expand Down
6 changes: 3 additions & 3 deletions content/800-guides/080-using-prisma-orm-with-turborepo.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ecbfcaf

Please sign in to comment.