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 api/static-export/get-job-status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ keywords: ["static export", "job", "status", "bundle", "enterprise"]
---

<Info>
This endpoint is in private beta and requires an enterprise agreement. Please contact [sales@mintlify.com](mailto:sales@mintlify.com) to inquire further.
This endpoint is in private beta and requires an enterprise agreement. Contact [sales@mintlify.com](mailto:sales@mintlify.com) to request access.
</Info>
2 changes: 1 addition & 1 deletion api/static-export/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---

<Info>
Static export is in private beta and requires an enterprise agreement. Please contact [sales@mintlify.com](mailto:sales@mintlify.com) to inquire further.
Static export is in private beta and requires an enterprise agreement. Contact [sales@mintlify.com](mailto:sales@mintlify.com) to request access.
</Info>

Use the static export API to programmatically pre-render your site into a self-contained set of static files and download the result as a single bundle. The exported bundle is pure HTML, CSS, and JavaScript with no runtime dependencies, so you can host it on any static file storage or CDN.
Expand All @@ -15,7 +15,7 @@
Static exports use `.html` URLs that match the files in the bundle. For example, `/guides/getting-started` becomes `/guides/getting-started.html`. This happens automatically and requires no configuration.

<Note>
Canonical and sitemap URLs remain extensionless. CloudFront resolves these URLs automatically, but other static hosts may require rewrite rules.

Check warning on line 18 in api/static-export/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

api/static-export/overview.mdx#L18

Did you really mean 'extensionless'?
</Note>

## How static export works
Expand Down
2 changes: 1 addition & 1 deletion api/static-export/start-job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ keywords: ["static export", "job", "start", "bundle", "enterprise"]
---

<Info>
This endpoint is in private beta and requires an enterprise agreement. Please contact [sales@mintlify.com](mailto:sales@mintlify.com) to inquire further.
This endpoint is in private beta and requires an enterprise agreement. Contact [sales@mintlify.com](mailto:sales@mintlify.com) to request access.
</Info>
2 changes: 1 addition & 1 deletion integrations/analytics/google-tag-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Integrate Google Tag Manager with your Mintlify documentation to m
keywords: ["GTM integration", "tag management", "tag ID", "cookie consent"]
---

Add your tag ID to your `docs.json` file and we'll inject the Google Tag Manager script to all your pages.
Add your tag ID to your `docs.json` file and Mintlify injects the Google Tag Manager script into all your pages.

You are responsible for setting up cookie consent banners with Google Tag Manager if you need them.

Expand Down