Skip to content

Commit 4b2653d

Browse files
Update quickstart.mdx
1 parent 593c32b commit 4b2653d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

quickstart.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,27 +122,25 @@ Edit directly in your browser with a visual interface.
122122

123123
Learn more in the [web editor documentation](/editor).
124124

125-
## Adding a custom domain
125+
## Add a custom domain
126126

127-
While your `<your-project-name>.mintlify.app` subdomain works well for testing and development, most teams prefer using a custom domain for production documentation.
128-
129-
To add a custom domain, navigate to the [Domain Setup](https://dashboard.mintlify.com/settings/deployment/custom-domain) page in your dashboard.
127+
Go to [Domain Setup](https://dashboard.mintlify.com/settings/deployment/custom-domain) in your dashboard.
130128

131129
<Frame>
132130
<img src="/images/quickstart/custom-domain-light.png" alt="Custom Domain" className="block dark:hidden" />
133131
<img src="/images/quickstart/custom-domain-dark.png" alt="Custom Domain" className="hidden dark:block" />
134132
</Frame>
135133

136-
Enter your domain (for example, `docs.yourcompany.com`) and follow the provided instructions to configure DNS settings with your domain provider.
134+
Enter your domain (e.g., `docs.yourcompany.com`) and add this DNS record:
137135

138136
<Table>
139137
| Record Type | Name | Value | TTL |
140138
|-------------|------|-------|-----|
141-
| CNAME | docs (or subdomain) | cname.vercel-dns.com | 3600 |
139+
| CNAME | docs | cname.vercel-dns.com | 3600 |
142140
</Table>
143141

144142
<Info>
145-
DNS changes can take up to 48 hours to propagate, though changes often complete much sooner.
143+
DNS changes can take up to 48 hours to propagate.
146144
</Info>
147145

148146
## Next steps

0 commit comments

Comments
 (0)