Skip to content

Fix next batch of docs redirect destinations#7834

Open
mhessdev wants to merge 1 commit intocodex/seo-docs-remediation-followupfrom
codex/seo-docs-remediation-batch2
Open

Fix next batch of docs redirect destinations#7834
mhessdev wants to merge 1 commit intocodex/seo-docs-remediation-followupfrom
codex/seo-docs-remediation-batch2

Conversation

@mhessdev
Copy link
Copy Markdown
Contributor

@mhessdev mhessdev commented Apr 27, 2026

Summary

  • add missing hub pages for Prisma Postgres import flows, Prisma Postgres database docs, and ORM dev environment docs
  • retarget broken legacy redirects to real current docs for platform CLI and Prisma schema pages
  • redirect the old Prisma 1 upgrade path to the current upgrade guide

Validation

  • ran pnpm --filter docs run audit:redirects
  • reduced the redirect table by another missing-destination batch while keeping the remaining backlog focused on old setup-prisma and legacy concept paths

Stack

Summary by CodeRabbit

  • Documentation
    • Added new guide for ORM development environment setup, including editor tooling and environment variable management.
    • Added comprehensive Postgres database documentation covering connection pooling, backups, extensions, and serverless driver topics.
    • Added guide for importing existing PostgreSQL or MySQL databases into Prisma Postgres.
    • Updated documentation navigation structure and routing redirects for improved discoverability.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Apr 27, 2026 7:01pm
docs Ready Ready Preview, Comment Apr 27, 2026 7:01pm
eclipse Ready Ready Preview, Comment Apr 27, 2026 7:01pm
site Ready Ready Preview, Comment Apr 27, 2026 7:01pm

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

🍈 Lychee Link Check Report

20 links: ✅ 0 OK | 🚫 0 errors | 🔀 0 redirects | 👻 20 excluded

✅ All links are working!


Full Statistics Table
Status Count
✅ Successful 0
🔀 Redirected 0
👻 Excluded 20
🚫 Errors 0
⛔ Unsupported 0
⏳ Timeouts 0
❓ Unknown 0

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 44c6e963-a7aa-4476-9ec6-39b1fa9bde92

📥 Commits

Reviewing files that changed from the base of the PR and between 9f17ba1 and e86b661.

📒 Files selected for processing (6)
  • apps/docs/content/docs/orm/more/dev-environment/index.mdx
  • apps/docs/content/docs/orm/more/dev-environment/meta.json
  • apps/docs/content/docs/postgres/database/index.mdx
  • apps/docs/content/docs/postgres/database/meta.json
  • apps/docs/content/docs/postgres/import-from-existing-database.mdx
  • apps/docs/vercel.json

Walkthrough

This pull request introduces new documentation pages for Prisma ORM development environment setup and Postgres database topics, updates related page routing metadata, and modifies redirect rules in the docs site configuration to reflect organizational changes.

Changes

Cohort / File(s) Summary
ORM Development Environment
apps/docs/content/docs/orm/more/dev-environment/index.mdx, apps/docs/content/docs/orm/more/dev-environment/meta.json
Adds introductory documentation page for local Prisma ORM development environment setup with navigation to environment variables and editor setup guides; updates page routing metadata to include the new index page.
Postgres Database Documentation
apps/docs/content/docs/postgres/database/index.mdx, apps/docs/content/docs/postgres/database/meta.json
Introduces new index page organizing Postgres operational topics into three navigation groups (getting started, operations & maintenance, related pages); adds corresponding metadata entry to page routing array.
Postgres Import Guidance
apps/docs/content/docs/postgres/import-from-existing-database.mdx
Creates new guide documenting how to select the correct import path when migrating existing PostgreSQL or MySQL databases to Prisma Postgres, with setup prerequisites and links to related documentation.
Redirect Configuration
apps/docs/vercel.json
Updates permanent redirect rules: platform CLI routes now point to /docs/cli/console; removes outdated Postgres database redirect; updates upgrade guide references; repoints Prisma schema reference URLs to consolidated ORM documentation pages.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Fix next batch of docs redirect destinations' directly aligns with the primary changeset, which focuses on correcting and retargeting broken legacy documentation redirects across multiple pages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci
Copy link
Copy Markdown

argos-ci Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Apr 27, 2026, 7:07 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants