-
Notifications
You must be signed in to change notification settings - Fork 863
fix: clean-up from prisma 7 #7287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughStandardizes dotenv usage and adjusts prisma.config.ts examples across many docs (adding, reordering, or removing Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Pre-merge checks❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
Comment |
Dangerous URL checkAbsolute URLsThe following files have absolute URLs to prisma.io/docs. Please replace them with relative URLs. No local URLs found. |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
🍈 Lychee Link Check Report
📊 Results Overview
Errors per inputErrors in 200-orm/500-reference/250-error-reference.mdx
Errors in 800-guides/050-migrate-from-mongoose.mdx
|
Deploying docs with
|
| Latest commit: |
48b7a74
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ef54063f.docs-51g.pages.dev |
| Branch Preview URL: | https://patch-ankur-docs.docs-51g.pages.dev |
|
@ankur-arch There are some failing pris.ly links. Could fixes for those be included in this PR? |
🍈 Lychee Link Check Report
📊 Results Overview
Errors per inputErrors in 200-orm/500-reference/250-error-reference.mdx
Errors in 800-guides/050-migrate-from-mongoose.mdx
Errors in 800-guides/180-solid-start.mdx
Errors in 800-guides/370-bun.mdx
|
- Replaces external shortlinks in with internal stable paths (). - Creates client-side redirect pages for error codes to support local development and ensure link stability. - Updates to include server-side rules for the new error paths. - Preserves the visual display of links in error messages for fidelity with CLI output. Ref: P2024, P3003, P3005, P3009, P3014, P3018, P3019, P3020, P3021, P3022, P2031
cffd534
🍈 Lychee Link Check Report
📊 Results Overview
Errors per inputErrors in 200-orm/500-reference/250-error-reference.mdx
|
🍈 Lychee Link Check Report
📊 Results Overview
|
🍈 Lychee Link Check Report
📊 Results Overview
Errors per inputErrors in 800-guides/220-astro.mdx
Errors in 800-guides/400-betterauth-astro.mdx
|
There was a problem hiding this 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
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
content/200-orm/500-reference/300-errors/_category_.json(1 hunks)src/theme/DocCardList/index.tsx(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- content/200-orm/500-reference/300-errors/category.json
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.
🧬 Code graph analysis (1)
src/theme/DocCardList/index.tsx (1)
src/theme/DocItem/Content/index.js (1)
location(30-30)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Check internal links
- GitHub Check: Cloudflare Pages
Summary by CodeRabbit
Documentation
Bug Fixes
✏️ Tip: You can customize this high-level summary in your review settings.