From 1357cc20a5faa40f03abc9881867cd7fb7d936d1 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Tue, 17 Feb 2026 15:27:50 -0500 Subject: [PATCH 1/3] fox(docs): resolved more 404s --- apps/docs/vercel.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/apps/docs/vercel.json b/apps/docs/vercel.json index 5548836dfd..a361857d6e 100644 --- a/apps/docs/vercel.json +++ b/apps/docs/vercel.json @@ -887,6 +887,33 @@ { "source": "/docs/postgres/database/tcp-tunnel", "destination": "/docs/postgres/database/direct-connections", "permanent": true }, { "source": "/docs/postgres/more/known-limitations", "destination": "/docs/postgres/introduction/overview", "permanent": true }, { "source": "/docs/postgres/database/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true }, - { "source": "/docs/postgres/integrations/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true } + { "source": "/docs/postgres/integrations/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true }, + { "source": "/docs/guides/upgrade-guides/upgrade-from-prisma-1/upgrade-from-mongodb-beta", "destination": "/docs/guides/upgrade-prisma-orm/v1", "permanent": true }, + { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-3", "destination": "/docs/guides/upgrade-prisma-orm/v3", "permanent": true }, + { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-4", "destination": "/docs/guides/upgrade-prisma-orm/v4", "permanent": true }, + { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-5", "destination": "/docs/guides/upgrade-prisma-orm/v5", "permanent": true }, + { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6", "destination": "/docs/guides/upgrade-prisma-orm/v6", "permanent": true }, + { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-7", "destination": "/docs/guides/upgrade-prisma-orm/v7", "permanent": true }, + { "source": "/docs/getting-started/setup-prisma/start-from-scratch/mongodb-typescript-mongodb", "destination": "/docs/prisma-orm/quickstart/mongodb", "permanent": true }, + { "source": "/docs/orm/more/tools-and-interfaces/prisma-config", "destination": "/docs/orm/reference/prisma-config-reference", "permanent": true }, + { "source": "/docs/reference/database-reference/sqlite", "destination": "/docs/orm/core-concepts/supported-databases/sqlite", "permanent": true }, + { "source": "/docs/orm/prisma-migrate/workflows/resolving-migration-issues", "destination": "/docs/orm/prisma-migrate/workflows/troubleshooting", "permanent": true }, + { "source": "/docs/data-platform/accelerate/what-is-accelerate", "destination": "/docs/accelerate", "permanent": true }, + { "source": "/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql", "destination": "/docs/prisma-orm/quickstart/postgresql", "permanent": true }, + { "source": "/docs/guides/deployment/vercel", "destination": "/docs/guides/integrations/vercel-deployment", "permanent": true }, + { "source": "/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-planetscale", "destination": "/docs/prisma-orm/quickstart/planetscale", "permanent": true }, + { "source": "/docs/deployment/deployment-guides/deploy-to-aws-lambda", "destination": "/docs/orm/prisma-client/deployment/serverless/deploy-to-aws-lambda", "permanent": true }, + { "source": "/docs/guides/other/authentication-and-authorization/jwt-authentication", "destination": "/docs/guides/authentication", "permanent": true }, + { "source": "/docs/orm/more/help-and-troubleshooting/prisma-7-upgrade", "destination": "/docs/guides/upgrade-prisma-orm/v7", "permanent": true }, + { "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/replit", "destination": "/docs/orm/prisma-client/setup-and-configuration/databases-connections", "permanent": true }, + { "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/resplit", "destination": "/docs/orm/prisma-client/setup-and-configuration/databases-connections", "permanent": true }, + { "source": "/docs/concepts/components/prisma-migrate/workflows/baselining", "destination": "/docs/orm/prisma-migrate/workflows/baselining", "permanent": true }, + { "source": "/docs/orm/prisma-client/deployment/deployment-guides/deploying-to-supabase", "destination": "/docs/guides/integrations/supabase-accelerate", "permanent": true }, + { "source": "/docs/orm/prisma-client/deployment/prisma-migrate-deploy", "destination": "/docs/orm/prisma-client/deployment/deploy-database-changes-with-prisma-migrate", "permanent": true }, + { "source": "/docs/getting-started/quickstart-sqlite", "destination": "/docs/prisma-orm/quickstart/sqlite", "permanent": true }, + { "source": "/docs/orm/more/help-and-troubleshooting/help-articles/database-drivers", "destination": "/docs/orm/core-concepts/supported-databases/database-drivers", "permanent": true }, + { "source": "/docs/orm/reference/driver-adapters/pg", "destination": "/docs/orm/core-concepts/supported-databases/postgresql#using-driver-adapters", "permanent": true }, + { "source": "/docs/guides/other/troubleshooting-orm/help-articles/vercel-caching-issue", "destination": "/docs/orm/more/troubleshooting/nextjs", "permanent": true }, + { "source": "/docs/getting-started/quickstart-postgresql", "destination": "/docs/prisma-orm/quickstart/postgresql", "permanent": true } ] } From f9386e15944ae44823839203eb23a8ecee49dfe2 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Tue, 17 Feb 2026 16:44:00 -0500 Subject: [PATCH 2/3] fix(docs): more 404s --- apps/docs/vercel.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/apps/docs/vercel.json b/apps/docs/vercel.json index a361857d6e..acffc919d3 100644 --- a/apps/docs/vercel.json +++ b/apps/docs/vercel.json @@ -914,6 +914,27 @@ { "source": "/docs/orm/more/help-and-troubleshooting/help-articles/database-drivers", "destination": "/docs/orm/core-concepts/supported-databases/database-drivers", "permanent": true }, { "source": "/docs/orm/reference/driver-adapters/pg", "destination": "/docs/orm/core-concepts/supported-databases/postgresql#using-driver-adapters", "permanent": true }, { "source": "/docs/guides/other/troubleshooting-orm/help-articles/vercel-caching-issue", "destination": "/docs/orm/more/troubleshooting/nextjs", "permanent": true }, - { "source": "/docs/getting-started/quickstart-postgresql", "destination": "/docs/prisma-orm/quickstart/postgresql", "permanent": true } + { "source": "/docs/getting-started/quickstart-postgresql", "destination": "/docs/prisma-orm/quickstart/postgresql", "permanent": true }, + { "source": "/docs/orm/prisma-client/type-safety/prisma-validator", "destination": "/docs/orm/prisma-client/type-safety", "permanent": true }, + { "source": "/docs/reference/more/telemetry", "destination": "/docs/orm/prisma-client/observability-and-logging/opentelemetry-tracing", "permanent": true }, + { "source": "/docs/llm-full.txt", "destination": "/docs/llms-full.txt", "permanent": true }, + { "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/mysql", "destination": "/docs/orm/core-concepts/supported-databases/mysql", "permanent": true }, + { "source": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/prisma-postgres", "destination": "/docs/postgres/database/serverless-driver", "permanent": true }, + { "source": "/docs/reference/tools-and-interfaces/prisma-client/raw-database-access", "destination": "/docs/orm/prisma-client/using-raw-sql", "permanent": true }, + { "source": "/docs/orm/reference/changelog", "destination": "/docs/orm/more/releases", "permanent": true }, + { "source": "/docs/orm/reference/preview-features", "destination": "/docs/orm/reference/preview-features/client-preview-features", "permanent": true }, + { "source": "/docs/orm/prisma-client/deployment/deploying-to-vercel", "destination": "/docs/orm/prisma-client/deployment/serverless/deploy-to-vercel", "permanent": true }, + { "source": "/docs/orm/prisma-client/setup-and-configuration/databases/sqlite", "destination": "/docs/orm/core-concepts/supported-databases/sqlite", "permanent": true }, + { "source": "/docs/concepts/prisma-migrate/prisma-config-ts", "destination": "/docs/orm/reference/prisma-config-reference", "permanent": true }, + { "source": "/docs/guides/prisma-postgres/get-started", "destination": "/docs/prisma-postgres/quickstart/prisma-orm", "permanent": true }, + { "source": "/docs/orm/guides/database/supabase", "destination": "/docs/guides/integrations/supabase-accelerate", "permanent": true }, + { "source": "/docs/orm/prisma-postgres/getting-started", "destination": "/docs/postgres", "permanent": true }, + { "source": "/docs/orm/reference/database-reference/connection-urls", "destination": "/docs/orm/reference/connection-urls", "permanent": true }, + { "source": "/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-cockroachdb", "destination": "/docs/prisma-orm/add-to-existing-project/cockroachdb", "permanent": true }, + { "source": "/docs/orm/prisma-client/deployment/accelerate-direct-connections", "destination": "/docs/postgres/database/direct-connections", "permanent": true }, + { "source": "/docs/orm/prisma-schema/data-model/datasources/mongodb", "destination": "/docs/orm/core-concepts/supported-databases/mongodb", "permanent": true }, + { "source": "/docs/orm/prisma-client/deployment/connection-pools", "destination": "/docs/orm/prisma-client/setup-and-configuration/databases-connections/connection-pool", "permanent": true }, + { "source": "/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-node-planetscale", "destination": "/docs/prisma-orm/add-to-existing-project/planetscale", "permanent": true }, + { "source": "/docs/reference/api-reference/prisma-config-reference", "destination": "/docs/orm/reference/prisma-config-reference", "permanent": true } ] } From bcbe77067bff2fb78f54873e75d9232901a817fc Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Tue, 17 Feb 2026 16:54:52 -0500 Subject: [PATCH 3/3] fix(docs): removed duplicates --- apps/docs/vercel.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/docs/vercel.json b/apps/docs/vercel.json index acffc919d3..f5516d929c 100644 --- a/apps/docs/vercel.json +++ b/apps/docs/vercel.json @@ -889,11 +889,6 @@ { "source": "/docs/postgres/database/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true }, { "source": "/docs/postgres/integrations/tooling", "destination": "/docs/postgres/integrations/viewing-data", "permanent": true }, { "source": "/docs/guides/upgrade-guides/upgrade-from-prisma-1/upgrade-from-mongodb-beta", "destination": "/docs/guides/upgrade-prisma-orm/v1", "permanent": true }, - { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-3", "destination": "/docs/guides/upgrade-prisma-orm/v3", "permanent": true }, - { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-4", "destination": "/docs/guides/upgrade-prisma-orm/v4", "permanent": true }, - { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-5", "destination": "/docs/guides/upgrade-prisma-orm/v5", "permanent": true }, - { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6", "destination": "/docs/guides/upgrade-prisma-orm/v6", "permanent": true }, - { "source": "/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-7", "destination": "/docs/guides/upgrade-prisma-orm/v7", "permanent": true }, { "source": "/docs/getting-started/setup-prisma/start-from-scratch/mongodb-typescript-mongodb", "destination": "/docs/prisma-orm/quickstart/mongodb", "permanent": true }, { "source": "/docs/orm/more/tools-and-interfaces/prisma-config", "destination": "/docs/orm/reference/prisma-config-reference", "permanent": true }, { "source": "/docs/reference/database-reference/sqlite", "destination": "/docs/orm/core-concepts/supported-databases/sqlite", "permanent": true },