-
Notifications
You must be signed in to change notification settings - Fork 870
DC-6461- Create Youtube Saas tutorial guide and create new doc section #7369
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
DC-6461- Create Youtube Saas tutorial guide and create new doc section #7369
Conversation
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
WalkthroughAdds a new "Vibe Coding Tutorials" entry to the AI docs and introduces a comprehensive Linktree-clone MDX tutorial; also updates sidebar navigation and spellcheck configuration. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ 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)
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/500-databases/840-cockroachdb.mdx
|
Deploying docs with
|
| Latest commit: |
7ad2fa3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cfd92d84.docs-51g.pages.dev |
| Branch Preview URL: | https://dc-6461-vibe-coding-saas-tut.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: 2
🧹 Nitpick comments (1)
content/900-ai/tutorials/linktree-clone.mdx (1)
715-715: Optional: Consider hyphenating compound adjective.The static analysis tool suggests "sign-up" (hyphenated) when used as a compound adjective before a noun, as in "sign-up flow." However, "sign up" (two words) is also widely accepted in modern usage, especially in tech documentation. This is purely a style preference.
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
content/900-ai/index.mdx(1 hunks)content/900-ai/tutorials/linktree-clone.mdx(1 hunks)sidebars.ts(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-10-08T16:22:57.129Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.
Applied to files:
content/900-ai/tutorials/linktree-clone.mdx
🪛 GitHub Actions: Documentation Checks
content/900-ai/index.mdx
[error] 134-134: Unknown word 'linktree' (spell check).
content/900-ai/tutorials/linktree-clone.mdx
[error] 2-2: Unknown word 'Linktree' (spell check).
[error] 3-3: Unknown word 'Linktree' (spell check).
[error] 4-4: Unknown word 'Linktree' (spell check).
[error] 5-5: Unknown word 'Linktree' (spell check).
[error] 6-6: Unknown word 'linktree' (spell check).
[error] 14-14: Unknown word 'Linktree' (spell check).
🪛 LanguageTool
content/900-ai/tutorials/linktree-clone.mdx
[grammar] ~715-~715: Use a hyphen to join words.
Context: ...our deployed app thoroughly: - [ ] Sign up flow works - [ ] Username claiming wo...
(QB_NEW_EN_HYPHEN)
⏰ 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 (2)
sidebars.ts (1)
497-505: LGTM! Sidebar integration is well-structured.The new "Vibe Coding Tutorials" category follows the existing sidebar patterns correctly and properly links to the new tutorial. The placement after "Prompts" and before "Coding Tools" makes logical sense for navigation.
content/900-ai/tutorials/linktree-clone.mdx (1)
12-731: Excellent tutorial structure and comprehensive coverage.This is a well-crafted, production-ready tutorial that:
- Provides clear prerequisites and setup instructions
- Uses a progressive, step-by-step approach with commits after each section
- Includes AI-assisted prompts that are specific and actionable
- Covers the complete development lifecycle from setup to deployment
- Properly references external documentation
- Includes verification steps ("Quick Check") after each major section
The integration with the sidebar and index page is correct, creating a complete user journey from discovery to implementation.
7ad2fa3
Summary by CodeRabbit
New Features
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.