Skip to content

Commit 4f8a235

Browse files
authored
Add notes with DNS propagation details (#850)
* update snippets * add notes about DNS propagation
1 parent 959b551 commit 4f8a235

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "Cloudflare"
33
description: "Host documentation at a /docs subpath using Cloudflare Workers"
44
---
55

6+
import Propagating from "/snippets/custom-subpath-propagating.mdx";
7+
68
To host your documentation at a `/docs` subpath using Cloudflare, you will need to create and configure a Cloudflare Worker.
79

810
<Info>
@@ -57,8 +59,9 @@ async function handleRequest(request) {
5759
}
5860
```
5961

60-
Select `Deploy` and wait for the changes to propagate (it can take up to a few
61-
hours).
62+
Select **Deploy** and wait for the changes to propagate.
63+
64+
<Propagating />
6265

6366
### Test your Worker
6467

@@ -137,4 +140,6 @@ If you use Webflow to host your main site and want to serve Mintlify docs at `/d
137140
}
138141
}
139142
```
140-
5. Select Deploy and wait for the changes to propagate, which can take up to a few hours.
143+
5. Select **Deploy** and wait for the changes to propagate.
144+
145+
<Propagating />

advanced/subpath/route53-cloudfront.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebarTitle: "AWS"
44
description: "Host documentation at a /docs subdirectory using AWS services"
55
---
66

7+
import Propagating from "/snippets/custom-subpath-propagating.mdx";
8+
79
## Create Cloudfront Distribution
810

911
Navigate to [Cloudfront](https://aws.amazon.com/cloudfront) inside the AWS console and click on `Create distribution`
@@ -139,4 +141,6 @@ Click `Create records`.
139141
You may need to remove the existing A record if one currently exists.
140142
</Note>
141143

142-
And voila! You should be able to have your documentation served at `/docs` for your primary domain.
144+
And voila! Your documentation will be served at `/docs` for your primary domain.
145+
146+
<Propagating />

snippets/custom-subpath-gating.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Info>
22
**Prerequisite**: Your primary domain (company.com) is hosted on {platform}
3-
and you are on the [Pro plan or above](https://mintlify.com/pricing).
3+
and you are on the [Pro, Growth, or Enterprise plan](https://mintlify.com/pricing).
44
</Info>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Note>
2+
After configuring your DNS, custom subdomains are usually available within a few minutes. DNS propagation can sometimes take 1-4 hours, and in rare cases up to 48 hours. If your subdomain is not immediately available, please wait before troubleshooting.
3+
</Note>

0 commit comments

Comments
 (0)