Skip to content

Commit e90e67b

Browse files
baellBrandon Waselnuk
andauthored
update copy and side bar only, img needs fix (#408)
Co-authored-by: Brandon Waselnuk <[email protected]>
1 parent 04efe0d commit e90e67b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"icon": "folder",
136-
"group": "Custom Subpaths",
136+
"group": "Custom Subdirectory",
137137
"pages": [
138138
"advanced/subpath/cloudflare",
139139
"advanced/subpath/route53-cloudfront",

settings/custom-domain.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
22
title: 'Custom Domain'
3-
description: "Host the documentation at your website's custom subdomain"
3+
description: "Host your documentation at your website's custom domain"
44
icon: 'globe'
55
---
66

7-
To set up your documentation on a custom subdomain, you'll need to set your desired custom subdomain in your Mintlify settings and configure your DNS settings on your domain provider.
7+
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 domain like mintlify.com/docs? Find
10+
Looking to set up a custom subdirectory like mintlify.com/docs? Find
1111
instructions [here](/advanced/subpath/cloudflare).
1212
</Info>
1313

1414
## Dashboard Settings
1515

16-
1. Head over to your [dashboard project](https://dashboard.mintlify.com)
17-
2. Click on the "Add custom subdomain".
18-
3. Enter your desired custom subdomain. For example, `docs.mintlify.com`.
16+
1. Head over to your [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`.
1920

2021
<Frame>
2122
<img
@@ -32,11 +33,11 @@ To set up your documentation on a custom subdomain, you'll need to set your desi
3233

3334
## Verification with Vercel
3435

35-
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 subdomain, as well as be emailed to you.
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.
3637

3738
## Configuring your DNS
3839

39-
1. Proceed to your domain's DNS settings on your domain provider.
40+
1. Proceed to your domain's DNS settings on your domain provider's website.
4041
2. Create a new DNS entry, inputting the following values:
4142

4243
```
@@ -49,4 +50,4 @@ CNAME | docs | cname.vercel-dns.com.
4950

5051
If you are using Cloudflare for your DNS provider, you'll need to have the “full strict” security option enabled for the https setting.
5152

52-
Please [contact support](mailto:[email protected]) if you don't see the custom subdomain set up after the above configuration.
53+
Please [contact support](mailto:[email protected]) if you don't see the custom domain set up after the above configuration.

0 commit comments

Comments
 (0)