-
Notifications
You must be signed in to change notification settings - Fork 856
DC-4951 Add create-db web to 220-npx-create-db.mdx
#7097
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
WalkthroughReworked a single MDX doc to introduce a two-option getting started structure (web UI and CLI), adjusted heading levels, expanded CLI quick start and region selection guidance, added explanatory notes about npx @latest and regions, applied terminal code block formatting, and retained/retitled existing claim and CLI options sections. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
Deploying docs with
|
| Latest commit: |
4d24882
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://84ef20e6.docs-51g.pages.dev |
| Branch Preview URL: | https://dc-4951-add-create-db-web-to.docs-51g.pages.dev |
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: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
content/250-postgres/100-introduction/220-npx-create-db.mdx (1)
144-145: Past deletion date in example; replace with neutral placeholder or relative textThe sample shows a deletion date in the past, which is confusing.
Apply:
-│ Your database will be deleted on 7/24/2025, 2:25:41 AM if not claimed. +│ Your database will be deleted in 24 hours if not claimed.Or, if you prefer a timestamp, use a neutral placeholder:
-│ Your database will be deleted on 7/24/2025, 2:25:41 AM if not claimed. +│ Your database will be deleted on <DATE_TIME_24H_FROM_NOW> if not claimed.
🧹 Nitpick comments (2)
content/250-postgres/100-introduction/220-npx-create-db.mdx (2)
27-48: Verify web UI feature claims and button copy
- Please confirm that the web app actually includes a “schema viewer and editor” and “Direct integration with Prisma Studio.” Prisma Studio edits data, not schema; if schema edits aren’t supported here, this wording is misleading. Also verify the exact UI label for “Create with the web interface” to match the real button text.
If edits are not supported, consider tightening copy, e.g., “Open Prisma Studio to browse and edit data. View your Prisma schema.” Would you like me to propose a wording diff after you confirm the UI texts?
52-52: Avoid nested “Option 1/2” labels inside another “Option 2: Using the CLI” sectionNumbering “Option 1/2” again under the CLI section can confuse readers. Use neutral titles.
Apply:
-#### Option 1: Quick start with default settings +#### Quick start with default settings -#### Option 2: Choose a region interactively +#### Choose a region interactivelyAlso applies to: 68-68
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
content/250-postgres/100-introduction/220-npx-create-db.mdx(3 hunks)
⏰ 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). (3)
- GitHub Check: runner / linkspector
- GitHub Check: Check internal links
- GitHub Check: Lost Pixel
🔇 Additional comments (1)
content/250-postgres/100-introduction/220-npx-create-db.mdx (1)
91-91: Sync JSON flag between docs and help output
Confirm whether the CLI actually supports--json, -jand then either add it to the--helpoutput block or remove it from the “Available CLI options” table (also update at lines 164–172 and 188–201).
Summary by CodeRabbit