From 1f65e1abc6d2f01a82342bd549e1b19401ff9bed Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 19 Nov 2025 13:06:02 -0500 Subject: [PATCH 1/6] updated redirect --- content/200-orm/025-getting-started/10-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/025-getting-started/10-quickstart.mdx b/content/200-orm/025-getting-started/10-quickstart.mdx index ef7fcb6d6a..c0f76d004c 100644 --- a/content/200-orm/025-getting-started/10-quickstart.mdx +++ b/content/200-orm/025-getting-started/10-quickstart.mdx @@ -8,4 +8,4 @@ hide_table_of_contents: true import { Redirect } from '@docusaurus/router'; - \ No newline at end of file + \ No newline at end of file From fb973a2b2552e57c8ed5e5730947358248ffbbfd Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 19 Nov 2025 13:21:28 -0500 Subject: [PATCH 2/6] existing project also broken --- .../200-orm/025-getting-started/20-add-to-existing-project.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx index 7e89ef8e26..d1e66bfabd 100644 --- a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx +++ b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx @@ -8,4 +8,4 @@ hide_table_of_contents: true import { Redirect } from '@docusaurus/router'; - \ No newline at end of file + \ No newline at end of file From da6213ff2c88251863cbe452ede205e133c3bec0 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 19 Nov 2025 13:23:32 -0500 Subject: [PATCH 3/6] ppg pages redirected --- content/250-postgres/50-getting-started/100-quickstart.mdx | 2 +- .../50-getting-started/200-import-from-existing-database.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/250-postgres/50-getting-started/100-quickstart.mdx b/content/250-postgres/50-getting-started/100-quickstart.mdx index 5fea9ceeeb..a4f1f772ec 100644 --- a/content/250-postgres/50-getting-started/100-quickstart.mdx +++ b/content/250-postgres/50-getting-started/100-quickstart.mdx @@ -8,4 +8,4 @@ hide_table_of_contents: true import { Redirect } from '@docusaurus/router'; - \ No newline at end of file + \ No newline at end of file diff --git a/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx b/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx index 9d4cdd5ecf..e9c986bea7 100644 --- a/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx +++ b/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx @@ -8,4 +8,4 @@ hide_table_of_contents: true import { Redirect } from '@docusaurus/router'; - \ No newline at end of file + \ No newline at end of file From 11e0c1df202a30a4fc61bec689e3425be12d5a97 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 19 Nov 2025 13:28:39 -0500 Subject: [PATCH 4/6] test remove redirect --- content/200-orm/025-getting-started/10-quickstart.mdx | 2 +- .../200-orm/025-getting-started/20-add-to-existing-project.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/200-orm/025-getting-started/10-quickstart.mdx b/content/200-orm/025-getting-started/10-quickstart.mdx index c0f76d004c..3956d275ac 100644 --- a/content/200-orm/025-getting-started/10-quickstart.mdx +++ b/content/200-orm/025-getting-started/10-quickstart.mdx @@ -8,4 +8,4 @@ hide_table_of_contents: true import { Redirect } from '@docusaurus/router'; - \ No newline at end of file +{/* */} \ No newline at end of file diff --git a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx index d1e66bfabd..eb9e4786b8 100644 --- a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx +++ b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx @@ -8,4 +8,4 @@ hide_table_of_contents: true import { Redirect } from '@docusaurus/router'; - \ No newline at end of file +{/* */} \ No newline at end of file From 805c17eeee708ee414b497ca2676ed51f5c16613 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 19 Nov 2025 13:34:23 -0500 Subject: [PATCH 5/6] redirects updated --- content/200-orm/025-getting-started/10-quickstart.mdx | 6 +----- .../025-getting-started/20-add-to-existing-project.mdx | 6 +----- content/250-postgres/50-getting-started/100-quickstart.mdx | 6 +----- .../200-import-from-existing-database.mdx | 6 +----- static/_redirects | 6 ++++++ 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/content/200-orm/025-getting-started/10-quickstart.mdx b/content/200-orm/025-getting-started/10-quickstart.mdx index 3956d275ac..c35f8a7dcb 100644 --- a/content/200-orm/025-getting-started/10-quickstart.mdx +++ b/content/200-orm/025-getting-started/10-quickstart.mdx @@ -4,8 +4,4 @@ sidebar_label: 'Quickstart' metaTitle: 'Quickstart with Prisma ORM' metaDescription: "This section provides a quick step-by-step guide to get started with Prisma ORM." hide_table_of_contents: true ---- - -import { Redirect } from '@docusaurus/router'; - -{/* */} \ No newline at end of file +--- \ No newline at end of file diff --git a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx index eb9e4786b8..6498e01214 100644 --- a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx +++ b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx @@ -4,8 +4,4 @@ sidebar_label: 'Add to existing project' metaTitle: 'Add Prisma ORM to an existing project' metaDescription: "This section provides a step-by-step guide to add Prisma ORM to an existing project." hide_table_of_contents: true ---- - -import { Redirect } from '@docusaurus/router'; - -{/* */} \ No newline at end of file +--- \ No newline at end of file diff --git a/content/250-postgres/50-getting-started/100-quickstart.mdx b/content/250-postgres/50-getting-started/100-quickstart.mdx index a4f1f772ec..0ba5999d35 100644 --- a/content/250-postgres/50-getting-started/100-quickstart.mdx +++ b/content/250-postgres/50-getting-started/100-quickstart.mdx @@ -4,8 +4,4 @@ sidebar_label: 'Quickstart' metaTitle: 'Quickstart: Prisma ORM with Prisma Postgres (5 min)' metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to Prisma Postgres and generating a Prisma Client for database access.' hide_table_of_contents: true ---- - -import { Redirect } from '@docusaurus/router'; - - \ No newline at end of file +--- \ No newline at end of file diff --git a/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx b/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx index e9c986bea7..21875a48d2 100644 --- a/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx +++ b/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx @@ -4,8 +4,4 @@ sidebar_label: 'Import from existing database' metaTitle: 'Import from existing Postgres database into Prisma Postgres' metaDescription: 'Learn how to import data from an existing PostgreSQL database into Prisma Postgres.' hide_table_of_contents: true ---- - -import { Redirect } from '@docusaurus/router'; - - \ No newline at end of file +--- \ No newline at end of file diff --git a/static/_redirects b/static/_redirects index 875bdece14..6980e8fee5 100644 --- a/static/_redirects +++ b/static/_redirects @@ -819,6 +819,12 @@ /orm/getting-started/quickstart* /docs/getting-started/prisma-orm/quickstart/prisma-postgres /orm/getting-started/add-to-existing-project* /docs/getting-started/prisma-orm/add-to-existing-project/prisma-postgres +/orm/getting-started/quickstart /docs/getting-started/prisma-orm/quickstart/prisma-postgres +/orm/getting-started/add-to-existing-project /docs/getting-started/prisma-orm/add-to-existing-project/prisma-postgres + +/postgres/getting-started/quickstart /docs/getting-started/prisma-postgres/quickstart/prisma-orm +/postgres/getting-started/import-from-existing-database /docs/getting-started/prisma-postgres/import-from-existing-database-postgresql + /getting-started/prisma-postgres/upgrade-from-early-access* /docs/postgres/getting-started /postgres/introduction/import-from-existing-database* /docs/getting-started/prisma-postgres/import-from-existing-database-postgresql From 6c935bce3b3593a7698aeb7f68ed25c0227f7e85 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 19 Nov 2025 13:43:32 -0500 Subject: [PATCH 6/6] redirects back --- content/200-orm/025-getting-started/10-quickstart.mdx | 6 +++++- .../025-getting-started/20-add-to-existing-project.mdx | 6 +++++- content/250-postgres/50-getting-started/100-quickstart.mdx | 6 +++++- .../200-import-from-existing-database.mdx | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/content/200-orm/025-getting-started/10-quickstart.mdx b/content/200-orm/025-getting-started/10-quickstart.mdx index c35f8a7dcb..c0f76d004c 100644 --- a/content/200-orm/025-getting-started/10-quickstart.mdx +++ b/content/200-orm/025-getting-started/10-quickstart.mdx @@ -4,4 +4,8 @@ sidebar_label: 'Quickstart' metaTitle: 'Quickstart with Prisma ORM' metaDescription: "This section provides a quick step-by-step guide to get started with Prisma ORM." hide_table_of_contents: true ---- \ No newline at end of file +--- + +import { Redirect } from '@docusaurus/router'; + + \ No newline at end of file diff --git a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx index 6498e01214..d1e66bfabd 100644 --- a/content/200-orm/025-getting-started/20-add-to-existing-project.mdx +++ b/content/200-orm/025-getting-started/20-add-to-existing-project.mdx @@ -4,4 +4,8 @@ sidebar_label: 'Add to existing project' metaTitle: 'Add Prisma ORM to an existing project' metaDescription: "This section provides a step-by-step guide to add Prisma ORM to an existing project." hide_table_of_contents: true ---- \ No newline at end of file +--- + +import { Redirect } from '@docusaurus/router'; + + \ No newline at end of file diff --git a/content/250-postgres/50-getting-started/100-quickstart.mdx b/content/250-postgres/50-getting-started/100-quickstart.mdx index 0ba5999d35..a4f1f772ec 100644 --- a/content/250-postgres/50-getting-started/100-quickstart.mdx +++ b/content/250-postgres/50-getting-started/100-quickstart.mdx @@ -4,4 +4,8 @@ sidebar_label: 'Quickstart' metaTitle: 'Quickstart: Prisma ORM with Prisma Postgres (5 min)' metaDescription: 'Create a new TypeScript project from scratch by connecting Prisma ORM to Prisma Postgres and generating a Prisma Client for database access.' hide_table_of_contents: true ---- \ No newline at end of file +--- + +import { Redirect } from '@docusaurus/router'; + + \ No newline at end of file diff --git a/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx b/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx index 21875a48d2..e9c986bea7 100644 --- a/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx +++ b/content/250-postgres/50-getting-started/200-import-from-existing-database.mdx @@ -4,4 +4,8 @@ sidebar_label: 'Import from existing database' metaTitle: 'Import from existing Postgres database into Prisma Postgres' metaDescription: 'Learn how to import data from an existing PostgreSQL database into Prisma Postgres.' hide_table_of_contents: true ---- \ No newline at end of file +--- + +import { Redirect } from '@docusaurus/router'; + + \ No newline at end of file