-
-
Notifications
You must be signed in to change notification settings - Fork 38
add a community packages page #482
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA new documentation file listing community-contributed ZenStack packages was added. Additionally, the sidebar positions for two existing documentation pages were incremented, and a heading was updated in the sample projects documentation. No changes were made to code or exported entities. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 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 comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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
🧹 Nitpick comments (7)
docs/samples.md (4)
48-48: Typo: “App Route” → “App Router”Keep terminology consistent with other entries.
- - [Next.js (App Route) + tRPC](https://github.com/zenstackhq/sample-blog-nextjs-app-trpc) + - [Next.js (App Router) + tRPC](https://github.com/zenstackhq/sample-blog-nextjs-app-trpc)
79-79: Typo: “mangement” → “management”- - Minimal Kanban task mangement platform + - Minimal Kanban task management platform
68-68: Hyphenation consistency for TanStack namesUse “TanStack Query” and “TanStack Router” (no hyphens) to match other occurrences.
- - Frontend: React + TanStack-Query + TanStack-Router + MUI5 + Vite + - Frontend: React + TanStack Query + TanStack Router + MUI5 + Vite
87-87: Capitalization: “Api” → “API”- - Api Docs with Scalar + - API Docs with Scalardocs/community-packages.md (3)
12-12: Grammar and clarity improvementsFix “you graphql” and make the sentence complete.
- This plugin generates a complete GraphQL schema with relations, filtering, sorting, and pagination. Saving you hours of boilerplate code to match your database models with you graphql server. + This plugin generates a complete GraphQL schema with relations, filtering, sorting, and pagination. It saves you hours of boilerplate by matching your database models with your GraphQL server.
16-16: Brand capitalization consistency (“ZenStack”)Use “ZenStack” consistently.
- Zenstack UI is a React UI library for automating form and list generation with Zenstack. It utilizes Zenstack metadata to automatically generate forms and perform required queries and mutations. + ZenStack UI is a React UI library for automating form and list generation with ZenStack. It utilizes ZenStack metadata to automatically generate forms and perform required queries and mutations.
6-16: Optional: add a brief community disclaimerHelpful to set expectations about third‑party maintenance and invite contributions.
# Community Packages Our wonderful community has created the following packages that extend ZenStack's functionality. + +:::note +These are third‑party community packages and are maintained by their respective authors. They may evolve independently of ZenStack’s release cycle. If you find issues or have a new package to add, please open a PR to update this page. +:::
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
docs/community-packages.md(1 hunks)docs/samples.md(1 hunks)docs/upgrade.md(1 hunks)
🔇 Additional comments (3)
docs/upgrade.md (1)
6-6: Sidebar position update looks goodPosition set to 9 aligns with the added Community Packages (7) and Samples (8) pages.
docs/samples.md (2)
2-2: Sidebar order adjustment approvedSetting sidebar_position to 8 correctly places this after “Community Packages” (7) and before “Upgrade” (9).
6-6: Heading simplification is fine“Sample Projects” is concise and consistent with sidebar_label.
Summary by CodeRabbit