-
Notifications
You must be signed in to change notification settings - Fork 870
Add elysia guide #7367
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
Add elysia guide #7367
Conversation
WalkthroughAdds a new Elysia + Prisma integration guide, updates sidebar navigation to include the guide, and adds "elysia" to the spell-check dictionary. No code-level exports or runtime behavior changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks✅ Passed checks (3 passed)
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. Comment |
|
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/050-overview/100-introduction/250-should-you-use-prisma.mdx
|
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
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
🧹 Nitpick comments (1)
content/800-guides/440-elysia.mdx (1)
438-447: Clarify the “Next steps” bullet about update/delete endpointsYou already implement
PUT /todos/:idandDELETE /todos/:id, so the bullet:
Add update and delete endpointscan be confusing as a “next step”. Consider rephrasing it to something that builds on the existing routes, e.g.:
-- Add update and delete endpoints +- Extend your endpoints with features like filtering, pagination, or sortingThis keeps the section focused on genuine follow‑up work rather than repeating what the guide already did.
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
content/800-guides/440-elysia.mdx(1 hunks)sidebars.ts(1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: 2025-10-08T16:23:00.388Z
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: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".
Applied to files:
content/800-guides/440-elysia.mdx
📚 Learning: 2025-11-20T21:00:02.587Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7301
File: content/800-guides/410-cloudflare-workers.mdx:87-107
Timestamp: 2025-11-20T21:00:02.587Z
Learning: Do not suggest changes to `prisma.config.ts` files in the prisma/docs repository, as the code examples are intentional for documentation purposes.
Applied to files:
content/800-guides/440-elysia.mdx
🪛 GitHub Actions: Documentation Checks
content/800-guides/440-elysia.mdx
[error] 2-2: Unknown word (Elysia) detected by cspell.
[error] 3-3: Unknown word (Elysia) detected by cspell.
[error] 4-4: Unknown word (Elysia) detected by cspell.
[error] 5-5: Unknown word (Elysia) detected by cspell.
[error] 6-6: Unknown word (elysia) detected by cspell.
[error] 13-13: Unknown word (Elysia) detected by cspell.
⏰ 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
🔇 Additional comments (1)
sidebars.ts (1)
361-373: Sidebar entry for Elysia guide looks correctThe new
"guides/elysia"slug matches the MDX doc id and will be ordered correctly by the subsequent.sort(). No further changes needed here.
🍈 Lychee Link Check Report
📊 Results Overview
Errors per inputErrors in 200-orm/100-prisma-schema/10-overview/03-generators.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 (1)
cSpell.json(1 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). (2)
- GitHub Check: Check internal links
- GitHub Check: Cloudflare Pages
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.