Skip to content

Commit f1ef8c8

Browse files
committed
add notes about DNS propagation
1 parent 0dd8f7d commit f1ef8c8

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
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 />

0 commit comments

Comments
 (0)