diff --git a/content/100-getting-started/01-quickstart.mdx b/content/100-getting-started/01-quickstart.mdx index 234d207f98..81e560f33d 100644 --- a/content/100-getting-started/01-quickstart.mdx +++ b/content/100-getting-started/01-quickstart.mdx @@ -1,7 +1,7 @@ --- title: 'Quickstart' metaTitle: 'Quickstart with TypeScript & SQLite' -description: 'Get started with Prisma ORM in 5 minutes. You will learn how to send queries to a SQLite database in a plain TypeScript script using Prisma Client.' +metaDescription: 'Get started with Prisma ORM in 5 minutes. You will learn how to send queries to a SQLite database in a plain TypeScript script using Prisma Client.' search: true sidebar_custom_props: { badge: '5 min' } --- diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx index 45407c7801..3378732091 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx index 97792e3a04..7562eb2efb 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx index 2f97a01a6d..11c58cde16 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx index 298c4002ec..7e241c1c61 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx index f7ae90142b..0968138348 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx index bdc6619062..bc315c5047 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx index 80fc919e04..a91ab74053 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx index 1c70e53922..365c249cf0 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx index 349481e2a3..0916a1268d 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx index 0ba7498b8c..7b3930d9c1 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Start from scratch with relational databases (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx index e594c9d358..44b6e6af95 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx index 2ef1f7b568..d7a8473d54 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx index ee8fa87633..0aab469924 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx index 5abc868c54..5d8f95a257 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx index 1ad9a3c660..90192ba497 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx index 8f09528c58..969ad43713 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: 'hidden-sidebar tech-switch' diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx index 09ac96ee68..4108f8629a 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx index 0cf77336b8..36a3669069 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx index b31533ff4b..ef47272040 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx index 4075da5e1e..e2019b6ac8 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx index 027a22061a..a78014efa1 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx index 3583ef9977..517f3a8ba6 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx index ba752732dd..677d831d96 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx index 68b24fcc4e..b3b636e8d2 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx index 77dd8ef9b1..4bbf8814fc 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx index db5f4c1566..00b3c91463 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx index 7b22931cff..0d9e60093e 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx index 2cecbbac97..c4d749c9e8 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx index 0e22030984..8ba37270f8 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx index 2e3f5eeea3..91e2b2e2a8 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Migrate' metaTitle: 'Using Prisma Migrate' -description: 'Create database tables with Prisma Migrate' +metaDescription: 'Create database tables with Prisma Migrate' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx index 3db50631c9..35cfb36017 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx index 3669fe1fb4..e794d0c247 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx index 0de21b5183..b2b789f850 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx index 773a0c02a7..151a8ed1a0 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx index 7da057e5ce..37928903eb 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx index 64a1084603..5c3008cadf 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx index 89542cb2c5..a46f4f5881 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx index c6a0afd6ac..c493b9fcfa 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx index cb881e522f..0e1480a3d1 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx index 744bb40585..75142576a0 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx index 8e52572b93..cbc641525d 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx index 314ac4f82d..8a89e81036 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx index 0cf2dd8b65..4ca7d4438e 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx index b7a7c22da6..ce0cd60933 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx index 0fcb3dd1bb..4678468d67 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx index 2bad432106..6f2c83a168 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx index 2bad432106..6f2c83a168 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx index 38162989a4..bee17b8d97 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx index 48a2021fd6..a40d4b5c7b 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx index aad13691e3..05ad9ceb25 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx index 7140273e7a..55579818a7 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx @@ -1,7 +1,7 @@ --- title: 'Next steps' metaTitle: 'Next steps' -description: 'Next steps to take now that you have successfully added Prisma to your project' +metaDescription: 'Next steps to take now that you have successfully added Prisma to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx index ba08f9bec7..6ad6f93be0 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'MongoDB' metaTitle: 'Start from scratch with MongoDB (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your MongoDB database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your MongoDB database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx index 6b6037ed8e..9d0a9697fb 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'MongoDB' metaTitle: 'Start from scratch with MongoDB (15 min)' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your MongoDB database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your MongoDB database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx index 760c3c5295..613bf45b1c 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database (MongoDB)' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar dbSwitcher: ['mongodb'] diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx index fd8120bae1..f90342c8f0 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database (MongoDB)' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx index 6967c78a52..fb05af123c 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Creating the Prisma schema' metaTitle: 'Creating the Prisma schema' -description: 'Update the Prisma schema for MongoDB' +metaDescription: 'Update the Prisma schema for MongoDB' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx index ae26398d99..6e810c31a2 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Creating the Prisma schema' metaTitle: 'Creating the Prisma schema' -description: 'Update the Prisma schema for MongoDB' +metaDescription: 'Update the Prisma schema for MongoDB' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx index b7e273e47a..6b02ad7cc9 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx index 102bd70b97..4b816c03ea 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx index 7f880d4514..1a6878ae0a 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx index 4b11ad804e..801f793f75 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx index 1d6dfa6366..dee695696e 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx @@ -1,7 +1,7 @@ --- title: 'Next steps' metaTitle: 'Next steps' -description: 'Next steps to take now that you have successfully added Prisma to your project' +metaDescription: 'Next steps to take now that you have successfully added Prisma to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx index 62b8aaa160..df7948fbc3 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx @@ -1,7 +1,7 @@ --- title: 'Start from scratch' metaTitle: 'Start from scratch with Prisma' -description: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your database of choice and generating a Prisma Client for database access.' +metaDescription: 'Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your database of choice and generating a Prisma Client for database access.' hide_table_of_contents: true --- diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx index 8b25ab7054..f0df03fbe5 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx index 291618c7c9..882b1a09ec 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx index 04789d37da..c32356cbd4 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx index ef9ec4b373..106aae35ba 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx index 38d8bad221..fcdfadca58 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx index 36661470fd..fc7a60075c 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx index 1a481c5f0f..671f76eac6 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx index cd04aac468..5bb17111a9 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx index b9ee959cfd..531f79f24b 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx index b23137829f..0708b6010a 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Relational databases' metaTitle: 'Add Prisma to an existing project that uses a relational database (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your relational database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx index 40959a2e53..c5829b2ff6 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] toc: false diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx index 636e9150e4..de1ad572ac 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx index 079697e91e..68f741563d 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx index 34566759af..3c6f51cd3d 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx index ea669ad51f..89d16dea39 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx index 6f77945e53..a1a844a699 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: 'hidden-sidebar tech-switch' diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx index acf175bc31..c39f1ee85d 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx index bb23a8f929..71c4b78f93 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] sidebar_class_name: hidden-sidebar diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx index 67f5604ea9..89dccb028b 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx index 66815da841..0974a73a1f 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] toc: false diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx index e6161c32aa..5ce9c3fccb 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx index 9f87c12523..45011572ab 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx index 74c010018f..c7dd6e5153 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx index f1d4275edb..3b39b31ce2 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx index 3fdf279487..329d94e953 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx index 758d285636..5f4537b7e5 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx index d7e792e5f3..66a4c7b0fb 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx index 7f42f11781..3d8ab7ae97 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx index 0629d877e0..cc20224ec2 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx index 517d770884..1092c12a90 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx index 3d2dd4ff78..1a9e0845a2 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx index 5baabc6710..66455e5de6 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx index cc1229209c..cb0a0480e4 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx index 2cb3be81c9..0af8109318 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx index 61ad9fcf03..8c5f3a9b09 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx index 054f999c57..6e8a11b54b 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx index 3ce685c8de..4f81f6f295 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx index ae04629e9c..dc4654cc18 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Baseline your database' metaTitle: 'Baseline your database' -description: 'Baseline your database using Prisma Migrate in your project' +metaDescription: 'Baseline your database using Prisma Migrate in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx index e9f51b146d..b8153905d9 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx index 08f9f12804..265e995b4a 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx index 08b1c68754..dd60ae070b 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx index 31c1c3acf1..a3900e9f1a 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx index 35656b488a..771c95a40f 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx index fad7d008fa..80b7b59d35 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx index cfddd4e759..e13f780d18 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx index 6a5aa19879..dda6fa82b8 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx index 01235cd68b..f064c8244c 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx index 5fa0ffc1e4..29dd5c35dd 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx index ca3cdecbb5..c07f21ff3d 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx index 3cbca4220e..ab9a4e45a8 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx index e992f442a9..15749297c5 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx index 73a081b8d8..4d9105c8a7 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx index 92da788da4..c9f5d60a8c 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx index f185172192..2b022e96a4 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx index b96b142aad..2ecb3ea70e 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx index af02530633..18c7b9d0b0 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx index d2e93e747e..fc45b92b2c 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx index abe14a5059..629d71f899 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx index 9298ad294f..7e95baa5b7 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx index e2698aab35..28f639a085 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx index 7f98fdf315..1c77d3a033 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx index c654f5043e..a659fc3093 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx index 9e791541ab..12cf0e0795 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx index e2698aab35..28f639a085 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx index cdeb6c9659..5a54b8dcfb 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx index 5aabc5a974..e3c137c64a 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx @@ -1,7 +1,7 @@ --- title: 'Evolve your schema' metaTitle: 'Evolve your Prisma schema with Prisma Migrate' -description: 'Evolve your Prisma schema with Prisma Migrate' +metaDescription: 'Evolve your Prisma schema with Prisma Migrate' langSwitcher: ['typescript', 'node'] dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'cockroachdb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx index 78ae6d8a59..853d6fd54d 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx @@ -1,7 +1,7 @@ --- title: 'Next steps' metaTitle: 'Next steps' -description: 'Next steps to take now that you have successfully added Prisma to your project' +metaDescription: 'Next steps to take now that you have successfully added Prisma to your project' hide_table_of_contents: true --- diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx index ca412c5d0e..b3e8c4a86b 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'MongoDB' metaTitle: 'Add Prisma to an existing MongoDB project (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your MongoDB database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your MongoDB database and generating a Prisma Client for database access.' toc: false langSwitcher: ['typescript', 'node'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx index d2626b6cdf..4873cfd247 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'MongoDB' metaTitle: 'Add Prisma to an existing MongoDB project (15 min)' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your MongoDB database and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your MongoDB database and generating a Prisma Client for database access.' hide_table_of_contents: true langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx index b51a3193b0..2d9a9ad901 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database (MongoDB)' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] sidebar_class_name: hidden-sidebar hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx index f0a59c5958..7eed0fe409 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Connect your database (MongoDB)' metaTitle: 'Connect your database' -description: 'Connect your database to your project' +metaDescription: 'Connect your database to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx index 64f8c9cac4..f6b4c05dde 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx index ab8eb8a6cf..ebbd085062 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'Introspection' -description: 'Introspection your database with Prisma' +metaDescription: 'Introspection your database with Prisma' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx index cca6e608db..fa2c921215 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx index 8e9b0c97ce..b0a300f02c 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Install Prisma Client' metaTitle: 'Install Prisma Client' -description: 'Install and generate Prisma Client in your project' +metaDescription: 'Install and generate Prisma Client in your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx index 9bfec3701d..7bc8ae1d38 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx index 279d03d7db..60faa1dfe4 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'Querying the database' metaTitle: 'Querying the database' -description: 'Write data to and query the database' +metaDescription: 'Write data to and query the database' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx index a340f28178..e6949fbeeb 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx @@ -1,7 +1,7 @@ --- title: 'Next steps' metaTitle: 'Next steps' -description: 'Next steps to take now that you have successfully added Prisma to your project' +metaDescription: 'Next steps to take now that you have successfully added Prisma to your project' langSwitcher: ['typescript', 'node'] dbSwitcher: ['mongodb'] hide_table_of_contents: true diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx index 0969ce0a1b..a35a9a01dd 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx @@ -1,7 +1,7 @@ --- title: 'Add to existing project' metaTitle: 'Add Prisma to an existing project' -description: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your database of choice and generating a Prisma Client for database access.' +metaDescription: 'Learn how to add Prisma to an existing Node.js or TypeScript project by connecting it to your database of choice and generating a Prisma Client for database access.' hide_table_of_contents: true --- diff --git a/content/100-getting-started/02-setup-prisma/index.mdx b/content/100-getting-started/02-setup-prisma/index.mdx index 3592cee830..c1827534ef 100644 --- a/content/100-getting-started/02-setup-prisma/index.mdx +++ b/content/100-getting-started/02-setup-prisma/index.mdx @@ -1,7 +1,7 @@ --- title: 'Set up Prisma ORM' metaTitle: 'Set up Prisma ORM' -description: 'Get started with Prisma ORM and your favorite database. Learn about data modeling, migrations and querying.' +metaDescription: 'Get started with Prisma ORM and your favorite database. Learn about data modeling, migrations and querying.' hide_table_of_contents: true staticLink: true --- diff --git a/content/100-getting-started/index.mdx b/content/100-getting-started/index.mdx index c913b581d3..0c6ff404c8 100644 --- a/content/100-getting-started/index.mdx +++ b/content/100-getting-started/index.mdx @@ -1,7 +1,7 @@ --- title: 'Get Started' metaTitle: 'Get started with Prisma' -description: 'Build data-driven applications with ease using Prisma ORM, add connection pooling or global caching with Prisma Accelerate or subscribe to database changes in real-time with Prisma Pulse.' +metaDescription: 'Build data-driven applications with ease using Prisma ORM, add connection pooling or global caching with Prisma Accelerate or subscribe to database changes in real-time with Prisma Pulse.' hide_title: true tocDepth: 1 sidebar_position: 0 diff --git a/content/200-orm/050-overview/100-introduction/100-what-is-prisma.mdx b/content/200-orm/050-overview/100-introduction/100-what-is-prisma.mdx index c93256fb75..bd50bc0bf8 100644 --- a/content/200-orm/050-overview/100-introduction/100-what-is-prisma.mdx +++ b/content/200-orm/050-overview/100-introduction/100-what-is-prisma.mdx @@ -1,7 +1,7 @@ --- title: 'What is Prisma ORM?' metaTitle: 'What is Prisma ORM? (Overview)' -description: "This page gives a high-level overview of what Prisma ORM is and how it works. It's a great starting point for Prisma newcomers!" +metaDescription: "This page gives a high-level overview of what Prisma ORM is and how it works. It's a great starting point for Prisma newcomers!" --- diff --git a/content/200-orm/050-overview/100-introduction/200-why-prisma.mdx b/content/200-orm/050-overview/100-introduction/200-why-prisma.mdx index 4f4f9c5041..45d0b0649e 100644 --- a/content/200-orm/050-overview/100-introduction/200-why-prisma.mdx +++ b/content/200-orm/050-overview/100-introduction/200-why-prisma.mdx @@ -1,7 +1,7 @@ --- title: 'Why Prisma ORM?' metaTitle: 'Why Prisma ORM? Comparison with SQL query builders & ORMs' -description: 'Learn about the motivation for Prisma ORM and how it compares to other Node.js and TypeScript database tools like ORMs and SQL query builders.' +metaDescription: 'Learn about the motivation for Prisma ORM and how it compares to other Node.js and TypeScript database tools like ORMs and SQL query builders.' --- diff --git a/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx b/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx index 7276b45f5d..327ab7bc67 100644 --- a/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx +++ b/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx @@ -1,7 +1,7 @@ --- title: 'Should you use Prisma ORM?' metaTitle: 'Should you use Prisma ORM as a Node.js/TypeScript ORM?' -description: 'Prisma ORM is a new kind of ORM. This page explains when Prisma ORM would be a good fit, and provides alternatives for other scenarios.' +metaDescription: 'Prisma ORM is a new kind of ORM. This page explains when Prisma ORM would be a good fit, and provides alternatives for other scenarios.' tocDepth: 3 toc: true --- diff --git a/content/200-orm/050-overview/100-introduction/300-data-modeling.mdx b/content/200-orm/050-overview/100-introduction/300-data-modeling.mdx index 65df218525..50162a071c 100644 --- a/content/200-orm/050-overview/100-introduction/300-data-modeling.mdx +++ b/content/200-orm/050-overview/100-introduction/300-data-modeling.mdx @@ -1,7 +1,7 @@ --- title: 'Data modeling' metaTitle: 'Data modeling with Prisma' -description: 'Learn how data modeling with Prisma differs from data modeling with SQL or ORMs. Prisma uses a declarative data modeling language to describe a database schema.' +metaDescription: 'Learn how data modeling with Prisma differs from data modeling with SQL or ORMs. Prisma uses a declarative data modeling language to describe a database schema.' --- diff --git a/content/200-orm/050-overview/100-introduction/index.mdx b/content/200-orm/050-overview/100-introduction/index.mdx index 97550f003a..5bbee8ff90 100644 --- a/content/200-orm/050-overview/100-introduction/index.mdx +++ b/content/200-orm/050-overview/100-introduction/index.mdx @@ -1,7 +1,7 @@ --- title: 'Introduction' metaTitle: 'Introduction (Overview)' -description: "This section gives a high-level overview of what Prisma is and how it works. It's a great starting point for Prisma newcomers!" +metaDescription: "This section gives a high-level overview of what Prisma is and how it works. It's a great starting point for Prisma newcomers!" hide_table_of_contents: true --- diff --git a/content/200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx b/content/200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx index 36f41e808a..f346c80c83 100644 --- a/content/200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx +++ b/content/200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx @@ -1,7 +1,7 @@ --- title: 'REST' metaTitle: 'Building REST APIs with Prisma ORM' -description: 'This page gives an overview of the most important things when building REST APIs with Prisma. It shows practical examples and the supported libraries.' +metaDescription: 'This page gives an overview of the most important things when building REST APIs with Prisma. It shows practical examples and the supported libraries.' --- diff --git a/content/200-orm/050-overview/300-prisma-in-your-stack/02-graphql.mdx b/content/200-orm/050-overview/300-prisma-in-your-stack/02-graphql.mdx index 2819583fce..1d62c28c72 100644 --- a/content/200-orm/050-overview/300-prisma-in-your-stack/02-graphql.mdx +++ b/content/200-orm/050-overview/300-prisma-in-your-stack/02-graphql.mdx @@ -1,7 +1,7 @@ --- title: 'GraphQL' metaTitle: 'Building GraphQL servers with Prisma ORM' -description: 'This page gives explains how to build GraphQL servers with Prisma ORM. It shows how Prisma ORM fits into the GraphQL ecosystem and provides practical examples.' +metaDescription: 'This page gives explains how to build GraphQL servers with Prisma ORM. It shows how Prisma ORM fits into the GraphQL ecosystem and provides practical examples.' --- diff --git a/content/200-orm/050-overview/300-prisma-in-your-stack/03-fullstack.mdx b/content/200-orm/050-overview/300-prisma-in-your-stack/03-fullstack.mdx index 4b8646cda7..66e4e1f209 100644 --- a/content/200-orm/050-overview/300-prisma-in-your-stack/03-fullstack.mdx +++ b/content/200-orm/050-overview/300-prisma-in-your-stack/03-fullstack.mdx @@ -1,7 +1,7 @@ --- title: 'Fullstack' metaTitle: 'Building fullstack applications with Prisma ORM' -description: 'This page gives explains how to build fullstack applications with Prisma. It shows how Prisma fits in with fullstack frameworks and provides practical examples' +metaDescription: 'This page gives explains how to build fullstack applications with Prisma. It shows how Prisma fits in with fullstack frameworks and provides practical examples' --- diff --git a/content/200-orm/050-overview/300-prisma-in-your-stack/04-is-prisma-an-orm.mdx b/content/200-orm/050-overview/300-prisma-in-your-stack/04-is-prisma-an-orm.mdx index 6d16745de8..72ce60c0ba 100644 --- a/content/200-orm/050-overview/300-prisma-in-your-stack/04-is-prisma-an-orm.mdx +++ b/content/200-orm/050-overview/300-prisma-in-your-stack/04-is-prisma-an-orm.mdx @@ -1,7 +1,7 @@ --- title: 'Is Prisma ORM an ORM?' metaTitle: 'Is Prisma ORM an ORM? | What is an ORM?' -description: 'Learn about how Prisma ORM implements the Data Mapper ORM pattern and how it achieves the same goal as traditional ORMs without requiring you to map classes to tables as traditional ORMs do.' +metaDescription: 'Learn about how Prisma ORM implements the Data Mapper ORM pattern and how it achieves the same goal as traditional ORMs without requiring you to map classes to tables as traditional ORMs do.' --- diff --git a/content/200-orm/050-overview/300-prisma-in-your-stack/index.mdx b/content/200-orm/050-overview/300-prisma-in-your-stack/index.mdx index d9d54fd99e..8e030cae0b 100644 --- a/content/200-orm/050-overview/300-prisma-in-your-stack/index.mdx +++ b/content/200-orm/050-overview/300-prisma-in-your-stack/index.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma ORM in your stack' metaTitle: 'How Prisma ORM fits into your stack' -description: 'How Prisma ORM fits into your stack' +metaDescription: 'How Prisma ORM fits into your stack' hide_table_of_contents: true --- diff --git a/content/200-orm/050-overview/500-databases/200-database-drivers.mdx b/content/200-orm/050-overview/500-databases/200-database-drivers.mdx index 7142dbd499..439dcb3d0a 100644 --- a/content/200-orm/050-overview/500-databases/200-database-drivers.mdx +++ b/content/200-orm/050-overview/500-databases/200-database-drivers.mdx @@ -1,7 +1,7 @@ --- title: 'Database drivers' metaTitle: 'Database drivers' -description: 'Learn how Prisma connects to your database using the built-in drivers and how you can use Prisma along with other JavaScript database drivers using driver adapters (Preview)' +metaDescription: 'Learn how Prisma connects to your database using the built-in drivers and how you can use Prisma along with other JavaScript database drivers using driver adapters (Preview)' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/050-overview/500-databases/300-postgresql.mdx b/content/200-orm/050-overview/500-databases/300-postgresql.mdx index d3e281aaf4..6e4f29a9a1 100644 --- a/content/200-orm/050-overview/500-databases/300-postgresql.mdx +++ b/content/200-orm/050-overview/500-databases/300-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'PostgreSQL' metaTitle: 'PostgreSQL database connector' -description: 'This page explains how Prisma can connect to a PostgreSQL database using the PostgreSQL database connector.' +metaDescription: 'This page explains how Prisma can connect to a PostgreSQL database using the PostgreSQL database connector.' tocDepth: 3 --- diff --git a/content/200-orm/050-overview/500-databases/400-mysql.mdx b/content/200-orm/050-overview/500-databases/400-mysql.mdx index 7ac2f56b4f..78f3d4c237 100644 --- a/content/200-orm/050-overview/500-databases/400-mysql.mdx +++ b/content/200-orm/050-overview/500-databases/400-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'MySQL/MariaDB' metaTitle: 'MySQL database connector' -description: 'This page explains how Prisma can connect to a MySQL or MariaDB database using the MySQL database connector.' +metaDescription: 'This page explains how Prisma can connect to a MySQL or MariaDB database using the MySQL database connector.' tocDepth: 3 --- diff --git a/content/200-orm/050-overview/500-databases/500-sqlite.mdx b/content/200-orm/050-overview/500-databases/500-sqlite.mdx index b22190eefc..83ccbff260 100644 --- a/content/200-orm/050-overview/500-databases/500-sqlite.mdx +++ b/content/200-orm/050-overview/500-databases/500-sqlite.mdx @@ -1,7 +1,7 @@ --- title: 'SQLite' metaTitle: 'SQLite database connector' -description: 'This page explains how Prisma can connect to a SQLite database using the SQLite database connector.' +metaDescription: 'This page explains how Prisma can connect to a SQLite database using the SQLite database connector.' tocDepth: 3 --- diff --git a/content/200-orm/050-overview/500-databases/600-mongodb.mdx b/content/200-orm/050-overview/500-databases/600-mongodb.mdx index 92dc23b1e5..070e7ae9bf 100644 --- a/content/200-orm/050-overview/500-databases/600-mongodb.mdx +++ b/content/200-orm/050-overview/500-databases/600-mongodb.mdx @@ -1,7 +1,7 @@ --- title: 'MongoDB' metaTitle: 'MongoDB database connector' -description: 'How Prisma can connect to a MongoDB database using the MongoDB database connector.' +metaDescription: 'How Prisma can connect to a MongoDB database using the MongoDB database connector.' hidePage: false tocDepth: 3 codeStyle: false diff --git a/content/200-orm/050-overview/500-databases/800-sql-server/020-sql-server-local.mdx b/content/200-orm/050-overview/500-databases/800-sql-server/020-sql-server-local.mdx index 1c4fa8a4e3..f2f6dec3e4 100644 --- a/content/200-orm/050-overview/500-databases/800-sql-server/020-sql-server-local.mdx +++ b/content/200-orm/050-overview/500-databases/800-sql-server/020-sql-server-local.mdx @@ -1,7 +1,7 @@ --- title: 'SQL Server on Windows (local)' metaTitle: 'SQL Server on Windows' -description: 'Set up and configure SQL Server on Windows.' +metaDescription: 'Set up and configure SQL Server on Windows.' --- diff --git a/content/200-orm/050-overview/500-databases/800-sql-server/030-sql-server-docker.mdx b/content/200-orm/050-overview/500-databases/800-sql-server/030-sql-server-docker.mdx index 776c056a7b..a4179f25f2 100644 --- a/content/200-orm/050-overview/500-databases/800-sql-server/030-sql-server-docker.mdx +++ b/content/200-orm/050-overview/500-databases/800-sql-server/030-sql-server-docker.mdx @@ -1,7 +1,7 @@ --- title: 'SQL Server on Docker' metaTitle: 'SQL Server on Docker' -description: 'Download and use the Microsoft SQL Server Docker image.' +metaDescription: 'Download and use the Microsoft SQL Server Docker image.' --- diff --git a/content/200-orm/050-overview/500-databases/800-sql-server/index.mdx b/content/200-orm/050-overview/500-databases/800-sql-server/index.mdx index 241172b161..819d9513d7 100644 --- a/content/200-orm/050-overview/500-databases/800-sql-server/index.mdx +++ b/content/200-orm/050-overview/500-databases/800-sql-server/index.mdx @@ -1,7 +1,7 @@ --- title: 'Microsoft SQL Server' metaTitle: 'Microsoft SQL Server' -description: 'This page explains how Prisma can connect to a Microsoft SQL Server database using the Microsoft SQL Server database connector.' +metaDescription: 'This page explains how Prisma can connect to a Microsoft SQL Server database using the Microsoft SQL Server database connector.' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx b/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx index 52df32d4d4..c433d1c827 100644 --- a/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx +++ b/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx @@ -1,7 +1,7 @@ --- title: 'CockroachDB' metaTitle: 'CockroachDB' -description: 'Guide to CockroachDB' +metaDescription: 'Guide to CockroachDB' tocDepth: 3 toc: true --- diff --git a/content/200-orm/050-overview/500-databases/850-planetscale.mdx b/content/200-orm/050-overview/500-databases/850-planetscale.mdx index d7875864da..480c47e726 100644 --- a/content/200-orm/050-overview/500-databases/850-planetscale.mdx +++ b/content/200-orm/050-overview/500-databases/850-planetscale.mdx @@ -1,7 +1,7 @@ --- title: 'PlanetScale' metaTitle: 'PlanetScale' -description: 'Guide to PlanetScale' +metaDescription: 'Guide to PlanetScale' tocDepth: 3 toc: true --- diff --git a/content/200-orm/050-overview/500-databases/880-supabase.mdx b/content/200-orm/050-overview/500-databases/880-supabase.mdx index 52a93138df..e94411c96c 100644 --- a/content/200-orm/050-overview/500-databases/880-supabase.mdx +++ b/content/200-orm/050-overview/500-databases/880-supabase.mdx @@ -1,7 +1,7 @@ --- title: 'Supabase' metaTitle: 'Supabase' -description: 'Guide to Supabase' +metaDescription: 'Guide to Supabase' tocDepth: 2 toc: true --- diff --git a/content/200-orm/050-overview/500-databases/890-neon.mdx b/content/200-orm/050-overview/500-databases/890-neon.mdx index 1e51dc4bd9..7aa8189a17 100644 --- a/content/200-orm/050-overview/500-databases/890-neon.mdx +++ b/content/200-orm/050-overview/500-databases/890-neon.mdx @@ -1,7 +1,7 @@ --- title: 'Neon' metaTitle: 'Neon' -description: 'Guide to Neon' +metaDescription: 'Guide to Neon' tocDepth: 2 toc: true --- diff --git a/content/200-orm/050-overview/500-databases/900-turso.mdx b/content/200-orm/050-overview/500-databases/900-turso.mdx index d35793b9ed..54a6fe0251 100644 --- a/content/200-orm/050-overview/500-databases/900-turso.mdx +++ b/content/200-orm/050-overview/500-databases/900-turso.mdx @@ -1,7 +1,7 @@ --- title: 'Turso' metaTitle: 'Turso (Early Access)' -description: 'Guide to Turso' +metaDescription: 'Guide to Turso' tocDepth: 3 --- diff --git a/content/200-orm/050-overview/500-databases/index.mdx b/content/200-orm/050-overview/500-databases/index.mdx index 4e03e292b6..b6f32c43e5 100644 --- a/content/200-orm/050-overview/500-databases/index.mdx +++ b/content/200-orm/050-overview/500-databases/index.mdx @@ -1,7 +1,7 @@ --- title: 'Databases' metaTitle: 'Databases' -description: 'Databases' +metaDescription: 'Databases' hide_table_of_contents: true --- diff --git a/content/200-orm/050-overview/index.mdx b/content/200-orm/050-overview/index.mdx index cc7d3e3e13..a2b97e062b 100644 --- a/content/200-orm/050-overview/index.mdx +++ b/content/200-orm/050-overview/index.mdx @@ -1,7 +1,7 @@ --- title: 'Overview' metaTitle: 'Overview' -description: 'Overview' +metaDescription: 'Overview' staticLink: true hide_table_of_contents: true --- diff --git a/content/200-orm/100-prisma-schema/10-overview/02-data-sources.mdx b/content/200-orm/100-prisma-schema/10-overview/02-data-sources.mdx index 9ee5b2ae53..fc97d81577 100644 --- a/content/200-orm/100-prisma-schema/10-overview/02-data-sources.mdx +++ b/content/200-orm/100-prisma-schema/10-overview/02-data-sources.mdx @@ -1,7 +1,7 @@ --- title: 'Data sources' metaTitle: 'Data sources (Reference)' -description: 'Data sources enable Prisma to connect to your database. This page explains how to configure data sources in your Prisma schema.' +metaDescription: 'Data sources enable Prisma to connect to your database. This page explains how to configure data sources in your Prisma schema.' --- diff --git a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx index 5092d34288..c0cfe67a50 100644 --- a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx +++ b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx @@ -1,7 +1,7 @@ --- title: 'Generators' metaTitle: 'Generators (Reference)' -description: 'Generators in your Prisma schema specify what assets are generated when the `prisma generate` command is invoked. This page explains how to configure generators.' +metaDescription: 'Generators in your Prisma schema specify what assets are generated when the `prisma generate` command is invoked. This page explains how to configure generators.' --- diff --git a/content/200-orm/100-prisma-schema/10-overview/index.mdx b/content/200-orm/100-prisma-schema/10-overview/index.mdx index 498796d2d3..d58d768f03 100644 --- a/content/200-orm/100-prisma-schema/10-overview/index.mdx +++ b/content/200-orm/100-prisma-schema/10-overview/index.mdx @@ -1,7 +1,7 @@ --- title: 'Overview' metaTitle: 'Prisma Schema Overview' -description: 'The Prisma schema is the main configuration file when using Prisma. It is typically called schema.prisma and contains your database connection and data model.' +metaDescription: 'The Prisma schema is the main configuration file when using Prisma. It is typically called schema.prisma and contains your database connection and data model.' --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/10-models.mdx b/content/200-orm/100-prisma-schema/20-data-model/10-models.mdx index b18032efc1..85280bbd6e 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/10-models.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/10-models.mdx @@ -1,7 +1,7 @@ --- title: 'Models' metaTitle: 'Models' -description: 'Learn about the concepts for building your data model with Prisma: Models, scalar types, enums, attributes, functions, IDs, default values and more.' +metaDescription: 'Learn about the concepts for building your data model with Prisma: Models, scalar types, enums, attributes, functions, IDs, default values and more.' tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/100-one-to-one-relations.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/100-one-to-one-relations.mdx index f373d77592..5356e09793 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/100-one-to-one-relations.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/100-one-to-one-relations.mdx @@ -1,6 +1,6 @@ --- title: One-to-one relations -description: How to define and work with one-to-one relations in Prisma. +metaDescription: How to define and work with one-to-one relations in Prisma. tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/200-one-to-many-relations.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/200-one-to-many-relations.mdx index 993496467c..c91be1b02c 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/200-one-to-many-relations.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/200-one-to-many-relations.mdx @@ -1,6 +1,6 @@ --- title: One-to-many relations -description: How to define and work with one-to-many relations in Prisma. +metaDescription: How to define and work with one-to-many relations in Prisma. tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/300-many-to-many-relations.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/300-many-to-many-relations.mdx index 4fffa4c22d..b522c14c52 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/300-many-to-many-relations.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/300-many-to-many-relations.mdx @@ -1,6 +1,6 @@ --- title: Many-to-many relations -description: How to define and work with many-to-many relations in Prisma. +metaDescription: How to define and work with many-to-many relations in Prisma. tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/400-self-relations.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/400-self-relations.mdx index adf4c121ea..885b6c9f04 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/400-self-relations.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/400-self-relations.mdx @@ -1,6 +1,6 @@ --- title: Self-relations -description: How to define and work with self-relations in Prisma. +metaDescription: How to define and work with self-relations in Prisma. --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/100-special-rules-for-referential-actions.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/100-special-rules-for-referential-actions.mdx index 00d117e539..5a90ac3256 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/100-special-rules-for-referential-actions.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/100-special-rules-for-referential-actions.mdx @@ -1,7 +1,7 @@ --- title: 'Special rules for referential actions in SQL Server and MongoDB' metaTitle: 'Special rules for referential actions in SQL Server and MongoDB' -description: 'Circular references or multiple cascade paths can cause validation errors on Microsoft SQL Server and MongoDB. Since the database does not handle these situations out of the box, learn how to solve this problem.' +metaDescription: 'Circular references or multiple cascade paths can cause validation errors on Microsoft SQL Server and MongoDB. Since the database does not handle these situations out of the box, learn how to solve this problem.' tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx index efed21d192..1d272e6cf0 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx @@ -1,7 +1,7 @@ --- title: 'Referential actions' metaTitle: 'Referential actions' -description: 'Referential actions let you define the update and delete behavior of related models on the database level' +metaDescription: 'Referential actions let you define the update and delete behavior of related models on the database level' tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx index 410e3d051d..258415a18a 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx @@ -1,7 +1,7 @@ --- title: 'Relation mode' metaTitle: 'Manage relations between records with relation modes in Prisma' -description: 'Manage relations between records with relation modes in Prisma' +metaDescription: 'Manage relations between records with relation modes in Prisma' tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/500-troubleshooting-relations.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/500-troubleshooting-relations.mdx index 3cd92a414e..9056c9dbc6 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/500-troubleshooting-relations.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/500-troubleshooting-relations.mdx @@ -1,6 +1,6 @@ --- title: Troubleshooting relations -description: Common problems and solutions when defining relations in the Prisma schema. +metaDescriptions: Common problems and solutions when defining relations in the Prisma schema. --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx b/content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx index f9cf66d9b3..04cced3d1e 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx @@ -1,7 +1,7 @@ --- title: 'Relations' metaTitle: 'Relations (Reference)' -description: 'A relation is a connection between two models in the Prisma schema. This page explains how you can define one-to-one, one-to-many and many-to-many relations in Prisma.' +metaDescription: 'A relation is a connection between two models in the Prisma schema. This page explains how you can define one-to-one, one-to-many and many-to-many relations in Prisma.' tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx b/content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx index 7f5f814f1d..f3ab7843e9 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx @@ -1,6 +1,6 @@ --- title: 'Indexes' -description: 'How to configure index functionality and add full text indexes' +metaDescription: 'How to configure index functionality and add full text indexes' hidePage: false tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/40-views.mdx b/content/200-orm/100-prisma-schema/20-data-model/40-views.mdx index 3c892dabe6..1085c2be4a 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/40-views.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/40-views.mdx @@ -1,7 +1,7 @@ --- title: 'Views' metaTitle: 'How to include views in your Prisma schema' -description: 'How to include views in your Prisma schema' +metaDescription: 'How to include views in your Prisma schema' hidePage: false sidebar_class_name: preview-badge tocDepth: 3 diff --git a/content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx b/content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx index bd85a62c3c..ae59e24c0f 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx @@ -1,7 +1,7 @@ --- title: 'Database mapping' metaTitle: 'Database mapping' -description: '' +metaDescription: '' tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/60-multi-schema.mdx b/content/200-orm/100-prisma-schema/20-data-model/60-multi-schema.mdx index 6b8743c824..2561116c77 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/60-multi-schema.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/60-multi-schema.mdx @@ -1,7 +1,7 @@ --- title: How to use Prisma ORM with multiple database schemas metaTitle: How to use Prisma ORM with multiple database schemas -description: How to use Prisma ORM with multiple database schemas +metaDescription: How to use Prisma ORM with multiple database schemas tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/70-unsupported-database-features.mdx b/content/200-orm/100-prisma-schema/20-data-model/70-unsupported-database-features.mdx index 4cf64cc887..7fe3b50b5c 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/70-unsupported-database-features.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/70-unsupported-database-features.mdx @@ -1,6 +1,6 @@ --- title: 'Unsupported database features' -description: How to support database features that do not have an equivalent syntax in Prisma Schema Language. +metaDescription: How to support database features that do not have an equivalent syntax in Prisma Schema Language. tocDepth: 2 toc_max_heading_level: 2 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/80-table-inheritance.mdx b/content/200-orm/100-prisma-schema/20-data-model/80-table-inheritance.mdx index f2d6038ce5..b561ec7e76 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/80-table-inheritance.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/80-table-inheritance.mdx @@ -1,7 +1,7 @@ --- title: Table inheritance metaTitle: Table inheritance -description: Learn about the use cases and patterns for table inheritance in Prisma ORM that enable usage of union types or polymorphic structures in your application. +metaDescription: Learn about the use cases and patterns for table inheritance in Prisma ORM that enable usage of union types or polymorphic structures in your application. tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/20-data-model/index.mdx b/content/200-orm/100-prisma-schema/20-data-model/index.mdx index 029e2de86d..17af0181a7 100644 --- a/content/200-orm/100-prisma-schema/20-data-model/index.mdx +++ b/content/200-orm/100-prisma-schema/20-data-model/index.mdx @@ -1,7 +1,7 @@ --- title: 'Data model' metaTitle: 'Data model' -description: 'Learn everything you need about the Prisma schema data model.' +metaDescription: 'Learn everything you need about the Prisma schema data model.' hide_table_of_contents: true --- diff --git a/content/200-orm/100-prisma-schema/50-introspection.mdx b/content/200-orm/100-prisma-schema/50-introspection.mdx index b5d55f4692..f382a8814a 100644 --- a/content/200-orm/100-prisma-schema/50-introspection.mdx +++ b/content/200-orm/100-prisma-schema/50-introspection.mdx @@ -1,7 +1,7 @@ --- title: 'Introspection' metaTitle: 'What is introspection? (Reference)' -description: 'Learn how you can introspect your database to generate a data model into your Prisma schema.' +metaDescription: 'Learn how you can introspect your database to generate a data model into your Prisma schema.' --- diff --git a/content/200-orm/100-prisma-schema/80-postgresql-extensions.mdx b/content/200-orm/100-prisma-schema/80-postgresql-extensions.mdx index 1319f35344..d2e9e9985e 100644 --- a/content/200-orm/100-prisma-schema/80-postgresql-extensions.mdx +++ b/content/200-orm/100-prisma-schema/80-postgresql-extensions.mdx @@ -1,7 +1,7 @@ --- title: 'PostgreSQL extensions' metaTitle: 'How to represent PostgreSQL extensions in your Prisma schema' -description: 'How to represent PostgreSQL extensions in your Prisma scheme, introspect extensions in your database, and apply changes to extensions with Prisma Migrate' +metaDescription: 'How to represent PostgreSQL extensions in your Prisma scheme, introspect extensions in your database, and apply changes to extensions with Prisma Migrate' sidebar_class_name: preview-badge tocDepth: 3 --- diff --git a/content/200-orm/100-prisma-schema/index.mdx b/content/200-orm/100-prisma-schema/index.mdx index 48497915df..045a1f3687 100644 --- a/content/200-orm/100-prisma-schema/index.mdx +++ b/content/200-orm/100-prisma-schema/index.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma schema' metaTitle: 'Prisma schema' -description: 'Learn everything you need to know about the Prisma schema.' +metaDescription: 'Learn everything you need to know about the Prisma schema.' staticLink: true hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/005-introduction.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/005-introduction.mdx index e1aadd4edf..a8122541ce 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/005-introduction.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/005-introduction.mdx @@ -1,7 +1,7 @@ --- title: 'Introduction' metaTitle: 'Introduction to Prisma Client' -description: 'Learn how to set up Prisma Client.' +metaDescription: 'Learn how to set up Prisma Client.' --- import { diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/010-generating-prisma-client.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/010-generating-prisma-client.mdx index f0466ac4ba..e8eba9580b 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/010-generating-prisma-client.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/010-generating-prisma-client.mdx @@ -1,7 +1,7 @@ --- title: 'Generating Prisma Client' metaTitle: 'Generating Prisma Client' -description: 'This page explains how to generate Prisma Client. It also provides additional context on the generated client, typical workflows and Node.js configuration.' +metaDescription: 'This page explains how to generate Prisma Client. It also provides additional context on the generated client, typical workflows and Node.js configuration.' --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/015-instantiate-prisma-client.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/015-instantiate-prisma-client.mdx index 8bff1b5853..8f574dc2dd 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/015-instantiate-prisma-client.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/015-instantiate-prisma-client.mdx @@ -1,7 +1,7 @@ --- title: 'Instantiating Prisma Client' metaTitle: 'Instantiating Prisma Client' -description: 'How to create and use an instance of PrismaClient in your app.' +metaDescription: 'How to create and use an instance of PrismaClient in your app.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/100-connection-management.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/100-connection-management.mdx index 9c2ced198e..023aba982d 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/100-connection-management.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/100-connection-management.mdx @@ -1,7 +1,7 @@ --- title: 'Connection management' metaTitle: 'Connection management' -description: 'This page explains how database connections are handled with Prisma Client and how to manually connect and disconnect your database.' +metaDescription: 'This page explains how database connections are handled with Prisma Client and how to manually connect and disconnect your database.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx index 3c2ce41ed9..b9550e61e4 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx @@ -1,6 +1,6 @@ --- title: Connection pool -description: Prisma ORM's query engine creates a connection pool to store and manage database connections. +metaDescription: Prisma ORM's query engine creates a connection pool to store and manage database connections. tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx index 01df2a5152..6300e35327 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx @@ -1,7 +1,7 @@ --- title: Database connections metaTitle: Database connections -description: 'Databases connections' +metaDescription: 'Databases connections' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/100-custom-model-and-field-names.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/100-custom-model-and-field-names.mdx index 7a58e8b5f0..7ad2b0ef43 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/100-custom-model-and-field-names.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/100-custom-model-and-field-names.mdx @@ -1,7 +1,7 @@ --- title: 'Custom model and field names' metaTitle: 'Custom model and field names' -description: 'Learn how you can decouple the naming of Prisma models from database tables to improve the ergonomics of the generated Prisma Client API.' +metaDescription: 'Learn how you can decouple the naming of Prisma models from database tables to improve the ergonomics of the generated Prisma Client API.' --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/150-error-formatting.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/150-error-formatting.mdx index bf3c1a8ff2..c880444b25 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/150-error-formatting.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/150-error-formatting.mdx @@ -1,7 +1,7 @@ --- title: 'Configuring error formatting' metaTitle: 'Configuring error formatting (Concepts)' -description: 'This page explains how to configure the formatting of errors when using Prisma Client.' +metaDescription: 'This page explains how to configure the formatting of errors when using Prisma Client.' --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx index 04f56b946b..e9dc28d626 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx @@ -1,7 +1,7 @@ --- title: 'Read replicas' metaTitle: 'Read replicas' -description: 'Learn how to set up and use read replicas with Prisma Client' +metaDescription: 'Learn how to set up and use read replicas with Prisma Client' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/220-database-polyfills.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/220-database-polyfills.mdx index bfaacab01a..56e53b6e50 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/220-database-polyfills.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/220-database-polyfills.mdx @@ -1,7 +1,7 @@ --- title: 'Database polyfills' metaTitle: 'Database polyfills (Concepts)' -description: 'Prisma Client provides features that are not achievable with relational databases. These features are referred to as "polyfills" and explained on this page.' +metaDescription: 'Prisma Client provides features that are not achievable with relational databases. These features are referred to as "polyfills" and explained on this page.' hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/000-setup-and-configuration/index.mdx b/content/200-orm/200-prisma-client/000-setup-and-configuration/index.mdx index 206fa6709e..527d95a3ce 100644 --- a/content/200-orm/200-prisma-client/000-setup-and-configuration/index.mdx +++ b/content/200-orm/200-prisma-client/000-setup-and-configuration/index.mdx @@ -1,7 +1,7 @@ --- title: 'Setup & configuration' metaTitle: 'Setup & configuration' -description: 'This section explains how to generate, configure, and instantiate Prisma Client, as well as when and how to manage database connections.' +metaDescription: 'This section explains how to generate, configure, and instantiate Prisma Client, as well as when and how to manage database connections.' hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/100-queries/030-crud.mdx b/content/200-orm/200-prisma-client/100-queries/030-crud.mdx index e8f8d041bb..7d7eb134e1 100644 --- a/content/200-orm/200-prisma-client/100-queries/030-crud.mdx +++ b/content/200-orm/200-prisma-client/100-queries/030-crud.mdx @@ -1,7 +1,7 @@ --- title: 'CRUD' metaTitle: 'CRUD (Reference)' -description: 'How to perform CRUD with Prisma Client.' +metaDescription: 'How to perform CRUD with Prisma Client.' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/100-queries/035-select-fields.mdx b/content/200-orm/200-prisma-client/100-queries/035-select-fields.mdx index d51ad1eb92..dfbaf54e98 100644 --- a/content/200-orm/200-prisma-client/100-queries/035-select-fields.mdx +++ b/content/200-orm/200-prisma-client/100-queries/035-select-fields.mdx @@ -1,7 +1,7 @@ --- title: 'Select fields' metaTitle: 'Select fields (Concepts)' -description: 'This page explains how to select only a subset of a model''s fields and/or include relations ("eager loading") in a Prisma Client query.' +metaDescription: 'This page explains how to select only a subset of a model''s fields and/or include relations ("eager loading") in a Prisma Client query.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/100-queries/037-relation-queries.mdx b/content/200-orm/200-prisma-client/100-queries/037-relation-queries.mdx index 765945bd85..a106c40572 100644 --- a/content/200-orm/200-prisma-client/100-queries/037-relation-queries.mdx +++ b/content/200-orm/200-prisma-client/100-queries/037-relation-queries.mdx @@ -1,7 +1,7 @@ --- title: 'Relation queries' metaTitle: 'Relation queries (Concepts)' -description: 'Prisma Client provides convenient queries for working with relations, such as a fluent API, nested writes (transactions), nested reads and relation filters.' +metaDescription: 'Prisma Client provides convenient queries for working with relations, such as a fluent API, nested writes (transactions), nested reads and relation filters.' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx b/content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx index 8de188306e..111eaf1704 100644 --- a/content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx +++ b/content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx @@ -1,7 +1,7 @@ --- title: 'Filtering and Sorting' metaTitle: 'Filtering and Sorting (Concepts)' -description: 'Use Prisma Client API to filter records by any combination of fields or related record fields, and/or sort query results.' +metaDescription: 'Use Prisma Client API to filter records by any combination of fields or related record fields, and/or sort query results.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/100-queries/055-pagination.mdx b/content/200-orm/200-prisma-client/100-queries/055-pagination.mdx index e0218acf65..d18460b664 100644 --- a/content/200-orm/200-prisma-client/100-queries/055-pagination.mdx +++ b/content/200-orm/200-prisma-client/100-queries/055-pagination.mdx @@ -1,7 +1,7 @@ --- title: 'Pagination' metaTitle: 'Pagination (Reference)' -description: 'Prisma Client supports both offset pagination and cursor-based pagination. Learn more about the pros and cons of different pagination approaches and how to implement them.' +metaDescription: 'Prisma Client supports both offset pagination and cursor-based pagination. Learn more about the pros and cons of different pagination approaches and how to implement them.' --- diff --git a/content/200-orm/200-prisma-client/100-queries/056-aggregation-grouping-summarizing.mdx b/content/200-orm/200-prisma-client/100-queries/056-aggregation-grouping-summarizing.mdx index 6c6f1444bf..e0301a4d19 100644 --- a/content/200-orm/200-prisma-client/100-queries/056-aggregation-grouping-summarizing.mdx +++ b/content/200-orm/200-prisma-client/100-queries/056-aggregation-grouping-summarizing.mdx @@ -1,7 +1,7 @@ --- title: 'Aggregation, grouping, and summarizing' metaTitle: 'Aggregation, grouping, and summarizing (Concepts)' -description: 'Use Prisma Client to aggregate, group by, count, and select distinct.' +metaDescription: 'Use Prisma Client to aggregate, group by, count, and select distinct.' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx b/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx index a060242c6f..803fdcce31 100644 --- a/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx +++ b/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx @@ -1,7 +1,7 @@ --- title: 'Transactions and batch queries' metaTitle: 'Transactions and batch queries (Reference)' -description: 'This page explains the transactions API of Prisma Client.' +metaDescription: 'This page explains the transactions API of Prisma Client.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/100-queries/060-full-text-search.mdx b/content/200-orm/200-prisma-client/100-queries/060-full-text-search.mdx index 107eed0535..c7933c5678 100644 --- a/content/200-orm/200-prisma-client/100-queries/060-full-text-search.mdx +++ b/content/200-orm/200-prisma-client/100-queries/060-full-text-search.mdx @@ -1,7 +1,7 @@ --- title: 'Full-text search' metaTitle: 'Full-text search (Preview)' -description: 'This page explains how to search for text within a field.' +metaDescription: 'This page explains how to search for text within a field.' sidebar_class_name: preview-badge --- diff --git a/content/200-orm/200-prisma-client/100-queries/061-custom-validation.mdx b/content/200-orm/200-prisma-client/100-queries/061-custom-validation.mdx index 92278ebf00..ecc05879aa 100644 --- a/content/200-orm/200-prisma-client/100-queries/061-custom-validation.mdx +++ b/content/200-orm/200-prisma-client/100-queries/061-custom-validation.mdx @@ -1,7 +1,7 @@ --- title: 'Custom validation' metaTitle: 'Custom validation' -description: 'This page explains how to add custom validation to Prisma Client' +metaDescription: 'This page explains how to add custom validation to Prisma Client' --- diff --git a/content/200-orm/200-prisma-client/100-queries/062-computed-fields.mdx b/content/200-orm/200-prisma-client/100-queries/062-computed-fields.mdx index cc35e1add3..0864f59f4b 100644 --- a/content/200-orm/200-prisma-client/100-queries/062-computed-fields.mdx +++ b/content/200-orm/200-prisma-client/100-queries/062-computed-fields.mdx @@ -1,7 +1,7 @@ --- title: 'Computed fields' metaTitle: 'Computed fields' -description: 'This page explains how to add computed fields to Prisma Client' +metaDescription: 'This page explains how to add computed fields to Prisma Client' --- diff --git a/content/200-orm/200-prisma-client/100-queries/063-excluding-fields.mdx b/content/200-orm/200-prisma-client/100-queries/063-excluding-fields.mdx index 71b1065b87..c3762162b1 100644 --- a/content/200-orm/200-prisma-client/100-queries/063-excluding-fields.mdx +++ b/content/200-orm/200-prisma-client/100-queries/063-excluding-fields.mdx @@ -1,7 +1,7 @@ --- title: 'Excluding fields' metaTitle: 'Excluding fields' -description: 'This page explains how to exclude sensitive fields from Prisma Client' +metaDescription: 'This page explains how to exclude sensitive fields from Prisma Client' --- diff --git a/content/200-orm/200-prisma-client/100-queries/064-custom-models.mdx b/content/200-orm/200-prisma-client/100-queries/064-custom-models.mdx index fd50f9e439..6c087cee96 100644 --- a/content/200-orm/200-prisma-client/100-queries/064-custom-models.mdx +++ b/content/200-orm/200-prisma-client/100-queries/064-custom-models.mdx @@ -1,7 +1,7 @@ --- title: 'Custom models' metaTitle: 'Custom models' -description: 'This page explains how to wrap Prisma Client in custom models' +metaDescription: 'This page explains how to wrap Prisma Client in custom models' --- diff --git a/content/200-orm/200-prisma-client/100-queries/070-case-sensitivity.mdx b/content/200-orm/200-prisma-client/100-queries/070-case-sensitivity.mdx index dd24cf7576..ab10cb2033 100644 --- a/content/200-orm/200-prisma-client/100-queries/070-case-sensitivity.mdx +++ b/content/200-orm/200-prisma-client/100-queries/070-case-sensitivity.mdx @@ -1,7 +1,7 @@ --- title: 'Case sensitivity' metaTitle: 'Case sensitivity (Reference)' -description: 'How Prisma Client handles case sensitivity when filtering and sorting.' +metaDescription: 'How Prisma Client handles case sensitivity when filtering and sorting.' preview: false --- diff --git a/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/050-raw-queries.mdx b/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/050-raw-queries.mdx index 1435cf5313..953e907d41 100644 --- a/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/050-raw-queries.mdx +++ b/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/050-raw-queries.mdx @@ -1,7 +1,7 @@ --- title: 'Raw queries' metaTitle: 'Raw queries' -description: 'Learn how you can send raw SQL and MongoDB queries to your database using the raw() methods from the Prisma Client API.' +metaDescription: 'Learn how you can send raw SQL and MongoDB queries to your database using the raw() methods from the Prisma Client API.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/100-custom-and-type-safe-queries.mdx b/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/100-custom-and-type-safe-queries.mdx index c915939611..8391ab5205 100644 --- a/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/100-custom-and-type-safe-queries.mdx +++ b/content/200-orm/200-prisma-client/100-queries/090-raw-database-access/100-custom-and-type-safe-queries.mdx @@ -1,7 +1,7 @@ --- title: 'Custom & type-safe queries' metaTitle: 'Custom & type-safe queries' -description: 'Learn how to use SafeQL and Prisma Client extensions to work around features not natively supported by Prisma, such as PostGIS.' +metaDescription: 'Learn how to use SafeQL and Prisma Client extensions to work around features not natively supported by Prisma, such as PostGIS.' --- ## Overview diff --git a/content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx b/content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx index 1b0ed7f1ce..490daec084 100644 --- a/content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx +++ b/content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx @@ -1,7 +1,7 @@ --- title: 'Query optimization' metaTitle: 'Query optimization' -description: 'How Prisma optimizes queries under the hood' +metaDescription: 'How Prisma optimizes queries under the hood' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/100-queries/index.mdx b/content/200-orm/200-prisma-client/100-queries/index.mdx index 036c98478a..befc525670 100644 --- a/content/200-orm/200-prisma-client/100-queries/index.mdx +++ b/content/200-orm/200-prisma-client/100-queries/index.mdx @@ -1,7 +1,7 @@ --- title: 'Queries' metaTitle: 'Prisma Client Queries' -description: 'Learn about the database queries you can send with Prisma Client.' +metaDescription: 'Learn about the database queries you can send with Prisma Client.' hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/200-special-fields-and-types/057-composite-types.mdx b/content/200-orm/200-prisma-client/200-special-fields-and-types/057-composite-types.mdx index 93a81a2d9e..e437221854 100644 --- a/content/200-orm/200-prisma-client/200-special-fields-and-types/057-composite-types.mdx +++ b/content/200-orm/200-prisma-client/200-special-fields-and-types/057-composite-types.mdx @@ -1,7 +1,7 @@ --- title: 'Composite types' metaTitle: 'Composite types' -description: 'Composite types' +metaDescription: 'Composite types' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx b/content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx index dce8637a33..d87015ec2b 100644 --- a/content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx +++ b/content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx @@ -1,7 +1,7 @@ --- title: 'Null and undefined' metaTitle: 'Null and undefined (Reference)' -description: 'How Prisma Client handles null and undefined, including a GraphQL use case.' +metaDescription: 'How Prisma Client handles null and undefined, including a GraphQL use case.' preview: false --- diff --git a/content/200-orm/200-prisma-client/200-special-fields-and-types/100-working-with-json-fields.mdx b/content/200-orm/200-prisma-client/200-special-fields-and-types/100-working-with-json-fields.mdx index 36cc3b1235..322f128e82 100644 --- a/content/200-orm/200-prisma-client/200-special-fields-and-types/100-working-with-json-fields.mdx +++ b/content/200-orm/200-prisma-client/200-special-fields-and-types/100-working-with-json-fields.mdx @@ -1,7 +1,7 @@ --- title: 'Working with Json fields' metaTitle: 'Working with Json fields (Concepts)' -description: 'How to read, write, and filter by Json fields.' +metaDescription: 'How to read, write, and filter by Json fields.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/200-special-fields-and-types/200-working-with-scalar-lists-arrays.mdx b/content/200-orm/200-prisma-client/200-special-fields-and-types/200-working-with-scalar-lists-arrays.mdx index 4b469fbd55..ba3ede9550 100644 --- a/content/200-orm/200-prisma-client/200-special-fields-and-types/200-working-with-scalar-lists-arrays.mdx +++ b/content/200-orm/200-prisma-client/200-special-fields-and-types/200-working-with-scalar-lists-arrays.mdx @@ -1,7 +1,7 @@ --- title: 'Working with scalar lists' metaTitle: 'Working with scalar lists/arrays (Concepts)' -description: 'How to read, write, and filter by scalar lists / arrays.' +metaDescription: 'How to read, write, and filter by scalar lists / arrays.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/200-special-fields-and-types/300-working-with-composite-ids-and-constraints.mdx b/content/200-orm/200-prisma-client/200-special-fields-and-types/300-working-with-composite-ids-and-constraints.mdx index bf1735f6d9..f5fd11161f 100644 --- a/content/200-orm/200-prisma-client/200-special-fields-and-types/300-working-with-composite-ids-and-constraints.mdx +++ b/content/200-orm/200-prisma-client/200-special-fields-and-types/300-working-with-composite-ids-and-constraints.mdx @@ -1,7 +1,7 @@ --- title: 'Working with compound IDs and unique constraints' metaTitle: 'Working with compound IDs and unique constraints (Concepts)' -description: 'How to read, write, and filter by compound IDs and unique constraints.' +metaDescription: 'How to read, write, and filter by compound IDs and unique constraints.' tocDepth: 2 --- diff --git a/content/200-orm/200-prisma-client/200-special-fields-and-types/index.mdx b/content/200-orm/200-prisma-client/200-special-fields-and-types/index.mdx index ca0fd540a1..dfcf3c9cbe 100644 --- a/content/200-orm/200-prisma-client/200-special-fields-and-types/index.mdx +++ b/content/200-orm/200-prisma-client/200-special-fields-and-types/index.mdx @@ -1,7 +1,7 @@ --- title: 'Fields & types' metaTitle: 'Fields & types' -description: 'Learn how to use about special fields and types with Prisma Client.' +metaDescription: 'Learn how to use about special fields and types with Prisma Client.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/100-model.mdx b/content/200-orm/200-prisma-client/300-client-extensions/100-model.mdx index 98e9b3bb65..795c5cb4d9 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/100-model.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/100-model.mdx @@ -1,7 +1,7 @@ --- title: '`model`: Add custom methods to your models' metaTitle: 'Prisma Client extensions: model component' -description: 'Extend the functionality of Prisma Client, model component' +metaDescription: 'Extend the functionality of Prisma Client, model component' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/110-client.mdx b/content/200-orm/200-prisma-client/300-client-extensions/110-client.mdx index f456a7f8c8..4cc9a0ac74 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/110-client.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/110-client.mdx @@ -1,7 +1,7 @@ --- title: '`client`: Add methods to Prisma Client' metaTitle: 'Prisma Client extensions: client component' -description: 'Extend the functionality of Prisma Client, client component' +metaDescription: 'Extend the functionality of Prisma Client, client component' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/120-query.mdx b/content/200-orm/200-prisma-client/300-client-extensions/120-query.mdx index e21ed29e79..193fe8a9b2 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/120-query.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/120-query.mdx @@ -1,7 +1,7 @@ --- title: '`query`: Create custom Prisma Client queries' metaTitle: 'Prisma Client extensions: query component' -description: 'Extend the functionality of Prisma Client, query component' +metaDescription: 'Extend the functionality of Prisma Client, query component' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx b/content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx index 773e67c480..a40e7e5014 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx @@ -1,7 +1,7 @@ --- title: '`result`: Add custom fields and methods to query results' metaTitle: 'Prisma Client extensions: result component' -description: 'Extend the functionality of Prisma Client, result component' +metaDescription: 'Extend the functionality of Prisma Client, result component' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/140-shared-extensions.mdx b/content/200-orm/200-prisma-client/300-client-extensions/140-shared-extensions.mdx index b6baa5bcdf..312e8cbd63 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/140-shared-extensions.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/140-shared-extensions.mdx @@ -1,7 +1,7 @@ --- title: 'Shared Prisma Client extensions' metaTitle: 'Shared Prisma Client extensions' -description: 'Share extensions or import shared extensions into your Prisma project' +metaDescription: 'Share extensions or import shared extensions into your Prisma project' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/150-type-utilities.mdx b/content/200-orm/200-prisma-client/300-client-extensions/150-type-utilities.mdx index 70a0059fc6..dbc0c53cef 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/150-type-utilities.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/150-type-utilities.mdx @@ -1,7 +1,7 @@ --- title: 'Type utilities' metaTitle: 'Prisma Client Extensions: Type utilities' -description: 'Advanced type safety: improve type safety in your custom model methods' +metaDescription: 'Advanced type safety: improve type safety in your custom model methods' --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx b/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx index d8be1bcf60..7c722db3e1 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx @@ -1,7 +1,7 @@ --- title: 'Shared packages & examples' metaTitle: 'Prisma Client extensions | Shared packages & examples' -description: 'Explore the Prisma Client extensions that have been built by Prisma and its community' +metaDescription: 'Explore the Prisma Client extensions that have been built by Prisma and its community' --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/100-soft-delete-middleware.mdx b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/100-soft-delete-middleware.mdx index 0fe6486c98..907be44003 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/100-soft-delete-middleware.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/100-soft-delete-middleware.mdx @@ -1,7 +1,7 @@ --- title: 'Middleware sample: soft delete' metaTitle: 'Middleware sample: soft delete (Reference)' -description: 'How to use middleware to intercept deletes and set a field value instead of deleting the record.' +metaDescription: 'How to use middleware to intercept deletes and set a field value instead of deleting the record.' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/200-logging-middleware.mdx b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/200-logging-middleware.mdx index 7f1f689b15..b13eda09f9 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/200-logging-middleware.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/200-logging-middleware.mdx @@ -1,7 +1,7 @@ --- title: 'Middleware sample: logging' metaTitle: 'Middleware sample: logging (Reference)' -description: 'How to use middleware to log the time taken to perform any query.' +metaDescription: 'How to use middleware to log the time taken to perform any query.' --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/300-session-data-middleware.mdx b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/300-session-data-middleware.mdx index 37be0dab46..6893713396 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/300-session-data-middleware.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/300-session-data-middleware.mdx @@ -1,7 +1,7 @@ --- title: 'Middleware sample: session data' metaTitle: 'Middleware sample: session data (Reference)' -description: 'How to use middleware to set the value taken from session state.' +metaDescription: 'How to use middleware to set the value taken from session state.' hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/index.mdx b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/index.mdx index 0fe438c1b4..35fd2675e1 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/index.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/500-middleware/index.mdx @@ -1,7 +1,7 @@ --- title: 'Middleware' metaTitle: 'Middleware (Reference)' -description: 'Prisma Client middleware allows you to perform actions before or after any query on any model with the prisma.$use method.' +metaDescription: 'Prisma Client middleware allows you to perform actions before or after any query on any model with the prisma.$use method.' --- diff --git a/content/200-orm/200-prisma-client/300-client-extensions/index.mdx b/content/200-orm/200-prisma-client/300-client-extensions/index.mdx index 4143231b4c..25f9112d35 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/index.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/index.mdx @@ -1,7 +1,7 @@ --- title: 'Extensions' metaTitle: 'Prisma Client extensions' -description: 'Extend the functionality of Prisma Client' +metaDescription: 'Extend the functionality of Prisma Client' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/200-prisma-client/400-type-safety/050-prisma-validator.mdx b/content/200-orm/200-prisma-client/400-type-safety/050-prisma-validator.mdx index 93c6376aec..47afa0a179 100644 --- a/content/200-orm/200-prisma-client/400-type-safety/050-prisma-validator.mdx +++ b/content/200-orm/200-prisma-client/400-type-safety/050-prisma-validator.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma validator' metaTitle: 'Prisma validator' -description: 'The Prisma validator is a utility function that takes a generated type and returns a type-safe object which adheres to the generated types model fields.' +metaDescription: 'The Prisma validator is a utility function that takes a generated type and returns a type-safe object which adheres to the generated types model fields.' --- diff --git a/content/200-orm/200-prisma-client/400-type-safety/100-operating-against-partial-structures-of-model-types.mdx b/content/200-orm/200-prisma-client/400-type-safety/100-operating-against-partial-structures-of-model-types.mdx index cdb032f03c..76880508b7 100644 --- a/content/200-orm/200-prisma-client/400-type-safety/100-operating-against-partial-structures-of-model-types.mdx +++ b/content/200-orm/200-prisma-client/400-type-safety/100-operating-against-partial-structures-of-model-types.mdx @@ -1,7 +1,7 @@ --- title: 'Operating against partial structures of your model types' metaTitle: 'Operating against partial structures of your model types' -description: 'This page documents various scenarios for using the generated types from the Prisma namespace' +metaDescription: 'This page documents various scenarios for using the generated types from the Prisma namespace' --- diff --git a/content/200-orm/200-prisma-client/400-type-safety/830-prisma-type-system.mdx b/content/200-orm/200-prisma-client/400-type-safety/830-prisma-type-system.mdx index 6246503121..17a6241106 100644 --- a/content/200-orm/200-prisma-client/400-type-safety/830-prisma-type-system.mdx +++ b/content/200-orm/200-prisma-client/400-type-safety/830-prisma-type-system.mdx @@ -1,6 +1,6 @@ --- title: How to use Prisma ORM's type system -description: How to use Prisma ORM's type system +metaDescription: How to use Prisma ORM's type system tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/400-type-safety/index.mdx b/content/200-orm/200-prisma-client/400-type-safety/index.mdx index 48fd135bf3..dc313c7ddb 100644 --- a/content/200-orm/200-prisma-client/400-type-safety/index.mdx +++ b/content/200-orm/200-prisma-client/400-type-safety/index.mdx @@ -1,7 +1,7 @@ --- title: 'Type safety' metaTitle: 'Type safety' -description: 'Prisma Client provides full type safety for queries, even for partial queries or included relations. This page explains how to leverage the generated types and utilities.' +metaDescription: 'Prisma Client provides full type safety for queries, even for partial queries or included relations. This page explains how to leverage the generated types and utilities.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/450-testing/100-unit-testing.mdx b/content/200-orm/200-prisma-client/450-testing/100-unit-testing.mdx index d565e3eb53..931d78b14c 100644 --- a/content/200-orm/200-prisma-client/450-testing/100-unit-testing.mdx +++ b/content/200-orm/200-prisma-client/450-testing/100-unit-testing.mdx @@ -1,7 +1,7 @@ --- title: 'Unit testing' metaTitle: 'Unit testing with Prisma ORM' -description: 'Learn how to setup and run unit tests with Prisma Client' +metaDescription: 'Learn how to setup and run unit tests with Prisma Client' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/450-testing/150-integration-testing.mdx b/content/200-orm/200-prisma-client/450-testing/150-integration-testing.mdx index 06031816bf..378c74b849 100644 --- a/content/200-orm/200-prisma-client/450-testing/150-integration-testing.mdx +++ b/content/200-orm/200-prisma-client/450-testing/150-integration-testing.mdx @@ -1,7 +1,7 @@ --- title: 'Integration testing' metaTitle: 'Integration testing with Prisma' -description: 'Learn how to setup and run integration tests with Prisma and Docker' +metaDescription: 'Learn how to setup and run integration tests with Prisma and Docker' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/001-deploy-prisma.mdx b/content/200-orm/200-prisma-client/500-deployment/001-deploy-prisma.mdx index 9a0bbbb039..abb76a5663 100644 --- a/content/200-orm/200-prisma-client/500-deployment/001-deploy-prisma.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/001-deploy-prisma.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy Prisma ORM' metaTitle: 'Deploying Prisma ORM-based projects' -description: 'Learn more about the different deployment paradigms for Node.js applications and how they affect deploying an application using Prisma Client.' +metaDescription: 'Learn more about the different deployment paradigms for Node.js applications and how they affect deploying an application using Prisma Client.' tocDepth: 2 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx b/content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx index 9fd3cb95b5..eceb1cf94a 100644 --- a/content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to Heroku' metaTitle: 'Deploy a Prisma app to Heroku' -description: 'Learn how to deploy a Node.js server that uses Prisma ORM to Heroku.' +metaDescription: 'Learn how to deploy a Node.js server that uses Prisma ORM to Heroku.' --- diff --git a/content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx b/content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx index c787cef06e..8a9153f6a6 100644 --- a/content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to Koyeb' metaTitle: 'Deploy a Prisma ORM app to Koyeb' -description: 'Learn how to deploy a Node.js server that uses Prisma ORM to Koyeb Serverless Platform.' +metaDescription: 'Learn how to deploy a Node.js server that uses Prisma ORM to Koyeb Serverless Platform.' --- diff --git a/content/200-orm/200-prisma-client/500-deployment/101-traditional/index.mdx b/content/200-orm/200-prisma-client/500-deployment/101-traditional/index.mdx index add242f2a7..b0b4a564ae 100644 --- a/content/200-orm/200-prisma-client/500-deployment/101-traditional/index.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/101-traditional/index.mdx @@ -1,7 +1,7 @@ --- title: 'Traditional servers' metaTitle: 'Deploy Prisma ORM apps to traditional (PaaS) servers' -description: 'Learn how to deploy your Prisma-backed apps to PaaS providers like Heroku, Koyeb, or AWS EC2' +metaDescription: 'Learn how to deploy your Prisma-backed apps to PaaS providers like Heroku, Koyeb, or AWS EC2' tocDepth: 2 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/201-serverless/150-deploy-to-azure-functions.mdx b/content/200-orm/200-prisma-client/500-deployment/201-serverless/150-deploy-to-azure-functions.mdx index 6ff7e7ded7..7fdf97a318 100644 --- a/content/200-orm/200-prisma-client/500-deployment/201-serverless/150-deploy-to-azure-functions.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/201-serverless/150-deploy-to-azure-functions.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to Azure Functions' metaTitle: 'How to deploy an app using Prisma ORM to Azure Functions' -description: 'Learn how to deploy a Prisma Client based REST API to Azure Functions and connect to an Azure SQL database' +metaDescription: 'Learn how to deploy a Prisma Client based REST API to Azure Functions and connect to an Azure SQL database' --- diff --git a/content/200-orm/200-prisma-client/500-deployment/201-serverless/300-deploy-to-vercel.mdx b/content/200-orm/200-prisma-client/500-deployment/201-serverless/300-deploy-to-vercel.mdx index 0b55c7ae55..fcca0879d4 100644 --- a/content/200-orm/200-prisma-client/500-deployment/201-serverless/300-deploy-to-vercel.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/201-serverless/300-deploy-to-vercel.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to Vercel' metaTitle: 'Deploy to Vercel' -description: 'Learn how to deploy a Next.js application based on Prisma Client to Vercel.' +metaDescription: 'Learn how to deploy a Next.js application based on Prisma Client to Vercel.' --- diff --git a/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx b/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx index 6db3797c92..62155b57e0 100644 --- a/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to AWS Lambda' metaTitle: 'Deploy your application using Prisma ORM to AWS Lambda' -description: 'Learn how to deploy your Prisma ORM-backed applications to AWS Lambda with AWS SAM, Serverless Framework, or SST' +metaDescription: 'Learn how to deploy your Prisma ORM-backed applications to AWS Lambda with AWS SAM, Serverless Framework, or SST' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/201-serverless/500-deploy-to-netlify.mdx b/content/200-orm/200-prisma-client/500-deployment/201-serverless/500-deploy-to-netlify.mdx index 6f3be4b678..34aec3b7f5 100644 --- a/content/200-orm/200-prisma-client/500-deployment/201-serverless/500-deploy-to-netlify.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/201-serverless/500-deploy-to-netlify.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to Netlify' metaTitle: 'Deploy to Netlify' -description: 'Learn how to deploy Node.js and TypeScript applications that are using Prisma Client to Netlify.' +metaDescription: 'Learn how to deploy Node.js and TypeScript applications that are using Prisma Client to Netlify.' --- diff --git a/content/200-orm/200-prisma-client/500-deployment/201-serverless/index.mdx b/content/200-orm/200-prisma-client/500-deployment/201-serverless/index.mdx index b555f67f59..4593419b25 100644 --- a/content/200-orm/200-prisma-client/500-deployment/201-serverless/index.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/201-serverless/index.mdx @@ -1,7 +1,7 @@ --- title: 'Serverless functions' metaTitle: 'Deploy Prisma ORM apps to serverless function (FaaS) providers' -description: 'Learn how to deploy your Prisma ORM-backed apps to FaaS providers like AWS Lambda, Netlify, or Vercel Serverless Functions' +metaDescription: 'Learn how to deploy your Prisma ORM-backed apps to FaaS providers like AWS Lambda, Netlify, or Vercel Serverless Functions' tocDepth: 2 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/301-edge/550-deploy-to-deno-deploy.mdx b/content/200-orm/200-prisma-client/500-deployment/301-edge/550-deploy-to-deno-deploy.mdx index a699428607..c44eced826 100644 --- a/content/200-orm/200-prisma-client/500-deployment/301-edge/550-deploy-to-deno-deploy.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/301-edge/550-deploy-to-deno-deploy.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to Deno Deploy' metaTitle: 'Deploy to Deno Deploy' -description: 'Learn how to deploy a TypeScript application to Deno Deploy.' +metaDescription: 'Learn how to deploy a TypeScript application to Deno Deploy.' --- diff --git a/content/200-orm/200-prisma-client/500-deployment/301-edge/index.mdx b/content/200-orm/200-prisma-client/500-deployment/301-edge/index.mdx index 7b177b68a5..cb46530bec 100644 --- a/content/200-orm/200-prisma-client/500-deployment/301-edge/index.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/301-edge/index.mdx @@ -1,7 +1,7 @@ --- title: 'Edge functions' metaTitle: 'Deploy Prisma ORM apps to edge function (distributed FaaS) providers' -description: 'Learn how to deploy your Prisma ORM-backed apps to edge functions like Cloudflare Workers or Vercel Edge Functions' +metaDescription: 'Learn how to deploy your Prisma ORM-backed apps to edge functions like Cloudflare Workers or Vercel Edge Functions' tocDepth: 2 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/400-module-bundlers.mdx b/content/200-orm/200-prisma-client/500-deployment/400-module-bundlers.mdx index 40d725e42d..509843fd10 100644 --- a/content/200-orm/200-prisma-client/500-deployment/400-module-bundlers.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/400-module-bundlers.mdx @@ -1,7 +1,7 @@ --- title: 'Module bundlers' metaTitle: 'Module bundlers (Reference)' -description: 'This page gives an overview of the most important things to be aware of when using a module bundler to bundle an application that uses Prisma Client.' +metaDescription: 'This page gives an overview of the most important things to be aware of when using a module bundler to bundle an application that uses Prisma Client.' --- ## Overview diff --git a/content/200-orm/200-prisma-client/500-deployment/600-deploy-migrations-from-a-local-environment.mdx b/content/200-orm/200-prisma-client/500-deployment/600-deploy-migrations-from-a-local-environment.mdx index c04a0a25f1..4ee4dddc38 100644 --- a/content/200-orm/200-prisma-client/500-deployment/600-deploy-migrations-from-a-local-environment.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/600-deploy-migrations-from-a-local-environment.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy migrations from a local environment' metaTitle: 'Deploy migrations from a local environment' -description: 'Learn how to deploy Node.js and TypeScript applications that are using Prisma Client locally.' +metaDescription: 'Learn how to deploy Node.js and TypeScript applications that are using Prisma Client locally.' tocDepth: 3 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/650-caveats-when-deploying-to-aws-platforms.mdx b/content/200-orm/200-prisma-client/500-deployment/650-caveats-when-deploying-to-aws-platforms.mdx index 0aaa82e8e4..e7d4128a58 100644 --- a/content/200-orm/200-prisma-client/500-deployment/650-caveats-when-deploying-to-aws-platforms.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/650-caveats-when-deploying-to-aws-platforms.mdx @@ -1,7 +1,7 @@ --- title: 'Caveats when deploying to AWS platforms' metaTitle: 'Caveats when deploying to AWS platforms' -description: 'Known caveats when deploying to an AWS platform' +metaDescription: 'Known caveats when deploying to an AWS platform' toc_max_heading_level: 2 --- diff --git a/content/200-orm/200-prisma-client/500-deployment/700-deploy-to-a-different-os.mdx b/content/200-orm/200-prisma-client/500-deployment/700-deploy-to-a-different-os.mdx index a561e851f8..ca536d4fe3 100644 --- a/content/200-orm/200-prisma-client/500-deployment/700-deploy-to-a-different-os.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/700-deploy-to-a-different-os.mdx @@ -1,7 +1,7 @@ --- title: 'Deploy to a different OS' metaTitle: 'Deploy to a different OS' -description: 'Learn how to deploy Node.js and TypeScript applications that are using Prisma Client to a different operating system.' +metaDescription: 'Learn how to deploy Node.js and TypeScript applications that are using Prisma Client to a different operating system.' hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/500-deployment/index.mdx b/content/200-orm/200-prisma-client/500-deployment/index.mdx index 9c07d42cc7..77ef685553 100644 --- a/content/200-orm/200-prisma-client/500-deployment/index.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/index.mdx @@ -1,7 +1,7 @@ --- title: 'Deployment' metaTitle: 'Deploy a Node.js application with Prisma' -description: 'How to deploy a Node.js application that uses Prisma Client and TypeScript to various cloud platforms.' +metaDescription: 'How to deploy a Node.js application that uses Prisma Client and TypeScript to various cloud platforms.' hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/600-observability-and-logging/130-logging.mdx b/content/200-orm/200-prisma-client/600-observability-and-logging/130-logging.mdx index f133fb3b45..a1476a32e8 100644 --- a/content/200-orm/200-prisma-client/600-observability-and-logging/130-logging.mdx +++ b/content/200-orm/200-prisma-client/600-observability-and-logging/130-logging.mdx @@ -1,7 +1,7 @@ --- title: 'Logging' metaTitle: 'Logging' -description: 'Learn how to configure Prisma Client to log the raw SQL queries it sends to the database and other information.' +metaDescription: 'Learn how to configure Prisma Client to log the raw SQL queries it sends to the database and other information.' --- diff --git a/content/200-orm/200-prisma-client/600-observability-and-logging/240-metrics.mdx b/content/200-orm/200-prisma-client/600-observability-and-logging/240-metrics.mdx index d02abfdc91..0eaf212468 100644 --- a/content/200-orm/200-prisma-client/600-observability-and-logging/240-metrics.mdx +++ b/content/200-orm/200-prisma-client/600-observability-and-logging/240-metrics.mdx @@ -1,7 +1,7 @@ --- title: 'Metrics' metaTitle: 'Metrics (Preview)' -description: 'Diagnose application performance with insights into Prisma Client database activity.' +metaDescription: 'Diagnose application performance with insights into Prisma Client database activity.' sidebar_class_name: preview-badge tocDepth: 4 toc_max_heading_level: 4 diff --git a/content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx b/content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx index bdb7ce38dd..18c0f33d5e 100644 --- a/content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx +++ b/content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx @@ -1,7 +1,7 @@ --- title: 'OpenTelemetry tracing' metaTitle: 'OpenTelemetry tracing (Preview)' -description: 'Diagnose application performance with detailed traces of each query.' +metaDescription: 'Diagnose application performance with detailed traces of each query.' sidebar_class_name: preview-badge tocDepth: 4 toc_max_heading_level: 4 diff --git a/content/200-orm/200-prisma-client/600-observability-and-logging/index.mdx b/content/200-orm/200-prisma-client/600-observability-and-logging/index.mdx index cf4662d280..3d15cb4253 100644 --- a/content/200-orm/200-prisma-client/600-observability-and-logging/index.mdx +++ b/content/200-orm/200-prisma-client/600-observability-and-logging/index.mdx @@ -1,7 +1,7 @@ --- title: 'Observability & logging' metaTitle: 'Observability & logging' -description: 'Observability & logging' +metaDescription: 'Observability & logging' tocDepth: 3 hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/140-debugging.mdx b/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/140-debugging.mdx index 1b0416b323..e92f8c1241 100644 --- a/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/140-debugging.mdx +++ b/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/140-debugging.mdx @@ -1,7 +1,7 @@ --- title: 'Debugging' metaTitle: 'Debugging (Reference)' -description: 'This page explains how to enable debugging output for Prisma Client by setting the `DEBUG` environment variable.' +metaDescription: 'This page explains how to enable debugging output for Prisma Client by setting the `DEBUG` environment variable.' --- diff --git a/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/230-handling-exceptions-and-errors.mdx b/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/230-handling-exceptions-and-errors.mdx index 840c4b870f..4800baa83f 100644 --- a/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/230-handling-exceptions-and-errors.mdx +++ b/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/230-handling-exceptions-and-errors.mdx @@ -1,7 +1,7 @@ --- title: 'Handling exceptions and errors' metaTitle: 'Handling exceptions and errors (Reference)' -description: 'This page covers how to handle exceptions and errors' +metaDescription: 'This page covers how to handle exceptions and errors' hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/index.mdx b/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/index.mdx index 09248d4f33..4fec5a3c4e 100644 --- a/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/index.mdx +++ b/content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/index.mdx @@ -1,7 +1,7 @@ --- title: 'Debugging & troubleshooting' metaTitle: 'Debugging & troubleshooting' -description: 'Debugging & troubleshooting' +metaDescription: 'Debugging & troubleshooting' tocDepth: 3 hide_table_of_contents: true --- diff --git a/content/200-orm/200-prisma-client/index.mdx b/content/200-orm/200-prisma-client/index.mdx index a3b95da774..483d5526a8 100644 --- a/content/200-orm/200-prisma-client/index.mdx +++ b/content/200-orm/200-prisma-client/index.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma Client' metaTitle: 'Prisma Client' -description: 'Prisma Client is an auto-generated, type-safe query builder generated based on the models and attributes of your Prisma schema.' +metaDescription: 'Prisma Client is an auto-generated, type-safe query builder generated based on the models and attributes of your Prisma schema.' staticLink: true hide_table_of_contents: true --- diff --git a/content/200-orm/300-prisma-migrate/050-getting-started.mdx b/content/200-orm/300-prisma-migrate/050-getting-started.mdx index 4f38807d07..5ef8a0aef2 100644 --- a/content/200-orm/300-prisma-migrate/050-getting-started.mdx +++ b/content/200-orm/300-prisma-migrate/050-getting-started.mdx @@ -1,7 +1,7 @@ --- title: 'Getting started' metaTitle: 'Getting started' -description: 'Getting started' +metaDescription: 'Getting started' tocDepth: 3 --- diff --git a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/005-overview.mdx b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/005-overview.mdx index 92724b3e94..d1700bdf79 100644 --- a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/005-overview.mdx +++ b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/005-overview.mdx @@ -1,7 +1,7 @@ --- title: 'Overview' metaTitle: 'Prisma Migrate Overview' -description: 'Learn everything you need to know about Prisma Migrate.' +metaDescription: 'Learn everything you need to know about Prisma Migrate.' hide_table_of_contents: true --- diff --git a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/010-mental-model.mdx b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/010-mental-model.mdx index 6b4a2c8355..11144c5c6c 100644 --- a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/010-mental-model.mdx +++ b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/010-mental-model.mdx @@ -1,7 +1,7 @@ --- title: 'Mental model' metaTitle: 'A mental model for Prisma Migrate' -description: 'A mental model guide for working with Prisma Migrate in your project' +metaDescription: 'A mental model guide for working with Prisma Migrate in your project' tocDepth: 4 toc_max_heading_level: 4 --- diff --git a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/070-migration-histories.mdx b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/070-migration-histories.mdx index 3e9b5f6903..3a5f210960 100644 --- a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/070-migration-histories.mdx +++ b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/070-migration-histories.mdx @@ -1,7 +1,7 @@ --- title: 'About migration histories' metaTitle: 'About migration histories' -description: 'About migration histories' +metaDescription: 'About migration histories' tocDepth: 3 --- diff --git a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/200-shadow-database.mdx b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/200-shadow-database.mdx index b32afcc4e5..6a12099d20 100644 --- a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/200-shadow-database.mdx +++ b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/200-shadow-database.mdx @@ -1,7 +1,7 @@ --- title: 'About the shadow database' metaTitle: 'About the shadow database' -description: 'About the shadow database' +metaDescription: 'About the shadow database' --- diff --git a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/300-limitations-and-known-issues.mdx b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/300-limitations-and-known-issues.mdx index 52bb4dadb3..49be07a481 100644 --- a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/300-limitations-and-known-issues.mdx +++ b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/300-limitations-and-known-issues.mdx @@ -1,7 +1,7 @@ --- title: Limitations and known issues metaTitle: Limitations and known issues -description: Limitations and known issues +metaDescriptions: Limitations and known issues --- diff --git a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx index 81fccb9830..f7a36a1786 100644 --- a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx +++ b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx @@ -1,7 +1,7 @@ --- title: 'Legacy Prisma Migrate' metaTitle: 'Legacy Prisma Migrate (Reference)' -description: 'Legacy Prisma Migrate is a declarative data modeling and schema migration tool that is available via the Prisma CLI.' +metaDescription: 'Legacy Prisma Migrate is a declarative data modeling and schema migration tool that is available via the Prisma CLI.' tocDepth: 3 unlisted: true --- diff --git a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/index.mdx b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/index.mdx index bcf261a791..58b7338e5f 100644 --- a/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/index.mdx +++ b/content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/index.mdx @@ -1,7 +1,7 @@ --- title: 'Understanding Prisma Migrate' metaTitle: 'Understanding Prisma Migrate' -description: 'Learn about the mental model and basic building blocks of Prisma Migrate.' +metaDescription: 'Learn about the mental model and basic building blocks of Prisma Migrate.' hide_table_of_contents: true --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx b/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx index 9c5d7da129..682d5b1edd 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx @@ -1,7 +1,7 @@ --- title: Seeding metaTitle: Seeding -description: Learn how to seed your database using Prisma ORM's integrated seeding functionality and Prisma Client +metaDescription: Learn how to seed your database using Prisma ORM's integrated seeding functionality and Prisma Client tocDepth: 3 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/100-team-development.mdx b/content/200-orm/300-prisma-migrate/300-workflows/100-team-development.mdx index 5c37e001dd..12cbaef527 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/100-team-development.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/100-team-development.mdx @@ -1,7 +1,7 @@ --- title: Team development metaTitle: Team development -description: How to use Prisma Migrate when collaborating on a project as a team. +metaDescription: How to use Prisma Migrate when collaborating on a project as a team. toc_max_heading_level: 2 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/110-native-database-types.mdx b/content/200-orm/300-prisma-migrate/300-workflows/110-native-database-types.mdx index 558bc397d1..ce8b2ebec8 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/110-native-database-types.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/110-native-database-types.mdx @@ -1,7 +1,7 @@ --- title: Native database types metaTitle: Native database types -description: Native database types +metaDescription: Native database types toc_max_heading_level: 2 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/120-native-database-functions.mdx b/content/200-orm/300-prisma-migrate/300-workflows/120-native-database-functions.mdx index 6d635272b0..52bd3faf85 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/120-native-database-functions.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/120-native-database-functions.mdx @@ -1,7 +1,7 @@ --- title: Native database functions metaTitle: Native database functions -description: How to enable PostgreSQL native database functions for projects that use Prisma Migrate. +metaDescription: How to enable PostgreSQL native database functions for projects that use Prisma Migrate. --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/20-prototyping-your-schema.mdx b/content/200-orm/300-prisma-migrate/300-workflows/20-prototyping-your-schema.mdx index 08c825de1f..7d01979c79 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/20-prototyping-your-schema.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/20-prototyping-your-schema.mdx @@ -1,7 +1,7 @@ --- title: 'Prototyping your schema' metaTitle: 'Prototyping your schema' -description: 'Prototyping your schema' +metaDescription: 'Prototyping your schema' codeStyle: false --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/200-troubleshooting.mdx b/content/200-orm/300-prisma-migrate/300-workflows/200-troubleshooting.mdx index 20d7d35ea3..01d04f10c9 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/200-troubleshooting.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/200-troubleshooting.mdx @@ -1,7 +1,7 @@ --- title: Troubleshooting metaTitle: Troubleshooting -description: Troubleshooting issues with Prisma Migrate in a development environment. +metaDescription: Troubleshooting issues with Prisma Migrate in a development environment. --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/30-baselining.mdx b/content/200-orm/300-prisma-migrate/300-workflows/30-baselining.mdx index eeee379ef9..b8c668a31d 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/30-baselining.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/30-baselining.mdx @@ -1,6 +1,6 @@ --- title: Baselining a database -description: How to initialize a migration history for an existing database that contains important data. +metaDescription: How to initialize a migration history for an existing database that contains important data. --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/40-customizing-migrations.mdx b/content/200-orm/300-prisma-migrate/300-workflows/40-customizing-migrations.mdx index 8916f1939e..1b612ebc5a 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/40-customizing-migrations.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/40-customizing-migrations.mdx @@ -1,7 +1,7 @@ --- title: Customizing migrations metaTitle: Customizing migrations -description: How to edit a migration file before applying it to avoid data loss in production. +metaDescription: How to edit a migration file before applying it to avoid data loss in production. tocDepth: 3 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/45-data-migration.mdx b/content/200-orm/300-prisma-migrate/300-workflows/45-data-migration.mdx index 6bffd4d9c8..5c2fda3a5b 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/45-data-migration.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/45-data-migration.mdx @@ -1,6 +1,6 @@ --- title: Data migrations -description: How to migrate data using Prisma ORM with the expand and contract pattern. +metaDescription: How to migrate data using Prisma ORM with the expand and contract pattern. tocDepth: 3 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/50-squashing-migrations.mdx b/content/200-orm/300-prisma-migrate/300-workflows/50-squashing-migrations.mdx index ffe9809e98..8faac3bf46 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/50-squashing-migrations.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/50-squashing-migrations.mdx @@ -1,7 +1,7 @@ --- title: Squashing migrations metaTitle: Squashing migrations -description: How to squash multiple migration files into a single migration +metaDescription: How to squash multiple migration files into a single migration toc_max_heading_level: 2 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/60-generating-down-migrations.mdx b/content/200-orm/300-prisma-migrate/300-workflows/60-generating-down-migrations.mdx index c75a4507a3..48484dd1a8 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/60-generating-down-migrations.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/60-generating-down-migrations.mdx @@ -1,7 +1,7 @@ --- title: Generating down migrations metaTitle: Generating down migrations -description: How to generate down migrations +metaDescription: How to generate down migrations tocDepth: 3 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/80-unsupported-database-features.mdx b/content/200-orm/300-prisma-migrate/300-workflows/80-unsupported-database-features.mdx index 4abcb9a847..d9876d6239 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/80-unsupported-database-features.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/80-unsupported-database-features.mdx @@ -1,7 +1,7 @@ --- title: Unsupported database features metaTitle: Unsupported database features -description: How to include unsupported database features for projects that use Prisma Migrate. +metaDescription: How to include unsupported database features for projects that use Prisma Migrate. --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/90-development-and-production.mdx b/content/200-orm/300-prisma-migrate/300-workflows/90-development-and-production.mdx index b50d413af7..5cc62ff938 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/90-development-and-production.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/90-development-and-production.mdx @@ -1,7 +1,7 @@ --- title: 'Development and production' metaTitle: 'Development and production' -description: 'Development and production' +metaDescription: 'Development and production' tocDepth: 3 --- diff --git a/content/200-orm/300-prisma-migrate/300-workflows/index.mdx b/content/200-orm/300-prisma-migrate/300-workflows/index.mdx index a9a6e4cc75..c55eee676c 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/index.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/index.mdx @@ -1,7 +1,7 @@ --- title: 'Workflows' metaTitle: 'Workflows' -description: 'Learn about important Prisma Migrate workflows, like seeding, prototyping, baselining, & more.' +metaDescription: 'Learn about important Prisma Migrate workflows, like seeding, prototyping, baselining, & more.' hide_table_of_contents: true --- diff --git a/content/200-orm/300-prisma-migrate/index.mdx b/content/200-orm/300-prisma-migrate/index.mdx index da9b451785..9d1718fbbd 100644 --- a/content/200-orm/300-prisma-migrate/index.mdx +++ b/content/200-orm/300-prisma-migrate/index.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma Migrate' metaTitle: 'Prisma Migrate | Database, Schema, SQL Migration Tool' -description: 'Prisma Migrate is a database migration tool available via the Prisma CLI that integrates with Prisma schema for data modeling.' +metaDescription: 'Prisma Migrate is a database migration tool available via the Prisma CLI that integrates with Prisma schema for data modeling.' staticLink: true hide_table_of_contents: true --- diff --git a/content/200-orm/400-tools/05-prisma-cli.mdx b/content/200-orm/400-tools/05-prisma-cli.mdx index 31a499d848..e9841d5027 100644 --- a/content/200-orm/400-tools/05-prisma-cli.mdx +++ b/content/200-orm/400-tools/05-prisma-cli.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma CLI' metaTitle: 'Prisma CLI' -description: 'The Prisma command line interface (CLI) is the primary way to interact with your Prisma project from the command line.' +metaDescription: 'The Prisma command line interface (CLI) is the primary way to interact with your Prisma project from the command line.' toc: true toc_max_heading_level: 2 --- diff --git a/content/200-orm/400-tools/06-prisma-studio.mdx b/content/200-orm/400-tools/06-prisma-studio.mdx index 32fa773e3b..28cf96eac8 100644 --- a/content/200-orm/400-tools/06-prisma-studio.mdx +++ b/content/200-orm/400-tools/06-prisma-studio.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma Studio' metaTitle: 'Prisma Studio' -description: 'Prisma Studio is a visual database editor.' +metaDescription: 'Prisma Studio is a visual database editor.' toc_max_heading_level: 2 --- diff --git a/content/200-orm/400-tools/index.mdx b/content/200-orm/400-tools/index.mdx index 1f58213d72..9e0fad0e7b 100644 --- a/content/200-orm/400-tools/index.mdx +++ b/content/200-orm/400-tools/index.mdx @@ -1,7 +1,7 @@ --- title: 'Tools' metaTitle: 'Tools' -description: 'Learn about important Prisma tools.' +metaDescription: 'Learn about important Prisma tools.' staticLink: true hide_table_of_contents: true --- diff --git a/content/200-orm/500-reference/350-database-features.mdx b/content/200-orm/500-reference/350-database-features.mdx index b617da886b..8ca4514a45 100644 --- a/content/200-orm/500-reference/350-database-features.mdx +++ b/content/200-orm/500-reference/350-database-features.mdx @@ -1,7 +1,7 @@ --- title: 'Database features matrix' metaTitle: 'Database features matrix' -description: 'Learn which database features are supported in Prisma ORM and how they map to the different Prisma ORM tools.' +metaDescription: 'Learn which database features are supported in Prisma ORM and how they map to the different Prisma ORM tools.' wide: true tocDepth: 3 --- diff --git a/content/200-orm/500-reference/375-supported-databases.mdx b/content/200-orm/500-reference/375-supported-databases.mdx index aec52fa2bc..dc4ba476c9 100644 --- a/content/200-orm/500-reference/375-supported-databases.mdx +++ b/content/200-orm/500-reference/375-supported-databases.mdx @@ -1,7 +1,7 @@ --- title: 'Supported databases' metaTitle: 'Databases supported by Prisma ORM' -description: 'This page lists all the databases and their versions that are supported by Prisma ORM.' +metaDescription: 'This page lists all the databases and their versions that are supported by Prisma ORM.' --- diff --git a/content/200-orm/500-reference/380-connection-urls.mdx b/content/200-orm/500-reference/380-connection-urls.mdx index 9a88293162..ebb7287c3d 100644 --- a/content/200-orm/500-reference/380-connection-urls.mdx +++ b/content/200-orm/500-reference/380-connection-urls.mdx @@ -1,7 +1,7 @@ --- title: 'Connection URLs' metaTitle: 'Connection URLs (Reference)' -description: 'Learn about the format and syntax Prisma ORM uses for defining database connection URLs for PostgreSQL, MySQL and SQLite.' +metaDescription: 'Learn about the format and syntax Prisma ORM uses for defining database connection URLs for PostgreSQL, MySQL and SQLite.' tocDepth: 3 --- diff --git a/content/200-orm/500-reference/400-system-requirements.mdx b/content/200-orm/500-reference/400-system-requirements.mdx index c8dbb09516..4abf09ce14 100644 --- a/content/200-orm/500-reference/400-system-requirements.mdx +++ b/content/200-orm/500-reference/400-system-requirements.mdx @@ -1,7 +1,7 @@ --- title: 'System requirements' metaTitle: 'System requirements (Reference)' -description: 'System requirements for running Prisma ORM' +metaDescription: 'System requirements for running Prisma ORM' tocDepth: 3 --- diff --git a/content/200-orm/500-reference/500-preview-features/050-client-preview-features.mdx b/content/200-orm/500-reference/500-preview-features/050-client-preview-features.mdx index 4ba80b6205..56e36beb10 100644 --- a/content/200-orm/500-reference/500-preview-features/050-client-preview-features.mdx +++ b/content/200-orm/500-reference/500-preview-features/050-client-preview-features.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma Client & Prisma schema' metaTitle: 'Prisma Client & Prisma schema' -description: 'Prisma Client and Prisma schema features that are currently in Preview.' +metaDescription: 'Prisma Client and Prisma schema features that are currently in Preview.' --- diff --git a/content/200-orm/500-reference/500-preview-features/080-cli-preview-features.mdx b/content/200-orm/500-reference/500-preview-features/080-cli-preview-features.mdx index ca87fd6677..bbd3d3fe95 100644 --- a/content/200-orm/500-reference/500-preview-features/080-cli-preview-features.mdx +++ b/content/200-orm/500-reference/500-preview-features/080-cli-preview-features.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma CLI' metaTitle: 'Prisma CLI' -description: Prisma CLI features that are currently in Preview. +metaDescription: Prisma CLI features that are currently in Preview. tocDepth: 3 --- diff --git a/content/200-orm/500-reference/500-preview-features/index.mdx b/content/200-orm/500-reference/500-preview-features/index.mdx index 4a9b23354c..105849eb7e 100644 --- a/content/200-orm/500-reference/500-preview-features/index.mdx +++ b/content/200-orm/500-reference/500-preview-features/index.mdx @@ -1,7 +1,7 @@ --- title: 'Preview features' metaTitle: 'Preview features (Reference)' -description: 'Previews are typically available behind a feature flag or require some form of opt-in.' +metaDescription: 'Previews are typically available behind a feature flag or require some form of opt-in.' hide_table_of_contents: true hiddenPage: false --- diff --git a/content/200-orm/500-reference/index.mdx b/content/200-orm/500-reference/index.mdx index 4efe4fc1a5..614cab3217 100644 --- a/content/200-orm/500-reference/index.mdx +++ b/content/200-orm/500-reference/index.mdx @@ -1,7 +1,7 @@ --- title: 'Reference' metaTitle: 'Reference' -description: 'Reference for Prisma Client API, Prisma CLI, errors & more.' +metaDescription: 'Reference for Prisma Client API, Prisma CLI, errors & more.' staticLink: true hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/100-under-the-hood/100-engines.mdx b/content/200-orm/800-more/100-under-the-hood/100-engines.mdx index 18c744316f..ce4d5be496 100644 --- a/content/200-orm/800-more/100-under-the-hood/100-engines.mdx +++ b/content/200-orm/800-more/100-under-the-hood/100-engines.mdx @@ -1,7 +1,7 @@ --- title: 'Engines' metaTitle: 'Engines' -description: "Prisma's query engine manages the communication with the database when using Prisma Client. Learn how it works on this page." +metaDescription: "Prisma's query engine manages the communication with the database when using Prisma Client. Learn how it works on this page." --- diff --git a/content/200-orm/800-more/100-under-the-hood/index.mdx b/content/200-orm/800-more/100-under-the-hood/index.mdx index 891e5adcda..af51f9c7e9 100644 --- a/content/200-orm/800-more/100-under-the-hood/index.mdx +++ b/content/200-orm/800-more/100-under-the-hood/index.mdx @@ -1,7 +1,7 @@ --- title: 'Under the hood' metaTitle: 'Under the hood' -description: 'Learn about Prisma ORM internals and how it works "under the hood". Prisma ORM tools are based on an engine-layer which manages the communication with the database.' +metaDescription: 'Learn about Prisma ORM internals and how it works "under the hood". Prisma ORM tools are based on an engine-layer which manages the communication with the database.' hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/001-rejectonnotfound-changes.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/001-rejectonnotfound-changes.mdx index 354865d063..b7acc332e9 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/001-rejectonnotfound-changes.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/001-rejectonnotfound-changes.mdx @@ -1,7 +1,7 @@ --- title: 'rejectOnNotFound changes' metaTitle: 'How to handle removal of rejectOnNotFound in Prisma ORM 5' -description: 'Sub-guide explaining how to update your code due to the removal of rejectOnNotFound in Prisma ORM 5' +metaDescription: 'Sub-guide explaining how to update your code due to the removal of rejectOnNotFound in Prisma ORM 5' tocDepth: 2 toc: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/101-jsonprotocol-changes.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/101-jsonprotocol-changes.mdx index 1a43abd564..a2d6ca728e 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/101-jsonprotocol-changes.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/101-jsonprotocol-changes.mdx @@ -1,7 +1,7 @@ --- title: 'jsonProtocol changes' metaTitle: 'Upgrade to jsonProtocol in Prisma ORM 5' -description: 'Changes that need to be made to your app in Prisma ORM 5 due to the jsonProtocol' +metaDescription: 'Changes that need to be made to your app in Prisma ORM 5 due to the jsonProtocol' tocDepth: 2 toc: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/index.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/index.mdx index 4a46562636..3ecbc72dec 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/index.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/index.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrade to Prisma ORM 5' metaTitle: 'Upgrade to Prisma ORM 5' -description: 'Guides on how to upgrade to Prisma ORM 5' +metaDescription: 'Guides on how to upgrade to Prisma ORM 5' tocDepth: 3 toc: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/700-upgrading-to-prisma-4.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/700-upgrading-to-prisma-4.mdx index 12fc31baaf..50bc18d483 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/700-upgrading-to-prisma-4.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/700-upgrading-to-prisma-4.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrade to Prisma ORM 4' metaTitle: 'Upgrade to Prisma ORM 4' -description: 'Guides on how to upgrade to Prisma ORM 4' +metaDescription: 'Guides on how to upgrade to Prisma ORM 4' tocDepth: 3 toc: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/100-named-constraints.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/100-named-constraints.mdx index 425ec2affb..393d65ffb4 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/100-named-constraints.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/100-named-constraints.mdx @@ -1,7 +1,7 @@ --- title: 'Named constraints upgrade path' metaTitle: 'Named constraints upgrade path' -description: 'Guides on how to upgrade depending on your workflow using Prisma Introspect or Prisma Migrate' +metaDescription: 'Guides on how to upgrade depending on your workflow using Prisma Introspect or Prisma Migrate' tocDepth: 3 toc: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/150-referential-actions.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/150-referential-actions.mdx index 8141850a3e..57db73f8cf 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/150-referential-actions.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/150-referential-actions.mdx @@ -1,7 +1,7 @@ --- title: 'Referential actions upgrade path' metaTitle: 'Referential actions upgrade path' -description: 'Guides on how to upgrade depending on your workflow using Prisma Introspect or Prisma Migrate' +metaDescription: 'Guides on how to upgrade depending on your workflow using Prisma Introspect or Prisma Migrate' tocDepth: 4 toc_max_heading_level: 4 toc: true diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/index.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/index.mdx index cb7f32b782..dc8fcae2b9 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/index.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/index.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrade to Prisma ORM 3' metaTitle: 'Upgrade to Prisma ORM 3' -description: 'Guides on how to upgrade to Prisma ORM 3' +metaDescription: 'Guides on how to upgrade to Prisma ORM 3' tocDepth: 3 toc: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/900-codemods.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/900-codemods.mdx index 3058b0d95a..df3c620c2f 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/900-codemods.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/900-codemods.mdx @@ -1,7 +1,7 @@ --- title: 'Codemods' metaTitle: 'Codemods (Guides)' -description: 'Use codemods to upgrade your codebase as Prisma ORM evolves.' +metaDescription: 'Use codemods to upgrade your codebase as Prisma ORM evolves.' --- diff --git a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx index d75e93c334..e9c621506f 100644 --- a/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrading versions' metaTitle: 'Upgrading versions (Guides)' -description: 'Upgrading your project to the latest version of Prisma ORM.' +metaDescription: 'Upgrading your project to the latest version of Prisma ORM.' --- diff --git a/content/200-orm/800-more/300-upgrade-guides/250-upgrading-to-use-preview-features.mdx b/content/200-orm/800-more/300-upgrade-guides/250-upgrading-to-use-preview-features.mdx index 3d13e30a4a..816fd2be41 100644 --- a/content/200-orm/800-more/300-upgrade-guides/250-upgrading-to-use-preview-features.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/250-upgrading-to-use-preview-features.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrading to use Preview features' metaTitle: 'Upgrading to use Preview features (Guides)' -description: 'Upgrading your project to use a Preview feature.' +metaDescription: 'Upgrading your project to use a Preview feature.' hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/01-how-to-upgrade.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/01-how-to-upgrade.mdx index 1f2fa5efb9..400fac4a4c 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/01-how-to-upgrade.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/01-how-to-upgrade.mdx @@ -1,7 +1,7 @@ --- title: 'How to upgrade' metaTitle: 'How to upgrade from Prisma 1 to Prisma ORM version 2.x and later' -description: 'Learn how to upgrade your Prisma 1 project to Prisma ORM version 2.x and later' +metaDescription: 'Learn how to upgrade your Prisma 1 project to Prisma ORM version 2.x and later' --- ## Overview diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-mysql.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-mysql.mdx index 7f4d4e3e79..3bdf50a109 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-mysql.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Schema incompatibilities' metaTitle: 'Schema Incompatibilities | MySQL' -description: 'Problems and workarounds for Prisma 1 and 2.0 schemas with MySQL' +metaDescription: 'Problems and workarounds for Prisma 1 and 2.0 schemas with MySQL' dbSwitcher: ['postgresql', 'mysql'] sidebar_class_name: hidden-sidebar pagination_next: orm/more/upgrade-guides/upgrade-from-prisma-1/upgrading-the-prisma-layer-mysql diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-postgresql.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-postgresql.mdx index a87b49f381..9bdb063d17 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-postgresql.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/02-schema-incompatibilities-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Schema incompatibilities' metaTitle: 'Schema Incompatibilities | PostgreSQL' -description: 'Problems and workarounds for Prisma 1 and 2.0 schemas with PostgreSQL' +metaDescription: 'Problems and workarounds for Prisma 1 and 2.0 schemas with PostgreSQL' dbSwitcher: ['postgresql', 'mysql'] pagination_next: orm/more/upgrade-guides/upgrade-from-prisma-1/upgrading-the-prisma-layer-postgresql --- diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-mysql.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-mysql.mdx index 6f81997fac..b9d0472a5f 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-mysql.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-mysql.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrading the Prisma ORM layer' metaTitle: 'Upgrading the Prisma ORM layer to Prisma ORM 2 | MySQL' -description: 'Learn how to upgrade the Prisma ORM layer to Prisma ORM 2 and create your Prisma schema with MySQL' +metaDescription: 'Learn how to upgrade the Prisma ORM layer to Prisma ORM 2 and create your Prisma schema with MySQL' dbSwitcher: ['postgresql', 'mysql'] sidebar_class_name: hidden-sidebar pagination_next: orm/more/upgrade-guides/upgrade-from-prisma-1/upgrading-nexus-prisma-to-nexus diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-postgresql.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-postgresql.mdx index f9fb0db0d5..b96ed9f7d8 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-postgresql.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/03-upgrading-the-prisma-layer-postgresql.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrading the Prisma ORM layer' metaTitle: 'Upgrading the Prisma ORM layer to Prisma ORM 2 | PostgreSQL' -description: 'Learn how to upgrade the Prisma ORM layer to Prisma ORM 2 and create your Prisma schema with PostgreSQL' +metaDescription: 'Learn how to upgrade the Prisma ORM layer to Prisma ORM 2 and create your Prisma schema with PostgreSQL' dbSwitcher: ['postgresql', 'mysql'] pagination_next: orm/more/upgrade-guides/upgrade-from-prisma-1/upgrading-nexus-prisma-to-nexus --- diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/04-upgrading-nexus-prisma-to-nexus.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/04-upgrading-nexus-prisma-to-nexus.mdx index 9e1c11cba4..670246349b 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/04-upgrading-nexus-prisma-to-nexus.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/04-upgrading-nexus-prisma-to-nexus.mdx @@ -1,7 +1,7 @@ --- title: 'Old to new Nexus' metaTitle: 'Upgrade Prisma 1 with nexus-prisma to @nexus/schema' -description: 'Learn how to upgrade existing Prisma 1 projects with nexus-prisma to Prisma ORM 2 and Nexus.' +metaDescription: 'Learn how to upgrade existing Prisma 1 projects with nexus-prisma to Prisma ORM 2 and Nexus.' --- ## Overview diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/05-upgrading-prisma-binding-to-nexus.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/05-upgrading-prisma-binding-to-nexus.mdx index 4eb9f55e19..c055e04e52 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/05-upgrading-prisma-binding-to-nexus.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/05-upgrading-prisma-binding-to-nexus.mdx @@ -1,7 +1,7 @@ --- title: 'prisma-binding to Nexus' metaTitle: 'Upgrading from Prisma 1 with prisma-binding to Nexus' -description: 'Learn how to upgrade existing Prisma 1 projects with prisma-binding to Prisma ORM 2.0 and Nexus.' +metaDescription: 'Learn how to upgrade existing Prisma 1 projects with prisma-binding to Prisma ORM 2.0 and Nexus.' --- ## Overview diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/06-upgrading-prisma-binding-to-sdl-first.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/06-upgrading-prisma-binding-to-sdl-first.mdx index 079a1dee8d..fcca75b411 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/06-upgrading-prisma-binding-to-sdl-first.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/06-upgrading-prisma-binding-to-sdl-first.mdx @@ -1,7 +1,7 @@ --- title: 'prisma-binding to SDL-first' metaTitle: 'Upgrading from Prisma 1 with prisma-binding to SDL-first' -description: 'Learn how to upgrade existing Prisma 1 projects with prisma-binding to Prisma ORM 2 (SDL-first).' +metaDescription: 'Learn how to upgrade existing Prisma 1 projects with prisma-binding to Prisma ORM 2 (SDL-first).' --- ## Overview diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/07-upgrading-a-rest-api.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/07-upgrading-a-rest-api.mdx index 5f1862f0d0..1e67371d47 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/07-upgrading-a-rest-api.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/07-upgrading-a-rest-api.mdx @@ -1,7 +1,7 @@ --- title: 'REST API' metaTitle: 'Upgrading a REST API from Prisma 1 to Prisma ORM 2' -description: 'Learn how to upgrade a REST API from Prisma 1 to Prisma ORM 2.' +metaDescription: 'Learn how to upgrade a REST API from Prisma 1 to Prisma ORM 2.' --- ## Overview diff --git a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/08-upgrade-from-mongodb-beta.mdx b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/08-upgrade-from-mongodb-beta.mdx index 7aa3a3bd40..e866c21727 100644 --- a/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/08-upgrade-from-mongodb-beta.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/08-upgrade-from-mongodb-beta.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrade from MongoDB Beta' metaTitle: 'Upgrade from the Prisma 1 MongoDB Beta to Prisma ORM 2 or later' -description: 'Learn how to upgrade your MongoDB application running Prisma 1 to Prisma ORM 2 or later.' +metaDescription: 'Learn how to upgrade your MongoDB application running Prisma 1 to Prisma ORM 2 or later.' --- ## Introduction diff --git a/content/200-orm/800-more/300-upgrade-guides/index.mdx b/content/200-orm/800-more/300-upgrade-guides/index.mdx index 9df7251570..cfa6046070 100644 --- a/content/200-orm/800-more/300-upgrade-guides/index.mdx +++ b/content/200-orm/800-more/300-upgrade-guides/index.mdx @@ -1,7 +1,7 @@ --- title: 'Upgrade guides' metaTitle: 'Upgrade guides' -description: 'Learn how to upgrade Prisma ORM versions.' +metaDescription: 'Learn how to upgrade Prisma ORM versions.' hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/400-comparisons/01-prisma-and-typeorm.mdx b/content/200-orm/800-more/400-comparisons/01-prisma-and-typeorm.mdx index 09a5044328..c2ecdcf6c4 100644 --- a/content/200-orm/800-more/400-comparisons/01-prisma-and-typeorm.mdx +++ b/content/200-orm/800-more/400-comparisons/01-prisma-and-typeorm.mdx @@ -1,7 +1,7 @@ --- title: 'TypeORM' metaTitle: 'Prisma ORM vs TypeORM' -description: 'Learn how Prisma compares to TypeORM.' +metaDescription: 'Learn how Prisma compares to TypeORM.' --- diff --git a/content/200-orm/800-more/400-comparisons/02-prisma-and-sequelize.mdx b/content/200-orm/800-more/400-comparisons/02-prisma-and-sequelize.mdx index 6f83216b28..02db9d5819 100644 --- a/content/200-orm/800-more/400-comparisons/02-prisma-and-sequelize.mdx +++ b/content/200-orm/800-more/400-comparisons/02-prisma-and-sequelize.mdx @@ -1,7 +1,7 @@ --- title: 'Sequelize' metaTitle: 'Prisma ORM vs Sequelize' -description: 'Learn how Prisma ORM compares to Sequelize.' +metaDescription: 'Learn how Prisma ORM compares to Sequelize.' --- diff --git a/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx b/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx index 02963258b7..3b1d86c8aa 100644 --- a/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx +++ b/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx @@ -1,7 +1,7 @@ --- title: 'Mongoose' metaTitle: 'Prisma ORM vs Mongoose' -description: 'Learn how Prisma ORM compares to Mongoose.' +metaDescription: 'Learn how Prisma ORM compares to Mongoose.' --- diff --git a/content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx b/content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx index 07797627ce..09061a67ec 100644 --- a/content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx +++ b/content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx @@ -1,7 +1,7 @@ --- title: 'Drizzle' metaTitle: 'Prisma ORM vs Drizzle' -description: 'Learn how Prisma ORM compares to Drizzle.' +metaDescription: 'Learn how Prisma ORM compares to Drizzle.' --- diff --git a/content/200-orm/800-more/400-comparisons/index.mdx b/content/200-orm/800-more/400-comparisons/index.mdx index d3d41a207e..7f31ede4da 100644 --- a/content/200-orm/800-more/400-comparisons/index.mdx +++ b/content/200-orm/800-more/400-comparisons/index.mdx @@ -1,7 +1,7 @@ --- title: 'Comparing Prisma ORM' metaTitle: 'Comparing Prisma ORM to other ORMs and ODMs.' -description: 'Learn how Prisma ORM compares to other ORMs, ODMs, and database libraries, like TypeORM, Sequelize and Mongoose.' +metaDescription: 'Learn how Prisma ORM compares to other ORMs, ODMs, and database libraries, like TypeORM, Sequelize and Mongoose.' hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/450-migrating-to-prisma/01-migrate-from-typeorm.mdx b/content/200-orm/800-more/450-migrating-to-prisma/01-migrate-from-typeorm.mdx index d857b9ef17..fd9b267c5b 100644 --- a/content/200-orm/800-more/450-migrating-to-prisma/01-migrate-from-typeorm.mdx +++ b/content/200-orm/800-more/450-migrating-to-prisma/01-migrate-from-typeorm.mdx @@ -1,7 +1,7 @@ --- title: 'Migrate from TypeORM' metaTitle: 'How to migrate from TypeORM to Prisma ORM' -description: 'Learn how to migrate from TypeORM to Prisma ORM' +metaDescription: 'Learn how to migrate from TypeORM to Prisma ORM' --- diff --git a/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx b/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx index 5c531f1b0b..5fb2d8e501 100644 --- a/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx +++ b/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx @@ -1,7 +1,7 @@ --- title: 'Migrate from Sequelize' metaTitle: 'How to migrate from Sequelize to Prisma ORM' -description: 'Learn how to migrate from Sequelize to Prisma ORM' +metaDescription: 'Learn how to migrate from Sequelize to Prisma ORM' --- diff --git a/content/200-orm/800-more/450-migrating-to-prisma/03-migrate-from-mongoose.mdx b/content/200-orm/800-more/450-migrating-to-prisma/03-migrate-from-mongoose.mdx index 6077bb8472..3188962a7f 100644 --- a/content/200-orm/800-more/450-migrating-to-prisma/03-migrate-from-mongoose.mdx +++ b/content/200-orm/800-more/450-migrating-to-prisma/03-migrate-from-mongoose.mdx @@ -1,7 +1,7 @@ --- title: 'Migrate from Mongoose' metaTitle: 'How to migrate from Mongoose to Prisma ORM' -description: 'Learn how to migrate from Mongoose to Prisma ORM' +metaDescription: 'Learn how to migrate from Mongoose to Prisma ORM' --- diff --git a/content/200-orm/800-more/450-migrating-to-prisma/index.mdx b/content/200-orm/800-more/450-migrating-to-prisma/index.mdx index 951df46e73..f77eeb6144 100644 --- a/content/200-orm/800-more/450-migrating-to-prisma/index.mdx +++ b/content/200-orm/800-more/450-migrating-to-prisma/index.mdx @@ -1,7 +1,7 @@ --- title: 'Migrate to Prisma ORM' metaTitle: 'Migrate to Prisma ORM from other ORMs' -description: 'How to migrate to Prisma ORM from other ORMs and query builders.' +metaDescription: 'How to migrate to Prisma ORM from other ORMs and query builders.' hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/500-development-environment/050-environment-variables/040-env-files.mdx b/content/200-orm/800-more/500-development-environment/050-environment-variables/040-env-files.mdx index 8b6c0833bf..17b3f82e7d 100644 --- a/content/200-orm/800-more/500-development-environment/050-environment-variables/040-env-files.mdx +++ b/content/200-orm/800-more/500-development-environment/050-environment-variables/040-env-files.mdx @@ -1,7 +1,7 @@ --- title: '.env files' metaTitle: '.env files' -description: 'Configure environment variables using .env files in Prisma' +metaDescription: 'Configure environment variables using .env files in Prisma' --- diff --git a/content/200-orm/800-more/500-development-environment/050-environment-variables/100-managing-env-files-and-setting-variables.mdx b/content/200-orm/800-more/500-development-environment/050-environment-variables/100-managing-env-files-and-setting-variables.mdx index cf1539fc3e..c3e3f98e00 100644 --- a/content/200-orm/800-more/500-development-environment/050-environment-variables/100-managing-env-files-and-setting-variables.mdx +++ b/content/200-orm/800-more/500-development-environment/050-environment-variables/100-managing-env-files-and-setting-variables.mdx @@ -1,7 +1,7 @@ --- title: 'Managing .env files and setting variables' metaTitle: 'Managing .env files and setting variables' -description: 'Learn how to manage .env files and set environment variables' +metaDescription: 'Learn how to manage .env files and set environment variables' tocDepth: 3 --- diff --git a/content/200-orm/800-more/500-development-environment/050-environment-variables/200-using-multiple-env-files.mdx b/content/200-orm/800-more/500-development-environment/050-environment-variables/200-using-multiple-env-files.mdx index b2ba159b75..af63ce4b7a 100644 --- a/content/200-orm/800-more/500-development-environment/050-environment-variables/200-using-multiple-env-files.mdx +++ b/content/200-orm/800-more/500-development-environment/050-environment-variables/200-using-multiple-env-files.mdx @@ -1,7 +1,7 @@ --- title: 'Using multiple .env files' metaTitle: 'Using multiple .env files.' -description: 'Learn how to set up a dedicated testing environment using multiple .env files.' +metaDescription: 'Learn how to set up a dedicated testing environment using multiple .env files.' tocDepth: 3 --- diff --git a/content/200-orm/800-more/500-development-environment/050-environment-variables/index.mdx b/content/200-orm/800-more/500-development-environment/050-environment-variables/index.mdx index 4db68bac32..cc028de9bf 100644 --- a/content/200-orm/800-more/500-development-environment/050-environment-variables/index.mdx +++ b/content/200-orm/800-more/500-development-environment/050-environment-variables/index.mdx @@ -1,7 +1,7 @@ --- title: 'Environment variables' metaTitle: 'Environment variables' -description: 'Learn how to use environment variables in your Prisma ORM project' +metaDescription: 'Learn how to use environment variables in your Prisma ORM project' tocDepth: 3 --- diff --git a/content/200-orm/800-more/500-development-environment/100-editor-setup.mdx b/content/200-orm/800-more/500-development-environment/100-editor-setup.mdx index 02bcd794a6..f19d5fbfd6 100644 --- a/content/200-orm/800-more/500-development-environment/100-editor-setup.mdx +++ b/content/200-orm/800-more/500-development-environment/100-editor-setup.mdx @@ -1,7 +1,7 @@ --- title: 'Editor setup' metaTitle: 'Editor and IDE setup' -description: 'Learn how to configure your editor and IDEs for an optimal developer experience with Prisma ORM.' +metaDescription: 'Learn how to configure your editor and IDEs for an optimal developer experience with Prisma ORM.' tocDepth: 3 --- diff --git a/content/200-orm/800-more/500-development-environment/index.mdx b/content/200-orm/800-more/500-development-environment/index.mdx index 00e39ad977..ae07a5725f 100644 --- a/content/200-orm/800-more/500-development-environment/index.mdx +++ b/content/200-orm/800-more/500-development-environment/index.mdx @@ -2,7 +2,7 @@ title: 'Development environment' sidebar_label: Development environment metaTitle: 'Development environment' -description: 'Using env vars, editors and workspaces in your development environment' +metaDescription: 'Using env vars, editors and workspaces in your development environment' hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/050-creating-bug-reports.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/050-creating-bug-reports.mdx index c0ea6f3f65..f36c2329b1 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/050-creating-bug-reports.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/050-creating-bug-reports.mdx @@ -1,7 +1,7 @@ --- title: 'Creating bug reports' metaTitle: 'Creating bug reports for Prisma ORM' -description: 'This page explains best practices for creating bug reports for Prisma ORM, including sharing additional debugging output and other recommendations.' +metaDescription: 'This page explains best practices for creating bug reports for Prisma ORM, including sharing additional debugging output and other recommendations.' toc_max_heading_level: 2 --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/100-autocompletion-in-graphql-resolvers-with-js.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/100-autocompletion-in-graphql-resolvers-with-js.mdx index f7bc8b13a6..d9b97f3a8f 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/100-autocompletion-in-graphql-resolvers-with-js.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/100-autocompletion-in-graphql-resolvers-with-js.mdx @@ -1,7 +1,7 @@ --- title: 'Autocompletion in GraphQL resolvers with JavaScript' metaTitle: 'Autocompletion in GraphQL resolvers with JavaScript' -description: 'Learn how you can get autocompletion for Prisma Client queries in GraphQL resolvers with plain JavaScript' +metaDescription: 'Learn how you can get autocompletion for Prisma Client queries in GraphQL resolvers with plain JavaScript' --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/200-working-with-many-to-many-relations.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/200-working-with-many-to-many-relations.mdx index 65d877da0f..3c1bd2324f 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/200-working-with-many-to-many-relations.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/200-working-with-many-to-many-relations.mdx @@ -1,7 +1,7 @@ --- title: 'Modeling and querying many-to-many relations' metaTitle: 'Modeling and querying many-to-many relations' -description: 'Learn how you can model and query implicit and explicit many-to-many relations with Prisma ORM' +metaDescription: 'Learn how you can model and query implicit and explicit many-to-many relations with Prisma ORM' tocDepth: 3 --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/400-nextjs-prisma-client-dev-practices.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/400-nextjs-prisma-client-dev-practices.mdx index b5fc9169c2..97198b9f25 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/400-nextjs-prisma-client-dev-practices.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/400-nextjs-prisma-client-dev-practices.mdx @@ -1,7 +1,7 @@ --- title: 'Best practice for instantiating Prisma Client with Next.js' metaTitle: 'Best practice for instantiating Prisma Client with Next.js' -description: 'Best practice for instantiating Prisma Client with Next.js' +metaDescription: 'Best practice for instantiating Prisma Client with Next.js' --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/425-nextjs-prisma-client-monorepo.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/425-nextjs-prisma-client-monorepo.mdx index 379155ee8a..f617309e55 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/425-nextjs-prisma-client-monorepo.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/425-nextjs-prisma-client-monorepo.mdx @@ -1,7 +1,7 @@ --- title: 'Using Prisma Client in a Next.js project in a monorepo setup' metaTitle: 'Using Prisma Client in a Next.js project in a monorepo setup' -description: 'Using Prisma Client in a Next.js project in a monorepo setup' +metaDescription: 'Using Prisma Client in a Next.js project in a monorepo setup' --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/430-nextjs-prisma-client-dynamic.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/430-nextjs-prisma-client-dynamic.mdx index c35fa3e626..820b00a96c 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/430-nextjs-prisma-client-dynamic.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/430-nextjs-prisma-client-dynamic.mdx @@ -1,7 +1,7 @@ --- title: 'Best practices for using Prisma Client with Next.js and Next.js Data Cache' metaTitle: 'Best practices for using Prisma Client with Next.js and Next.js Data Cache' -description: 'Learn best practices to avoid issues with route caching in Next.js' +metaDescription: 'Learn best practices to avoid issues with route caching in Next.js' --- ## Problem diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/450-pkg-issue.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/450-pkg-issue.mdx index a03446cfe9..bcee174224 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/450-pkg-issue.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/450-pkg-issue.mdx @@ -1,7 +1,7 @@ --- title: 'Solve package error with vercel/pkg' metaTitle: 'Solve ENOENT package error with vercel/pkg' -description: 'Solve ENOENT package error with vercel/pkg' +metaDescription: 'Solve ENOENT package error with vercel/pkg' --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/500-comparing-columns-through-raw-queries.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/500-comparing-columns-through-raw-queries.mdx index 3792ee615b..00be4d86c1 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/500-comparing-columns-through-raw-queries.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/500-comparing-columns-through-raw-queries.mdx @@ -1,7 +1,7 @@ --- title: 'Compare columns of the same table with raw queries' metaTitle: 'Compare columns of the same table with raw queries' -description: 'Compare columns with inbuilt raw query methods in Prisma' +metaDescription: 'Compare columns with inbuilt raw query methods in Prisma' --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/600-vercel-caching-issue.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/600-vercel-caching-issue.mdx index a3f1c2b994..f74a73fbde 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/600-vercel-caching-issue.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/600-vercel-caching-issue.mdx @@ -1,7 +1,7 @@ --- title: 'Vercel build dependency caching workaround' metaTitle: 'Learn to configure your build process on Vercel to avoid caching-related problems' -description: 'Learn to configure your build process on Vercel to avoid caching-related problems' +metaDescription: 'Learn to configure your build process on Vercel to avoid caching-related problems' --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/700-netlify-caching-issue.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/700-netlify-caching-issue.mdx index 015592481e..8526b608bb 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/700-netlify-caching-issue.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/700-netlify-caching-issue.mdx @@ -1,7 +1,7 @@ --- title: 'Netlify build dependency caching workaround' metaTitle: 'Learn to configure your build process on Netlify to avoid caching-related problems' -description: 'Learn to configure your build process on Netlify to avoid caching-related problems' +metaDescription: 'Learn to configure your build process on Netlify to avoid caching-related problems' --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/800-check-constraints.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/800-check-constraints.mdx index 7a07a49baf..4ab087981f 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/800-check-constraints.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/800-check-constraints.mdx @@ -1,7 +1,7 @@ --- title: 'Data validation with CHECK constraints (PostgreSQL)' metaTitle: 'Data validation with CHECK constraints (PostgreSQL)' -description: 'Learn how to configure CHECK constraints for data validation with Prisma ORM and PostgreSQL by following the step-by-step instructions in this practical guide.' +metaDescription: 'Learn how to configure CHECK constraints for data validation with Prisma ORM and PostgreSQL by following the step-by-step instructions in this practical guide.' --- ## Overview diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/index.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/index.mdx index 6214f90f5d..ff81c33f50 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/index.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/index.mdx @@ -1,7 +1,7 @@ --- title: 'Help articles' metaTitle: 'Help articles' -description: 'Common problems and how to solve them.' +metaDescription: 'Common problems and how to solve them.' hidePage: false hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/index.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/index.mdx index 7b8d384da9..edba629f3b 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/index.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/index.mdx @@ -1,7 +1,7 @@ --- title: 'Help & troubleshooting' metaTitle: 'Help & troubleshooting' -description: 'Help & troubleshooting in Prisma ORM projects.' +metaDescription: 'Help & troubleshooting in Prisma ORM projects.' hide_table_of_contents: true --- diff --git a/content/200-orm/800-more/700-releases.mdx b/content/200-orm/800-more/700-releases.mdx index d5b91dbdd8..064522801f 100644 --- a/content/200-orm/800-more/700-releases.mdx +++ b/content/200-orm/800-more/700-releases.mdx @@ -1,7 +1,7 @@ --- title: 'ORM releases and maturity levels' metaTitle: 'ORM releases and maturity levels' -description: 'Learn about the release process, versioning, and maturity of Prisma ORM components and how to deal with breaking changes that might happen throughout releases.' +metaDescription: 'Learn about the release process, versioning, and maturity of Prisma ORM components and how to deal with breaking changes that might happen throughout releases.' tocDepth: 3 --- diff --git a/content/200-orm/800-more/index.mdx b/content/200-orm/800-more/index.mdx index fb3ac20c96..17df80274d 100644 --- a/content/200-orm/800-more/index.mdx +++ b/content/200-orm/800-more/index.mdx @@ -1,7 +1,7 @@ --- title: 'More' metaTitle: 'More' -description: 'Learn more about Prisma ORM.' +metaDescription: 'Learn more about Prisma ORM.' staticLink: true hide_table_of_contents: true --- diff --git a/content/200-orm/index.mdx b/content/200-orm/index.mdx index af0b2f0662..98ce1754d4 100644 --- a/content/200-orm/index.mdx +++ b/content/200-orm/index.mdx @@ -2,7 +2,7 @@ title: 'ORM' id: 'orm-index' metaTitle: 'ORM' -description: 'ORM' +metaDescription: 'ORM' hide_table_of_contents: true sidebar_position: 0 pagination_next: 'orm/overview/index' diff --git a/content/300-accelerate/100-what-is-accelerate.mdx b/content/300-accelerate/100-what-is-accelerate.mdx index efad7cc59c..f18880b9d0 100644 --- a/content/300-accelerate/100-what-is-accelerate.mdx +++ b/content/300-accelerate/100-what-is-accelerate.mdx @@ -1,7 +1,7 @@ --- title: 'What is Accelerate' metaTitle: 'What is Accelerate' -description: 'Learn about Accelerate, a global cache and serverless connection pool that makes your database queries faster.' +metaDescription: 'Learn about Accelerate, a global cache and serverless connection pool that makes your database queries faster.' tocDepth: 3 toc: true --- diff --git a/content/300-accelerate/250-connection-pooling.mdx b/content/300-accelerate/250-connection-pooling.mdx index e102ca0ebe..59c6c9a07e 100644 --- a/content/300-accelerate/250-connection-pooling.mdx +++ b/content/300-accelerate/250-connection-pooling.mdx @@ -1,7 +1,7 @@ --- title: 'Connection Pooling' metaTitle: 'Accelerate: Connection Pooling' -description: "Learn about everything you need to know to use Accelerate's connection pooling." +metaDescription: "Learn about everything you need to know to use Accelerate's connection pooling." --- diff --git a/content/300-accelerate/300-caching.mdx b/content/300-accelerate/300-caching.mdx index 781a4f5af5..0461dac116 100644 --- a/content/300-accelerate/300-caching.mdx +++ b/content/300-accelerate/300-caching.mdx @@ -1,7 +1,7 @@ --- title: 'Caching' metaTitle: 'Accelerate: Caching' -description: "Learn everything you need to know to use Accelerate's global database caching." +metaDescription: "Learn everything you need to know to use Accelerate's global database caching." toc_max_heading_level: 2 --- diff --git a/content/300-accelerate/400-api-reference.mdx b/content/300-accelerate/400-api-reference.mdx index d7aa9d66fe..3843289958 100644 --- a/content/300-accelerate/400-api-reference.mdx +++ b/content/300-accelerate/400-api-reference.mdx @@ -1,7 +1,7 @@ --- title: 'API Reference' metaTitle: 'Accelerate: API Reference' -description: 'API reference documentation for Accelerate.' +metaDescription: 'API reference documentation for Accelerate.' tocDepth: 3 toc: true --- diff --git a/content/300-accelerate/500-limitations.mdx b/content/300-accelerate/500-limitations.mdx index 096a355bda..e0921d4473 100644 --- a/content/300-accelerate/500-limitations.mdx +++ b/content/300-accelerate/500-limitations.mdx @@ -1,7 +1,7 @@ --- title: 'Limitations' metaTitle: 'Accelerate: Limitations' -description: 'Learn about limitations of Accelerate.' +metaDescription: 'Learn about limitations of Accelerate.' tocDepth: 3 toc: true --- diff --git a/content/300-accelerate/550-evaluating.mdx b/content/300-accelerate/550-evaluating.mdx index 74002df2a9..dd0dd930db 100644 --- a/content/300-accelerate/550-evaluating.mdx +++ b/content/300-accelerate/550-evaluating.mdx @@ -1,7 +1,7 @@ --- title: 'Evaluating' metaTitle: 'Accelerate: Evaluating' -description: 'Learn about evaluating Prisma Accelerate.' +metaDescription: 'Learn about evaluating Prisma Accelerate.' tocDepth: 3 toc: true --- diff --git a/content/300-accelerate/580-local-development.mdx b/content/300-accelerate/580-local-development.mdx index 1e2416ba79..053914b1cd 100644 --- a/content/300-accelerate/580-local-development.mdx +++ b/content/300-accelerate/580-local-development.mdx @@ -1,7 +1,7 @@ --- title: 'Local development' metaTitle: 'Accelerate: Local development' -description: 'Learn how to use Prisma Accelerate in a development environment.' +metaDescription: 'Learn how to use Prisma Accelerate in a development environment.' tocDepth: 3 toc: true --- diff --git a/content/300-accelerate/600-faq.mdx b/content/300-accelerate/600-faq.mdx index 1183fd16f2..877b449176 100644 --- a/content/300-accelerate/600-faq.mdx +++ b/content/300-accelerate/600-faq.mdx @@ -1,7 +1,7 @@ --- title: 'FAQ' metaTitle: 'Accelerate: FAQ' -description: 'Frequently asked questions about Accelerate.' +metaDescription: 'Frequently asked questions about Accelerate.' tocDepth: 3 toc: true --- diff --git a/content/300-accelerate/650-troubleshoot.mdx b/content/300-accelerate/650-troubleshoot.mdx index 1f1f9b13a2..f58217d82f 100644 --- a/content/300-accelerate/650-troubleshoot.mdx +++ b/content/300-accelerate/650-troubleshoot.mdx @@ -1,7 +1,7 @@ --- title: 'Troubleshooting' metaTitle: 'Troubleshooting: Prisma Accelerate' -description: 'Troubleshooting Prisma Accelerate.' +metaDescription: 'Troubleshooting Prisma Accelerate.' tocDepth: 3 toc: true --- diff --git a/content/300-accelerate/700-feedback.mdx b/content/300-accelerate/700-feedback.mdx index 6e84309515..68adb8c3fb 100644 --- a/content/300-accelerate/700-feedback.mdx +++ b/content/300-accelerate/700-feedback.mdx @@ -1,7 +1,7 @@ --- title: 'Feedback' metaTitle: 'Accelerate: Feedback' -description: 'Learn where to submit feedback about Accelerate.' +metaDescription: 'Learn where to submit feedback about Accelerate.' tocDepth: 3 hide_table_of_contents: true --- diff --git a/content/300-accelerate/index.mdx b/content/300-accelerate/index.mdx index 910c25cfb8..76e56f8ec0 100644 --- a/content/300-accelerate/index.mdx +++ b/content/300-accelerate/index.mdx @@ -1,7 +1,7 @@ --- title: 'Accelerate' metaTitle: 'Prisma Accelerate' -description: 'Prisma Accelerate is a global database cache with built-in connection pooling that helps improve database performance in Serverless and Edge applications.' +metaDescription: 'Prisma Accelerate is a global database cache with built-in connection pooling that helps improve database performance in Serverless and Edge applications.' sidebar_position: 0 hide_table_of_contents: true pagination_next: 'accelerate/what-is-accelerate' diff --git a/content/400-pulse/100-what-is-pulse.mdx b/content/400-pulse/100-what-is-pulse.mdx index 2d44770467..972801f5b9 100644 --- a/content/400-pulse/100-what-is-pulse.mdx +++ b/content/400-pulse/100-what-is-pulse.mdx @@ -1,7 +1,7 @@ --- title: 'What is Pulse' metaTitle: 'What is Pulse' -description: 'Learn about Pulse, a managed Change Data Capture service that lets you build real-time applications with ease.' +metaDescription: 'Learn about Pulse, a managed Change Data Capture service that lets you build real-time applications with ease.' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/200-getting-started.mdx b/content/400-pulse/200-getting-started.mdx index 7df6b4d313..53449deffc 100644 --- a/content/400-pulse/200-getting-started.mdx +++ b/content/400-pulse/200-getting-started.mdx @@ -1,7 +1,7 @@ --- title: 'Getting started' metaTitle: 'Getting started with Prisma Pulse' -description: 'Learn how to get up and running with Prisma Pulse.' +metaDescription: 'Learn how to get up and running with Prisma Pulse.' tocDepth: 4 toc: true --- diff --git a/content/400-pulse/250-database-setup/100-general-database-instructions.mdx b/content/400-pulse/250-database-setup/100-general-database-instructions.mdx index a364d342a7..21e680730c 100644 --- a/content/400-pulse/250-database-setup/100-general-database-instructions.mdx +++ b/content/400-pulse/250-database-setup/100-general-database-instructions.mdx @@ -1,7 +1,7 @@ --- title: 'General database instructions' metaTitle: 'Prisma Pulse: General database instructions' -description: 'Instructions to use your database with Prisma Pulse' +metaDescription: 'Instructions to use your database with Prisma Pulse' tocDepth: 3 toc_max_heading_level: 6 toc: true diff --git a/content/400-pulse/250-database-setup/200-aws-rds.mdx b/content/400-pulse/250-database-setup/200-aws-rds.mdx index 28f8b1c037..e997e3a011 100644 --- a/content/400-pulse/250-database-setup/200-aws-rds.mdx +++ b/content/400-pulse/250-database-setup/200-aws-rds.mdx @@ -1,7 +1,7 @@ --- title: 'AWS RDS' metaTitle: 'Prisma Pulse: AWS RDS' -description: 'Instructions to use AWS RDS with Prisma Pulse' +metaDescription: 'Instructions to use AWS RDS with Prisma Pulse' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/250-database-setup/300-railway.mdx b/content/400-pulse/250-database-setup/300-railway.mdx index bd34b7594d..0e4b2d2d1d 100644 --- a/content/400-pulse/250-database-setup/300-railway.mdx +++ b/content/400-pulse/250-database-setup/300-railway.mdx @@ -1,7 +1,7 @@ --- title: 'Railway' metaTitle: 'Prisma Pulse: Railway' -description: 'Instructions to use Railway with Prisma Pulse' +metaDescription: 'Instructions to use Railway with Prisma Pulse' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/250-database-setup/400-neon.mdx b/content/400-pulse/250-database-setup/400-neon.mdx index 1c8d793e38..f3a6109085 100644 --- a/content/400-pulse/250-database-setup/400-neon.mdx +++ b/content/400-pulse/250-database-setup/400-neon.mdx @@ -1,7 +1,7 @@ --- title: 'Neon' metaTitle: 'Prisma Pulse: Neon' -description: 'Instructions to use Neon for PostgreSQL with Prisma Pulse' +metaDescription: 'Instructions to use Neon for PostgreSQL with Prisma Pulse' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/250-database-setup/500-supabase.mdx b/content/400-pulse/250-database-setup/500-supabase.mdx index d6a231b907..ce88ac8d23 100644 --- a/content/400-pulse/250-database-setup/500-supabase.mdx +++ b/content/400-pulse/250-database-setup/500-supabase.mdx @@ -1,7 +1,7 @@ --- title: 'Supabase' metaTitle: 'Prisma Pulse: Supabase' -description: 'Instructions to use Supabase with Prisma Pulse' +metaDescription: 'Instructions to use Supabase with Prisma Pulse' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/250-database-setup/index.mdx b/content/400-pulse/250-database-setup/index.mdx index e890bd5e50..dfc023b474 100644 --- a/content/400-pulse/250-database-setup/index.mdx +++ b/content/400-pulse/250-database-setup/index.mdx @@ -1,7 +1,7 @@ --- -title: 'Prisma Pulse: Database setup' -description: 'Learn about configuring your database to use with Prisma Pulse' -sidebar_label: 'Database setup' +title: 'Database setup' +metaTitle: 'Prisma Pulse: Database setup' +metaDescription: 'Learn about configuring your database to use with Prisma Pulse' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/300-concepts.mdx b/content/400-pulse/300-concepts.mdx index 414d69faf7..bf16e09e89 100644 --- a/content/400-pulse/300-concepts.mdx +++ b/content/400-pulse/300-concepts.mdx @@ -1,7 +1,7 @@ --- title: 'Concepts' metaTitle: 'Pulse: Concepts' -description: 'Learn about the concepts that are important to understand when using Pulse.' +metaDescription: 'Learn about the concepts that are important to understand when using Pulse.' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/400-api-reference.mdx b/content/400-pulse/400-api-reference.mdx index dbf047c7a4..965d1823b0 100644 --- a/content/400-pulse/400-api-reference.mdx +++ b/content/400-pulse/400-api-reference.mdx @@ -1,14 +1,12 @@ --- -title: 'Pulse: API reference' -description: 'API reference documentation for Pulse.' -sidebar_label: 'API reference' +title: 'API reference' +metaTitle: 'Pulse: API reference' +metaDescription: 'API reference documentation for Pulse.' tocDepth: 4 toc_max_heading_level: 4 toc: true --- -# API reference - The Pulse API reference documentation is based on the following schema: diff --git a/content/400-pulse/500-known-limitations.mdx b/content/400-pulse/500-known-limitations.mdx index c6fe4aa8c6..a58083bf88 100644 --- a/content/400-pulse/500-known-limitations.mdx +++ b/content/400-pulse/500-known-limitations.mdx @@ -1,7 +1,7 @@ --- title: 'Known limitations' metaTitle: 'Pulse: Known limitations' -description: 'Learn about known limitations of Pulse.' +metaDescription: 'Learn about known limitations of Pulse.' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/600-faq.mdx b/content/400-pulse/600-faq.mdx index 0ba41f4090..b824b28054 100644 --- a/content/400-pulse/600-faq.mdx +++ b/content/400-pulse/600-faq.mdx @@ -1,7 +1,7 @@ --- title: 'FAQ' metaTitle: 'Prisma Pulse: FAQ' -description: 'Frequently asked questions about Prisma Pulse.' +metaDescription: 'Frequently asked questions about Prisma Pulse.' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/700-feedback.mdx b/content/400-pulse/700-feedback.mdx index 1467001cd4..8fe9bf14bf 100644 --- a/content/400-pulse/700-feedback.mdx +++ b/content/400-pulse/700-feedback.mdx @@ -1,7 +1,7 @@ --- title: 'Feedback' metaTitle: 'Prisma Pulse: Feedback' -description: 'Learn where to submit feedback about Prisma Pulse.' +metaDescription: 'Learn where to submit feedback about Prisma Pulse.' tocDepth: 3 toc: true --- diff --git a/content/400-pulse/index.mdx b/content/400-pulse/index.mdx index c82642c61f..90f81928a6 100644 --- a/content/400-pulse/index.mdx +++ b/content/400-pulse/index.mdx @@ -1,7 +1,7 @@ --- title: 'Pulse' metaTitle: 'Prisma Pulse' -description: 'Prisma Pulse enables real-time database events with type-safe Prisma Client subscriptions.' +metaDescription: 'Prisma Pulse enables real-time database events with type-safe Prisma Client subscriptions.' hide_table_of_contents: true sidebar_position: 0 pagination_next: 'pulse/what-is-pulse' diff --git a/content/500-platform/10-about.mdx b/content/500-platform/10-about.mdx index e12b920a1f..98b42b1f9d 100644 --- a/content/500-platform/10-about.mdx +++ b/content/500-platform/10-about.mdx @@ -1,7 +1,7 @@ --- title: 'About' metaTitle: 'Platform Console: About' -description: '' +metaDescription: '' displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/20-concepts/10-workspaces.mdx b/content/500-platform/20-concepts/10-workspaces.mdx index 9fb0cd71b3..83462bec87 100644 --- a/content/500-platform/20-concepts/10-workspaces.mdx +++ b/content/500-platform/20-concepts/10-workspaces.mdx @@ -1,7 +1,7 @@ --- title: 'Workspaces' metaTitle: 'Platform Console: Workspaces' -description: 'Learn how to manage workspaces via Platform Console.' +metaDescription: 'Learn how to manage workspaces via Platform Console.' tocDepth: 3 toc: true displayed_sidebar: platformSidebar diff --git a/content/500-platform/20-concepts/20-projects.mdx b/content/500-platform/20-concepts/20-projects.mdx index 0b1dd552ff..b3c37a4a6d 100644 --- a/content/500-platform/20-concepts/20-projects.mdx +++ b/content/500-platform/20-concepts/20-projects.mdx @@ -1,7 +1,7 @@ --- title: 'Projects' metaTitle: 'Platform Console: Projects' -description: 'Learn how to manage projects via Platform Console.' +metaDescription: 'Learn how to manage projects via Platform Console.' tocDepth: 3 hide_table_of_contents: true displayed_sidebar: platformSidebar diff --git a/content/500-platform/20-concepts/30-environments.mdx b/content/500-platform/20-concepts/30-environments.mdx index 0532493526..65cd7fbee6 100644 --- a/content/500-platform/20-concepts/30-environments.mdx +++ b/content/500-platform/20-concepts/30-environments.mdx @@ -1,7 +1,7 @@ --- title: 'Environments' metaTitle: 'Platform Environments' -description: 'Learn about Environments in Platform Console.' +metaDescription: 'Learn about Environments in Platform Console.' tocDepth: 3 toc: true highlight: true diff --git a/content/500-platform/20-concepts/index.mdx b/content/500-platform/20-concepts/index.mdx index c3c7e55f1e..906b233feb 100644 --- a/content/500-platform/20-concepts/index.mdx +++ b/content/500-platform/20-concepts/index.mdx @@ -1,7 +1,7 @@ --- title: 'Concepts' metaTitle: 'Platform Console: Concepts' -description: '' +metaDescription: '' hide_table_of_contents: true displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/30-maturity-levels.mdx b/content/500-platform/30-maturity-levels.mdx index 84da9193b4..94d42845a3 100644 --- a/content/500-platform/30-maturity-levels.mdx +++ b/content/500-platform/30-maturity-levels.mdx @@ -1,7 +1,7 @@ --- title: 'Maturity levels' metaTitle: 'Platform Console: Maturity levels' -description: '' +metaDescription: '' displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/50-support.mdx b/content/500-platform/50-support.mdx index bffe20734a..feadab2505 100644 --- a/content/500-platform/50-support.mdx +++ b/content/500-platform/50-support.mdx @@ -1,7 +1,7 @@ --- title: 'Support' metaTitle: 'Platform console: Support' -description: '' +metaDescription: '' tocDepth: 3 toc: true displayed_sidebar: platformSidebar diff --git a/content/500-platform/index.mdx b/content/500-platform/index.mdx index 550a925f3e..cd3581c6fa 100644 --- a/content/500-platform/index.mdx +++ b/content/500-platform/index.mdx @@ -1,7 +1,7 @@ --- title: 'Platform' metaTitle: 'Platform' -description: 'Get started with the Prisma Data Platform with its official documentation, and learn more about its features with reference documentation, guides, and more.' +metaDescription: 'Get started with the Prisma Data Platform with its official documentation, and learn more about its features with reference documentation, guides, and more.' hide_table_of_contents: true sidebar_position: 0 displayed_sidebar: platformSidebar diff --git a/content/600-about/200-prisma-docs/10-about-the-docs.mdx b/content/600-about/200-prisma-docs/10-about-the-docs.mdx index 2eaf36a245..bc8c45948d 100644 --- a/content/600-about/200-prisma-docs/10-about-the-docs.mdx +++ b/content/600-about/200-prisma-docs/10-about-the-docs.mdx @@ -1,7 +1,7 @@ --- title: 'About the docs' metaTitle: 'About the Prisma documentation' -description: 'This page gives a meta-overview about different topics that are relevant to better understand and navigate the Prisma documentation.' +metaDescription: 'This page gives a meta-overview about different topics that are relevant to better understand and navigate the Prisma documentation.' tocDepth: 3 --- diff --git a/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx b/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx index caae5e2f30..9dde9725ec 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx @@ -1,7 +1,7 @@ --- title: 'Writing style' metaTitle: 'Prisma docs style guide: writing style' -description: 'This section of the style guide provides guidelines on tone of voice, audience, and other tonal matters.' +metaDescription: 'This section of the style guide provides guidelines on tone of voice, audience, and other tonal matters.' tocDepth: 4 toc_max_heading_level: 4 search: false diff --git a/content/600-about/200-prisma-docs/20-style-guide/02-word-choice.mdx b/content/600-about/200-prisma-docs/20-style-guide/02-word-choice.mdx index 137a2f12cf..2265012612 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/02-word-choice.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/02-word-choice.mdx @@ -1,7 +1,7 @@ --- title: 'Word choice' metaTitle: 'Prisma docs style guide: word choice' -description: 'This section of the style guide provides guidelines on what terms and phrase constructions to use.' +metaDescription: 'This section of the style guide provides guidelines on what terms and phrase constructions to use.' tocDepth: 4 toc_max_heading_level: 4 search: false diff --git a/content/600-about/200-prisma-docs/20-style-guide/03-spelling-punctuation-formatting.mdx b/content/600-about/200-prisma-docs/20-style-guide/03-spelling-punctuation-formatting.mdx index 6c6b0936af..6f601b4edd 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/03-spelling-punctuation-formatting.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/03-spelling-punctuation-formatting.mdx @@ -1,7 +1,7 @@ --- title: 'Spelling, punctuation, and formatting' metaTitle: 'Prisma docs style guide: spelling, punctuation, and formatting' -description: 'This section of the style guide provides guidelines on how to present the information you add.' +metaDescription: 'This section of the style guide provides guidelines on how to present the information you add.' tocDepth: 4 toc_max_heading_level: 4 search: false diff --git a/content/600-about/200-prisma-docs/20-style-guide/04-schema-models.mdx b/content/600-about/200-prisma-docs/20-style-guide/04-schema-models.mdx index 0859eb1a90..58eb43bdb5 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/04-schema-models.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/04-schema-models.mdx @@ -1,7 +1,7 @@ --- title: 'Docs example data model' metaTitle: 'Prisma docs style guide: example data model' -description: 'This page describes the data models we use in our documentation examples.' +metaDescription: 'This page describes the data models we use in our documentation examples.' tocDepth: 3 search: false --- diff --git a/content/600-about/200-prisma-docs/20-style-guide/05-prisma-product-names.mdx b/content/600-about/200-prisma-docs/20-style-guide/05-prisma-product-names.mdx index bd576ac7f1..b71480a1fe 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/05-prisma-product-names.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/05-prisma-product-names.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma product and component names' metaTitle: 'Prisma docs style guide: Prisma product and component names' -description: 'This section of the style guide provides guidelines on how to refer to Prisma products and components.' +metaDescription: 'This section of the style guide provides guidelines on how to refer to Prisma products and components.' tocDepth: 4 toc_max_heading_level: 4 search: false diff --git a/content/600-about/200-prisma-docs/20-style-guide/06-image-guidelines.mdx b/content/600-about/200-prisma-docs/20-style-guide/06-image-guidelines.mdx index 45e81a0ef2..775ac3e641 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/06-image-guidelines.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/06-image-guidelines.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma docs image guidelines' metaTitle: 'Prisma docs style guide: image guidelines' -description: 'This page provides guidelines for images in our docs.' +metaDescription: 'This page provides guidelines for images in our docs.' tocDepth: 4 toc_max_heading_level: 4 search: false diff --git a/content/600-about/200-prisma-docs/20-style-guide/07-user-interace-guidelines.mdx b/content/600-about/200-prisma-docs/20-style-guide/07-user-interace-guidelines.mdx index 1a80a91a8c..7d23c35703 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/07-user-interace-guidelines.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/07-user-interace-guidelines.mdx @@ -1,7 +1,7 @@ --- title: 'User interface (GUI) guidelines' metaTitle: 'Prisma docs style guide: GUI guidelines' -description: 'On this page you can find information about the Prisma guidelines for documenting UI elements and steps to walk users through interfaces.' +metaDescription: 'On this page you can find information about the Prisma guidelines for documenting UI elements and steps to walk users through interfaces.' tocDepth: 3 search: false --- diff --git a/content/600-about/200-prisma-docs/20-style-guide/10-boilerplate-content.mdx b/content/600-about/200-prisma-docs/20-style-guide/10-boilerplate-content.mdx index a9b4cb9b0f..f3db678a54 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/10-boilerplate-content.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/10-boilerplate-content.mdx @@ -1,7 +1,7 @@ --- title: 'Boilerplate content' metaTitle: 'Boilerplate content' -description: 'Boilerplate content for the Prisma docs.' +metaDescription: 'Boilerplate content for the Prisma docs.' tocDepth: 3 hidePage: false search: false diff --git a/content/600-about/200-prisma-docs/20-style-guide/index.mdx b/content/600-about/200-prisma-docs/20-style-guide/index.mdx index 8ca24500b6..7fcf60a907 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/index.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/index.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma docs style guide' metaTitle: 'Prisma documentation style guide' -description: 'The Prisma style guide provides contributor guidelines for the Prisma docs.' +metaDescription: 'The Prisma style guide provides contributor guidelines for the Prisma docs.' tocDepth: 4 toc_max_heading_level: 4 hidePage: false diff --git a/content/600-about/200-prisma-docs/30-docs-components/01-mdx-examples.mdx b/content/600-about/200-prisma-docs/30-docs-components/01-mdx-examples.mdx index 9b110ee72c..4496424195 100644 --- a/content/600-about/200-prisma-docs/30-docs-components/01-mdx-examples.mdx +++ b/content/600-about/200-prisma-docs/30-docs-components/01-mdx-examples.mdx @@ -1,7 +1,7 @@ --- title: 'MDX components' metaTitle: 'MDX components in the Prisma docs' -description: 'MDX components components available on the Prisma documentation site.' +metaDescription: 'MDX components components available on the Prisma documentation site.' sidebar_label: 'MDX components' search: false --- diff --git a/content/600-about/200-prisma-docs/30-docs-components/03-frontmatter.mdx b/content/600-about/200-prisma-docs/30-docs-components/03-frontmatter.mdx index 3502910262..ba79728d6f 100644 --- a/content/600-about/200-prisma-docs/30-docs-components/03-frontmatter.mdx +++ b/content/600-about/200-prisma-docs/30-docs-components/03-frontmatter.mdx @@ -1,6 +1,6 @@ --- title: Front matter -description: Supported front matter variables. +metaDescription: Supported front matter variables. search: false --- @@ -38,6 +38,15 @@ Note: Specifies a different, usually shorter title for the left-hand navigation. +### `metaDescription` + +The `` of the page. + +Note: + +- You can wrap the `metaDescription` text in single quotes, but this is not mandatory. +- If you wrap the `metaDescription` text in single quotes, then you cannot include apostrophes in the text. + ## Navigation (left sidebar) Front matter that configured the navigation. diff --git a/content/600-about/200-prisma-docs/30-docs-components/index.mdx b/content/600-about/200-prisma-docs/30-docs-components/index.mdx index 51b5f6b4b4..d9c52b7ecf 100644 --- a/content/600-about/200-prisma-docs/30-docs-components/index.mdx +++ b/content/600-about/200-prisma-docs/30-docs-components/index.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma docs components' metaTitle: 'Prisma documentation components' -description: 'This section describes the Prisma docs file format.' +metaDescription: 'This section describes the Prisma docs file format.' search: false hide_table_of_contents: true --- diff --git a/content/600-about/200-prisma-docs/40-template.mdx b/content/600-about/200-prisma-docs/40-template.mdx index 1a64f775e6..ff92b0a08e 100644 --- a/content/600-about/200-prisma-docs/40-template.mdx +++ b/content/600-about/200-prisma-docs/40-template.mdx @@ -1,7 +1,7 @@ --- title: 'Writing template' metaTitle: 'Writing template (About)' -description: 'A template for writing Prisma Docs.' +metaDescription: 'A template for writing Prisma Docs.' tocDepth: 3 hidePage: false search: false diff --git a/content/600-about/200-prisma-docs/index.mdx b/content/600-about/200-prisma-docs/index.mdx index 923b18a682..27d62cf233 100644 --- a/content/600-about/200-prisma-docs/index.mdx +++ b/content/600-about/200-prisma-docs/index.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma docs' metaTitle: 'About Prisma docs' -description: 'About Prisma docs' +metaDescription: 'About Prisma docs' hide_table_of_contents: true staticLink: true search: false diff --git a/content/600-about/index.mdx b/content/600-about/index.mdx index b531ad72fe..0b27515e4b 100644 --- a/content/600-about/index.mdx +++ b/content/600-about/index.mdx @@ -1,7 +1,7 @@ --- title: 'About' metaTitle: 'About' -description: 'About the Prisma docs.' +metaDescription: 'About the Prisma docs.' hide_table_of_contents: true ---