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 advanced/custom/css.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Fully customize your documentation with custom CSS'
---

<Check>
Custom CSS is available as an add-on to the [pro plan](https://mintlify.com/pricing).
Custom CSS is available as an add-on to the [Pro plan](https://mintlify.com/pricing).
</Check>

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.
Expand Down
2 changes: 1 addition & 1 deletion advanced/custom/js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Add JavaScript functionality globally'
---

<Check>
Custom JS is available as an add-on to the [pro plan](https://mintlify.com/pricing).
Custom JS is available as an add-on to the [Pro plan](https://mintlify.com/pricing).
</Check>

Custom JS allows you to add custom executable code globally. It is the equivalent of adding a `<script>` tag with JS code into every page.
Expand Down
2 changes: 1 addition & 1 deletion advanced/rest-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction
---

<Check>
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).
</Check>

Leverage the external API to programmatically trigger an update when desired.
Expand Down
Loading