Skip to content

Commit

Permalink
Docusaurus final seo (#5853)
Browse files Browse the repository at this point in the history
Update frontmatter for all tech switcher files

---------

Co-authored-by: Marc Hess <[email protected]>
Co-authored-by: Petra Donka <[email protected]>
Co-authored-by: Jon Harrell <[email protected]>
  • Loading branch information
4 people authored Apr 10, 2024
1 parent ba06942 commit 8d9086e
Show file tree
Hide file tree
Showing 142 changed files with 358 additions and 352 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.mdx
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using JavaScript and CockroachDB (15 min)'
metaDescription: 'Learn how to create a new Node.js project from scratch by connecting Prisma ORM to your CockroachDB database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using JavaScript and MySQL (15 min)'
metaDescription: 'Learn how to create a new Node.js project from scratch by connecting Prisma ORM to your MySQL database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using JavaScript and PlanetScale (15 min)'
metaDescription: 'Learn how to create a new Node.js project from scratch by connecting Prisma ORM to your PlanetScale database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using JavaScript and PostgreSQL (15 min)'
metaDescription: 'Learn how to create a new Node.js project from scratch by connecting Prisma ORM to your PostgreSQL database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using JavaScript and SQL Server (15 min)'
metaDescription: 'Learn how to create a new Node.js project from scratch by connecting Prisma ORM to your SQL Server database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using TypeScript and CockroachDB (15 min)'
metaDescription: 'Learn how to create a new TypeScript project from scratch by connecting Prisma ORM to your CockroachDB database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using TypeScript and MySQL (15 min)'
metaDescription: 'Learn how to create a new TypeScript project from scratch by connecting Prisma ORM to your MySQL database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using TypeScript and PlanetScale (15 min)'
metaDescription: 'Learn how to create a new TypeScript project from scratch by connecting Prisma ORM to your PlanetScale database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using TypeScript and PostgreSQL (15 min)'
metaDescription: 'Learn how to create a new TypeScript project from scratch by connecting Prisma ORM to your PostgreSQL database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Relational databases'
metaTitle: 'Start from scratch with relational databases (15 min)'
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.'
metaTitle: 'Start from scratch with Prisma ORM using TypeScript and SQL Server (15 min)'
metaDescription: 'Learn how to create a new TypeScript project from scratch by connecting Prisma ORM to your SQL Server database and generating a Prisma Client for database access.'
hide_table_of_contents: true
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using JavaScript and CockroachDB'
metaDescription: 'Connect your database to your project using JavaScript and CockroachDB'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using JavaScript and MySQL'
metaDescription: 'Connect your database to your project using JavaScript and MySQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using JavaScript and PlanetScale'
metaDescription: 'Connect your database to your project using JavaScript and PlanetScale'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using JavaScript and PostgreSQL'
metaDescription: 'Connect your database to your project using JavaScript and PostgreSQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down Expand Up @@ -60,4 +60,4 @@ When running PostgreSQL locally on macOS, your user and password as well as the

```bash file=.env
DATABASE_URL="postgresql://janedoe:janedoe@localhost:5432/janedoe?schema=hello-prisma"
```
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using JavaScript and SQL Server'
metaDescription: 'Connect your database to your project using JavaScript and SQL Server'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using TypeScript and CockroachDB'
metaDescription: 'Connect your database to your project using TypeScript and CockroachDB'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: 'hidden-sidebar tech-switch'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using TypeScript and MySQL'
metaDescription: 'Connect your database to your project using TypeScript and MySQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using TypeScript and PlanetScale'
metaDescription: 'Connect your database to your project using TypeScript and PlanetScale'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using TypeScript and PostgreSQL'
metaDescription: 'Connect your database to your project using TypeScript and PostgreSQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Connect your database'
metaTitle: 'Connect your database'
metaDescription: 'Connect your database to your project'
metaTitle: 'Connect your database using TypeScript and SQL Server'
metaDescription: 'Connect your database to your project using TypeScript and SQL Server'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with JavaScript and CockroachDB'
metaDescription: 'Create database tables with Prisma Migrate using JavaScript and CockroachDB'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with JavaScript and MySQL'
metaDescription: 'Create database tables with Prisma Migrate using JavaScript and MySQL'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with JavaScript and PlanetScale'
metaDescription: 'Create database tables with Prisma Migrate using JavaScript and PlanetScale'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with JavaScript and PostgreSQL'
metaDescription: 'Create database tables with Prisma Migrate using JavaScript and PostgreSQL'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with JavaScript and SQL Server'
metaDescription: 'Create database tables with Prisma Migrate using JavaScript and SQL Server'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with TypeScript and CockroachDB'
metaDescription: 'Create database tables with Prisma Migrate using TypeScript and CockroachDB'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with TypeScript and MySQL'
metaDescription: 'Create database tables with Prisma Migrate using TypeScript and MySQL'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with TypeScript and PlanetScale'
metaDescription: 'Create database tables with Prisma Migrate using TypeScript and PlanetScale'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with TypeScript and PostgreSQL'
metaDescription: 'Create database tables with Prisma Migrate using TypeScript and PostgreSQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Using Prisma Migrate'
metaTitle: 'Using Prisma Migrate'
metaDescription: 'Create database tables with Prisma Migrate'
metaTitle: 'Using Prisma Migrate with TypeScript and SQL Server'
metaDescription: 'Create database tables with Prisma Migrate using TypeScript and SQL Server'
langSwitcher: ['typescript', 'node']
sidebar_class_name: hidden-sidebar
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client'
metaDescription: 'Install and generate Prisma Client in your project'
metaTitle: 'Install Prisma Client: JavaScript and CockroachDB'
metaDescription: 'Install and generate Prisma Client in your project using JavaScript and CockroachDB'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client'
metaDescription: 'Install and generate Prisma Client in your project'
metaTitle: 'Install Prisma Client: JavaScript and MySQL'
metaDescription: 'Install and generate Prisma Client in your project using JavaScript and MySQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client'
metaDescription: 'Install and generate Prisma Client in your project'
metaTitle: 'Install Prisma Client: JavaScript and PlanetScale '
metaDescription: 'Install and generate Prisma Client in your project using JavaScript and PlanetScale'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client'
metaDescription: 'Install and generate Prisma Client in your project'
metaTitle: 'Install Prisma Client: JavaScript and PostgreSQL'
metaDescription: 'Install and generate Prisma Client in your project using JavaScript and PostgreSQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client'
metaDescription: 'Install and generate Prisma Client in your project'
metaTitle: 'Install Prisma Client: JavaScript and SQL Server'
metaDescription: 'Install and generate Prisma Client in your project using JavaScript and SQL Server'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client'
metaDescription: 'Install and generate Prisma Client in your project'
metaTitle: 'Install Prisma Client: TypeScript and CockroachDB'
metaDescription: 'Install and generate Prisma Client in your project using TypeScript and CockroachDB'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Install Prisma Client'
metaTitle: 'Install Prisma Client'
metaDescription: 'Install and generate Prisma Client in your project'
metaTitle: 'Install Prisma Client: TypeScript and MySQL'
metaDescription: 'Install and generate Prisma Client in your project using TypeScript and MySQL'
langSwitcher: ['typescript', 'node']
dbSwitcher: ['postgresql', 'mysql', 'sqlserver', 'planetscale', 'cockroachdb']
sidebar_class_name: hidden-sidebar
Expand Down
Loading

0 comments on commit 8d9086e

Please sign in to comment.