Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix duplicates meta description #5912

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading