From 35d2a75302064e50894675aaeeb20fefbb5a2d6f Mon Sep 17 00:00:00 2001 From: Mohab Sameh Date: Thu, 15 Aug 2024 19:21:27 +0300 Subject: [PATCH 1/3] fix legacy pricing occurrences --- advanced/rest-api/overview.mdx | 2 +- snippets/custom-subpath-gating.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced/rest-api/overview.mdx b/advanced/rest-api/overview.mdx index fd47e84b6..2f5cec461 100644 --- a/advanced/rest-api/overview.mdx +++ b/advanced/rest-api/overview.mdx @@ -3,7 +3,7 @@ title: Introduction --- - The Mintlify REST API is only available on the startup plan and above. + The Mintlify REST API is only available on the [pro plan and above](https://mintlify.com/pricing). Leverage the external API to programmatically trigger an update when desired. diff --git a/snippets/custom-subpath-gating.mdx b/snippets/custom-subpath-gating.mdx index 24f8cb1cb..97baa0325 100644 --- a/snippets/custom-subpath-gating.mdx +++ b/snippets/custom-subpath-gating.mdx @@ -1,6 +1,6 @@ **Prerequisite**: Your primary domain (company.com) is hosted on Cloudflare - and you are on the [Mintlify startup plan or + and you are on the [Mintlify pro plan or above](https://mintlify.com/pricing). From 922b1eeb5e800aaa6f30cf9b178e775207d67140 Mon Sep 17 00:00:00 2001 From: Mohab Sameh Date: Fri, 16 Aug 2024 16:41:27 +0300 Subject: [PATCH 2/3] fix growth plan --- advanced/custom/css.mdx | 2 +- advanced/custom/js.mdx | 2 +- settings/gitlab.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/advanced/custom/css.mdx b/advanced/custom/css.mdx index e2720aef4..5b7c4d070 100644 --- a/advanced/custom/css.mdx +++ b/advanced/custom/css.mdx @@ -4,7 +4,7 @@ description: 'Fully customize your documentation with custom CSS' --- - Custom CSS is available on the [growth plan](https://mintlify.com/pricing). + Custom CSS is available as an add-on for the [pro plan](https://mintlify.com/pricing). Add any number of CSS files to your repository and the defined class names will be applied and available across all of your MDX files. diff --git a/advanced/custom/js.mdx b/advanced/custom/js.mdx index 738851abd..a9b944cd3 100644 --- a/advanced/custom/js.mdx +++ b/advanced/custom/js.mdx @@ -4,7 +4,7 @@ description: 'Add JavaScript functionality globally' --- - Custom JS is available on the [growth plan](https://mintlify.com/pricing). + Custom JS is available as an add-on for the [pro plan](https://mintlify.com/pricing). Custom JS allows you to add custom executable code globally. It is the equivalent of adding a `