Skip to content

Commit

Permalink
fix duplicates meta description (#5912)
Browse files Browse the repository at this point in the history
  • Loading branch information
meletj authored Apr 16, 2024
1 parent 63a2fb4 commit 69f6bb4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Baseline your database'
metaTitle: 'Baseline with Prisma ORM, TypeScript, and CockroachDB'
metaDescription: 'Baseline your database with Prisma ORM, JavaScript, and CockroachDB'
metaDescription: 'Baseline your database with Prisma ORM, TypeScript, and CockroachDB'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Baseline your database'
metaTitle: 'Baseline with Prisma ORM, TypeScript, and MySQL'
metaDescription: 'Baseline your database with Prisma ORM, JavaScript, and MySQL'
metaDescription: 'Baseline your database with Prisma ORM, TypeScript, and MySQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Baseline your database'
metaTitle: 'Baseline with Prisma ORM, TypeScript, and PostgreSQL'
metaDescription: 'Baseline your database with Prisma ORM, JavaScript, and PostgreSQL'
metaDescription: 'Baseline your database with Prisma ORM, TypeScript, and PostgreSQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Baseline your database'
metaTitle: 'Baseline with Prisma ORM, TypeScript, and SQL Server'
metaDescription: 'Baseline your database with Prisma ORM, JavaScript, and SQL Server'
metaDescription: 'Baseline your database with Prisma ORM, TypeScript, and SQL Server'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client in your existing project using JavaScript and PostgreSQL'
metaDescription: 'Install and generate Prisma Client in your existing JavaScript and PlanetScale project'
metaDescription: 'Install and generate Prisma Client in your existing JavaScript and PostgreSQL project'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Named constraints upgrade path'
metaTitle: 'Named constraints upgrade path'
metaDescription: 'Guides on how to upgrade depending on your workflow using Prisma Introspect or Prisma Migrate'
metaDescription: 'Guides on how to handle named constraints using Prisma Introspect or Prisma Migrate when updgrading to Prisma 3'
tocDepth: 3
toc: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Referential actions upgrade path'
metaTitle: 'Referential actions upgrade path'
metaDescription: 'Guides on how to upgrade depending on your workflow using Prisma Introspect or Prisma Migrate'
metaDescription: 'Guides on how to deal with referential actions using Prisma Introspect or Prisma Migrate when updgrading to Prisma 3'
tocDepth: 4
toc_max_heading_level: 4
toc: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Upgrade from Prisma 1'
metaTitle: 'Upgrade from Prisma 1 to Prisma ORM 2'
metaDescription: 'Upgrading your project from Prisma 1 to Prisma ORM 2'
staticLink: false
hide_table_of_contents: true
---
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/60-platform-cli/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Platform CLI'
metaTitle: 'Platform CLI'
metaDescription: 'Learn about the CLI for Prisma Data Platform'
staticLink: true
earlyaccess: true
displayed_sidebar: platformSidebar
Expand Down

0 comments on commit 69f6bb4

Please sign in to comment.