-
Notifications
You must be signed in to change notification settings - Fork 876
utm source added #7108
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
utm source added #7108
Conversation
WalkthroughAdds UTM tracking parameters to external links in the Railway deployment MDX page. No changes to prose, structure, or logic. No code or runtime impact. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests
Comment |
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
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 (1)
content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx (1)
7-87: Consider centralizing UTM tagging to avoid drift.If this pattern will be reused across pages, add an MDX component (e.g., ) or a rehype plugin to auto-append UTMs for specific domains to reduce future misses and typos.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.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 (6)
content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx (6)
7-7: UTM params added correctly on primary Railway link.Consistent with the pattern used elsewhere.
11-11: UTM params added to template link look good.Matches medium/source/campaign used above.
19-19: Account link UTM looks correct.Consistent with other links.
30-30: Dashboard link UTM looks correct.Parameters/order consistent.
87-87: Docs link UTM looks correct.Same convention applied to docs.
7-87: All Railway links include utm_medium
Verified that no Railway or docs.railway.app URLs without anutm_mediumparameter remain in thecontent/directory.
Deploying docs with
|
| Latest commit: |
98187bd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://23c51657.docs-51g.pages.dev |
| Branch Preview URL: | https://railway-docs-link-additions.docs-51g.pages.dev |
Summary by CodeRabbit