Skip to content

Conversation

@mhartington
Copy link
Member

@mhartington mhartington commented Feb 3, 2026

Summary by CodeRabbit

  • Documentation
    • Simplified Prisma Studio command in the Getting Started guide.
    • Updated Cloudflare edge deployment docs to use the new configuration format and compatibility flag.
    • Updated Prisma 7 upgrade guide examples to show the prisma client exported for importability.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

Dangerous URL check

No absolute URLs to prisma.io/docs found.
No local URLs found.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

Walkthrough

This PR updates three documentation pages: it simplifies a Prisma Studio CLI invocation, replaces Cloudflare Wrangler TOML configuration with a JSONC example using nodejs_compat, and changes a PrismaClient example to export the prisma instance as a named export.

Changes

Cohort / File(s) Summary
Getting Started Documentation
content/100-getting-started/_components/_explore-data.mdx
Removed --config ./prisma.config.ts from the Prisma Studio command and adjusted an admonition opening from :::info[Supported databases] to a generic :::; whitespace/EOF change noted.
Deployment Configuration
content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx
Replaced wrangler.toml examples with wrangler.jsonc, updated compatibility flag from node_compat to nodejs_compat, added compatibility_date entry, and removed the prior note about Pages/node_compat.
Upgrade Guide Examples
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx
Changed const prisma = new PrismaClient({ adapter }) to export const prisma = new PrismaClient({ adapter }), making the instance a named export in the example.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'chore(): clean up some docs content' is vague and generic, using non-descriptive language that doesn't convey meaningful information about the specific changes made. Consider a more specific title such as 'docs: update Prisma Studio, Cloudflare, and upgrade guide examples' to clarify the actual scope of documentation changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

  • This PR does not change any pages in a way that would require a redirect.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2309
✅ Successful 2279
⏳ Timeouts 0
🔀 Redirected 2
👻 Excluded 24
❓ Unknown 0
🚫 Errors 3
⛔ Unsupported 1

Errors per input

Errors in 200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx

Errors in 200-orm/200-prisma-client/300-client-extensions/140-shared-extensions/100-permit-rbac.mdx

Errors in 250-postgres/350-integrations/200-vercel.mdx

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In
`@content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx`:
- Line 260: Fix the typo in the Cloudflare compatibility flag by replacing the
incorrect `nodejsjs_compat` with the correct `nodejs_compat` (as referenced in
the wrangler.jsonc example and the section header), ensuring the documentation
and any example config use `nodejs_compat`.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 3, 2026

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 55387dd
Status: ✅  Deploy successful!
Preview URL: https://33f58cff.docs-51g.pages.dev
Branch Preview URL: https://docs-cleanup.docs-51g.pages.dev

View logs

…deploy-to-cloudflare.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2309
✅ Successful 2278
⏳ Timeouts 0
🔀 Redirected 4
👻 Excluded 24
❓ Unknown 0
🚫 Errors 2
⛔ Unsupported 1

Errors per input

Errors in 200-orm/500-reference/100-prisma-schema-reference.mdx

Errors in 250-postgres/350-integrations/200-vercel.mdx

@mhartington mhartington merged commit 86eb64c into main Feb 3, 2026
7 of 8 checks passed
@mhartington mhartington deleted the docs-cleanup branch February 3, 2026 12:46
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