Skip to content

Commit 1104e80

Browse files
authored
Update provider-specific info in custom domain docs (#886)
* add provider-specific settings section * use accordions
1 parent 7393a7f commit 1104e80

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

settings/custom-domain.mdx

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ icon: "globe"
77
To set up your documentation on a custom domain, you'll need to set your desired custom domain in your Mintlify settings and configure your DNS settings on your domain provider.
88

99
<Info>
10-
Looking to set up a custom subdirectory like mintlify.com/docs? Find
11-
instructions [here](/advanced/subpath/cloudflare).
10+
Looking to set up a custom subdirectory like `mintlify.com/docs`? See the [custom subdirectory](/advanced/subpath/cloudflare) docs.
1211
</Info>
1312

14-
## Dashboard Settings
13+
## Dashboard settings
1514

16-
1. Head over to the [dashboard](https://dashboard.mintlify.com)
17-
2. Click on "Settings".
18-
3. Click on "Custom Domain".
19-
4. Enter your desired custom domain. For example, `docs.mintlify.com`.
15+
1. Navigate to your [dashboard](https://dashboard.mintlify.com)
16+
2. Select **Settings**
17+
3. Select **Domain Setup**
18+
4. Enter your desired custom domain. For example, `docs.mintlify.com`
2019

2120
<Frame>
2221
<img
@@ -31,10 +30,6 @@ To set up your documentation on a custom domain, you'll need to set your desired
3130
/>
3231
</Frame>
3332

34-
## Verification with Vercel
35-
36-
If Vercel happens to be your domain provider, you will have to add a verification `TXT` record. This information will show on your dashboard after submitting your custom domain, as well as be emailed to you.
37-
3833
## Configuring your DNS
3934

4035
1. Proceed to your domain's DNS settings on your domain provider's website.
@@ -48,6 +43,14 @@ CNAME | docs | cname.vercel-dns.com.
4843
<img alt="DNS" src="https://mintlify-assets.b-cdn.net/mintlify-dns.png" />
4944
</Frame>
5045

51-
If you are using Cloudflare for your DNS provider, you'll need to have the “full strict” security option enabled for the https setting.
46+
## Provider-specific settings
47+
48+
<AccordionGroup>
49+
<Accordion title="Vercel verification">
50+
If Vercel is your domain provider, you must add a verification `TXT` record. This information will show on your dashboard after submitting your custom domain, as well as be emailed to you.
51+
</Accordion>
5252

53-
Please [contact support](mailto:[email protected]) if you don't see the custom domain set up after the above configuration.
53+
<Accordion title="Cloudflare security settings">
54+
If Cloudflare is your DNS provider, you must enable the "full strict" security option for the https setting.
55+
</Accordion>
56+
</AccordionGroup>

0 commit comments

Comments
 (0)