Update from code changes: document mint add-domain CLI command#6719
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 616b8a0. Configure here.
|
|
||
| ```bash | ||
| mint add-domain docs.example.com | ||
| ``` |
There was a problem hiding this comment.
Locale files outside PR scope
Low Severity
This PR’s description scopes localization to English and Spanish, but the diff also changes French and Chinese pages. .mintlify/AGENTS.md says docs PRs should only edit English and leave es/, fr/, and zh/ to the translation workflow, so these locale edits look out of scope and risk conflicting with that process.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 616b8a0. Configure here.
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>


Summary
Documents the new
mint add-domain <domain>CLI command, which registers a custom domain on a deployment from the terminal and prints the DNS records to configure. Adds a command reference entry to the CLI docs and a cross-link from the custom domain guide, mirrored in Spanish.Triggered by https://github.com/mintlify/mint/pull/9455.
Changes
mint add-domainsection to the CLI command reference (English and Spanish).Note
Low Risk
Documentation-only updates with no runtime or deployment logic changes.
Overview
Documents
mint add-domain <domain>so users can register a custom domain from the terminal (aftermint login), using the configured or first account subdomain, waiting up to 10 seconds for DNS values, then printingTXT/CNAMEsetup guidance with a dashboard fallback for pending records.Adds a full
mint add-domainsection to the CLI command reference and a Tip on the custom domain guide linking to that command, in English, Spanish, French, and Chinese.Reviewed by Cursor Bugbot for commit adf7e0f. Bugbot is set up for automated code reviews on this repo. Configure here.