docs(generators): add @lexmata/prisma-ent-generator to v6 community list#7862
docs(generators): add @lexmata/prisma-ent-generator to v6 community list#7862quinnjr wants to merge 1 commit intoprisma:mainfrom
Conversation
The v6 community generators list still does not mention any generator that produces Go Ent schemas, so a Prisma + Go user on the v6 docs has no entry point to find one. Add `@lexmata/prisma-ent-generator` to the v6 list at the same position the v7 docs already use, so v6 readers get parity with the v7 page. Also whitelist `lexmata` in apps/docs/cspell.json so the spellcheck step picks up the new package scope. Only the Ent generator is added in this PR; the matching Python and NestJS generators are tracked in prisma#7803 and can be ported to v6 separately if approved there.
|
@quinnjr is attempting to deploy a commit to the Prisma Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis pull request introduces a new community-contributed Prisma generator for Go Ent schema generation and updates documentation and tooling configurations to reflect this addition. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes These are straightforward, localized additions with no logic changes or structural implications. The documentation entry adds a single generator reference, and the spell-check update is a simple dictionary entry to prevent false positives on the new term. Both changes are self-contained and require minimal verification. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ 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. Review rate limit: 6/8 reviews remaining, refill in 11 minutes and 46 seconds.Comment |
Summary
Adds
@lexmata/prisma-ent-generatorto the v6 docs' Community generators list atapps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx, mirroring the entry already present in v7. Also whitelistslexmatainapps/docs/cspell.jsonso the spellcheck step passes.The v6 list currently has no Go Ent generator entry, so Prisma + Go users on the v6 docs don't have a discoverable starting point. This PR closes that gap. The Python and NestJS generators from #7803 are not included here — only the Ent generator is added — and can be ported to v6 separately if approved upstream.
Test plan
pnpx cspell content/docs.v6/orm/prisma-schema/overview/generators.mdx cspell.json— 0 issuesSummary by CodeRabbit
Documentation
Chores