Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/route53-cloudfront.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "AWS Route 53 and CloudFront"
title: "Deploy at a subpath with AWS Route 53 and CloudFront"
sidebarTitle: "AWS"
description: "Deploy your Mintlify documentation at a subpath on AWS using Route 53 for DNS routing and CloudFront as a CDN with Lambda@Edge functions."
keywords: ["AWS deployment", "Route 53 DNS", "CloudFront CDN", "cache policies"]
Expand Down Expand Up @@ -135,7 +135,7 @@
- Set "Cache policy" to **CachingDisabled**.
- Set "Origin request policy" to **AllViewerExceptHostHeader**.
- Set "Viewer protocol policy" to **Redirect HTTP to HTTPS**.
- Set "Allowed HTTP methods" to **GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE**.

Check warning on line 138 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L138

Spell out 'HEAD', if it's unfamiliar to the audience.

Check warning on line 138 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L138

Spell out 'PUT', if it's unfamiliar to the audience.

Check warning on line 138 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L138

Spell out 'PATCH', if it's unfamiliar to the audience.

<Warning>
CloudFront only allows `GET` and `HEAD` requests by default. If you don't allow all HTTP methods, CloudFront rejects the `POST` requests that Mintlify uses for analytics, and your dashboard won't show any page views even though your docs load normally.
Expand All @@ -154,7 +154,7 @@
- Set "Cache policy" to **CachingDisabled**.
- Set "Origin request policy" to **AllViewerExceptHostHeader**.
- Set "Viewer protocol policy" to **Redirect HTTP to HTTPS**.
- Set "Allowed HTTP methods" to **GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE**.

Check warning on line 157 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L157

Spell out 'HEAD', if it's unfamiliar to the audience.

Check warning on line 157 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L157

Spell out 'PUT', if it's unfamiliar to the audience.

Check warning on line 157 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L157

Spell out 'PATCH', if it's unfamiliar to the audience.

### `/mintlify-assets/*`

Expand All @@ -171,7 +171,7 @@
- Set "Cache policy" to **CachingDisabled**.
- Set "Origin request policy" to **AllViewerExceptHostHeader**.
- Set "Viewer protocol policy" to **Redirect HTTP to HTTPS**.
- Set "Allowed HTTP methods" to **GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE**.

Check warning on line 174 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L174

Spell out 'HEAD', if it's unfamiliar to the audience.

Check warning on line 174 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L174

Spell out 'PUT', if it's unfamiliar to the audience.

Check warning on line 174 in deploy/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/route53-cloudfront.mdx#L174

Spell out 'PATCH', if it's unfamiliar to the audience.

### `Default (*)`

Expand Down
2 changes: 1 addition & 1 deletion es/deploy/route53-cloudfront.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "AWS Route 53 y CloudFront"
title: "Despliega en una subruta con AWS Route 53 y CloudFront"
sidebarTitle: "AWS"
description: "Despliega tu documentación de Mintlify en una subruta en AWS usando Route 53 para el enrutamiento DNS y CloudFront como CDN con funciones Lambda@Edge."
keywords: ["implementación en AWS", "Route 53 DNS", "CloudFront CDN", "políticas de caché"]
Expand Down
2 changes: 1 addition & 1 deletion fr/deploy/route53-cloudfront.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "AWS Route 53 et CloudFront"
title: "Déployer sur un sous-chemin avec AWS Route 53 et CloudFront"
sidebarTitle: "AWS"
description: "Déployez votre documentation Mintlify sur un sous-chemin AWS en utilisant Route 53 pour le routage DNS et CloudFront comme CDN avec des fonctions Lambda@Edge."
keywords: ["déploiement AWS", "Route 53 DNS", "CloudFront CDN", "stratégies de cache"]
Expand Down
2 changes: 1 addition & 1 deletion zh/deploy/route53-cloudfront.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "AWS Route 53 和 CloudFront"
title: "使用 AWS Route 53 和 CloudFront 在子路径下部署"
sidebarTitle: "AWS"
description: "使用 AWS Route 53 进行 DNS 路由,并通过 CloudFront CDN 和 Lambda@Edge 函数将你的 Mintlify 文档部署到子路径。"
keywords: ["AWS 部署", "Route 53 DNS(域名系统)", "CloudFront CDN", "缓存策略"]
Expand Down