docs: document custom domain TXT verification records#5678
docs: document custom domain TXT verification records#5678mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 800d62f. Configure here.
| <Accordion title="Vercel verification"> | ||
| If Vercel is your domain provider, you must add a verification `TXT` record. This information appears on your dashboard after submitting your custom domain, and is emailed to you. | ||
| </Accordion> | ||
|
|
There was a problem hiding this comment.
Redundant AccordionGroup wrapping a single Accordion element
Low Severity
After removing the "Vercel verification" accordion, the <AccordionGroup> now wraps only a single <Accordion>. In Mintlify, <AccordionGroup> exists to group multiple accordions together; a standalone <Accordion> renders fine on its own without a group wrapper. The <AccordionGroup> is now redundant and adds unnecessary nesting.
Reviewed by Cursor Bugbot for commit 800d62f. Configure here.


Summary
Document the
_acme-challengeand_cf-custom-hostnameTXT records that the dashboard now displays and automatically verifies when you add a custom domain.Changes
Context
The upstream change adds automatic verification of custom-domain TXT records via DNS lookups, and surfaces the records and their configuration status in the dashboard. The existing custom domain page didn't mention these records, so users following the dashboard prompts had no documentation explaining what to add or why.
Note
Low Risk
Low risk documentation-only changes; no product code or runtime behavior is modified.
Overview
Adds a new Verification TXT records section to
customize/custom-domain.mdx, documenting the required_acme-challengeand_cf-custom-hostnameTXTrecords and noting the dashboard auto-checks their DNS status.Updates TLS provisioning wording to reflect Mintlify’s certificate issuance flow (and that HTTPS is available after provisioning), and removes the outdated Vercel-specific verification accordion.
Reviewed by Cursor Bugbot for commit 800d62f. Bugbot is set up for automated code reviews on this repo. Configure here.