fix: update custom domain setup guide#732
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates the custom domain setup guide documentation with refreshed metadata, a reorganized step-by-step general setup flow with provider-specific DNS guidance, new sections for social sign-in provider integration and multi-level subdomain handling, and expanded FAQ/troubleshooting coverage addressing token behavior, DNS formatting, provisioning timing, and local domain limitations. ChangesCustom Domain Setup Guide
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Deploying kinde-docs-preview with
|
| Latest commit: |
8c66ee6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9fd5094b.kinde-docs-preview.pages.dev |
| Branch Preview URL: | https://tamal-update-add-custom-doma.kinde-docs-preview.pages.dev |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/content/docs/build/domains/pointing-your-domain.mdx`:
- Around line 146-154: The two instructional screenshots currently use empty alt
attributes which makes them inaccessible; update the <img> elements that
reference the URLs ending with "9247cb87-9e7a-4977-b3f5-6c8b52f64200/public"
(and the other image at lines around the same block) to provide short
descriptive alt text that conveys the screenshot purpose (e.g., "DNS settings in
provider dashboard" or "Add CNAME record dialog") instead of alt=""; keep other
attributes (width, loading, decoding) unchanged.
- Around line 198-201: The CNAME example entry uses an incorrect
self-referential Value (`account.example.com`) that contradicts the earlier
“Value from Kinde” instruction; update the CNAME Value example in the block that
lists Host: `account` and Record type: `CNAME` to show the Kinde-provided target
(e.g., replace `account.example.com` with a clear placeholder like “Value from
Kinde” or the provider target example such as `your-tenant.kinde.com`) so
readers are guided to use the actual target shown in Kinde rather than pointing
to their own domain.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: e29c2708-edb1-4ef9-bbf6-122640c52abf
📒 Files selected for processing (1)
src/content/docs/build/domains/pointing-your-domain.mdx
Restructured and rewrote the custom domain setup guide with clearer step-by-step instructions, field-by-field DNS setup details, provisioning status screenshots, and provider-specific links. Moved CAA records, social sign-in, and multi-level subdomains into an Advanced setup section, and expanded FAQs. Also fixed grammar, hyphenation, parallel structure, and frontmatter throughout.
Summary by CodeRabbit