From 10141f41df0994bee81bb733148460f2617a0892 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:36:54 -0700 Subject: [PATCH 1/2] remove growth tier --- authentication-personalization/authentication-setup.mdx | 4 +++- authentication-personalization/overview.mdx | 5 +++-- guides/assistant.mdx | 2 +- settings/ci.mdx | 2 +- settings/preview-deployments.mdx | 4 ++-- snippets/custom-subpath-gating.mdx | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/authentication-personalization/authentication-setup.mdx b/authentication-personalization/authentication-setup.mdx index 2af330ffa..0d2967b6f 100644 --- a/authentication-personalization/authentication-setup.mdx +++ b/authentication-personalization/authentication-setup.mdx @@ -9,7 +9,9 @@ Authentication requires users to log in before accessing your documentation. Thi **Need help choosing?** See the [overview](/authentication-personalization/overview) to compare options. - Authentication methods are available on [Growth and Enterprise plans](https://mintlify.com/pricing?ref=authentication). + [Enterprise plans](https://mintlify.com/pricing?ref=authentication) include all authentication methods. + + Pro plans include password authentication. ## Configuring authentication diff --git a/authentication-personalization/overview.mdx b/authentication-personalization/overview.mdx index 7f807d741..591251050 100644 --- a/authentication-personalization/overview.mdx +++ b/authentication-personalization/overview.mdx @@ -6,8 +6,9 @@ keywords: ["auth"] --- - Authentication methods are available on the [Growth and Enterprise - plans](https://mintlify.com/pricing?ref=authentication). + [Enterprise plans](https://mintlify.com/pricing?ref=authentication) include all authentication methods. + + Pro plans include password authentication. There are three approaches to manage access and customize your documentation based on user information. diff --git a/guides/assistant.mdx b/guides/assistant.mdx index 789f4f5d5..534035146 100644 --- a/guides/assistant.mdx +++ b/guides/assistant.mdx @@ -5,7 +5,7 @@ icon: "bot" --- - The assistant is automatically enabled on [Pro, Growth, and Enterprise plans](https://mintlify.com/pricing?ref=assistant). + The assistant is automatically enabled on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=assistant). ## About the assistant diff --git a/settings/ci.mdx b/settings/ci.mdx index d507d2e36..63710e6a1 100644 --- a/settings/ci.mdx +++ b/settings/ci.mdx @@ -5,7 +5,7 @@ icon: "circle-check" --- - CI checks are available on [Growth and Enterprise plans](https://mintlify.com/pricing?ref=docs-ci), as an add-on for other plans, and only for GitHub. + [Pro and Enterprise plans](https://mintlify.com/pricing?ref=docs-ci) include CI checks for GitHub repositories. Use CI checks to lint your docs for errors and provide warnings before you deploy. CI checks are configured to run on commits to your configured deployment branch, or on pull requests against that branch. diff --git a/settings/preview-deployments.mdx b/settings/preview-deployments.mdx index 091ac2297..c1ba1b494 100644 --- a/settings/preview-deployments.mdx +++ b/settings/preview-deployments.mdx @@ -5,7 +5,7 @@ icon: "scan-eye" --- - Preview deployments are available on [Growth and Enterprise plans](https://mintlify.com/pricing?ref=preview-deployments). + Preview deployments are available on [Enterprise plans and as an add-on for Pro plans](https://mintlify.com/pricing?ref=preview-deployments). Preview deployments let you see how changes to your docs will look before merging to production. Each preview creates a shareable URL that updates automatically as you push new changes. @@ -25,7 +25,7 @@ When you create a pull request, the Mintlify bot automatically adds a link to vi ### Manual previews -You can manually create a preview for any branch if you are on a Growth or Enterprise plan or have the preview deployment add-on. +You can manually create a preview for any branch if you have the preview deployment add-on or are on an Enterprise plan. 1. Go to your [dashboard](https://dashboard.mintlify.com/). 2. Select **Previews**. diff --git a/snippets/custom-subpath-gating.mdx b/snippets/custom-subpath-gating.mdx index 24885da05..0a9e7a664 100644 --- a/snippets/custom-subpath-gating.mdx +++ b/snippets/custom-subpath-gating.mdx @@ -1,4 +1,4 @@ **Prerequisite**: Your primary domain (company.com) is hosted on {platform} - and you are on the [Pro, Growth, or Enterprise plan](https://mintlify.com/pricing). + and you are on the [Pro or Enterprise plan](https://mintlify.com/pricing). From 3bbd9210b54439b9dba73f66013a13dca67b96ea Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:22:29 -0700 Subject: [PATCH 2/2] tidier links --- settings/preview-deployments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/preview-deployments.mdx b/settings/preview-deployments.mdx index c1ba1b494..dc350f9e2 100644 --- a/settings/preview-deployments.mdx +++ b/settings/preview-deployments.mdx @@ -5,7 +5,7 @@ icon: "scan-eye" --- - Preview deployments are available on [Enterprise plans and as an add-on for Pro plans](https://mintlify.com/pricing?ref=preview-deployments). + Preview deployments are available on [Enterprise plans](https://mintlify.com/pricing?ref=preview-deployments) and as an add-on for [Pro plans](https://mintlify.com/pricing?ref=preview-deployments). Preview deployments let you see how changes to your docs will look before merging to production. Each preview creates a shareable URL that updates automatically as you push new changes.