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
4 changes: 0 additions & 4 deletions agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ keywords: ["automation", "automate", "AI", "autoupdate", "maintenance"]

import SkillMcpPrompt from "/snippets/skill-mcp-prompt.mdx";

<Info>
The agent is available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=agent).
</Info>

The agent is an AI tool that creates pull requests with proposed changes to your documentation based on your prompts. When you send a request, the agent:

- **Researches**: Searches and reads your existing documentation, any connected repositories, relevant context, and the web.
Expand Down
4 changes: 0 additions & 4 deletions api/preview/trigger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ keywords: ["preview", "preview deployment", "branch preview", "staging"]

---

<Info>
Preview deployments are available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=preview-deployments).
</Info>

Use this endpoint to programmatically create or update a preview deployment for a Git branch. If a preview already exists for the specified branch, the endpoint triggers a redeployment instead of creating a duplicate.

The response includes a `statusId` that you can pass to [Get deployment status](/api/update/status) to track the deployment progress.
Expand Down
8 changes: 4 additions & 4 deletions assistant/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ If you have unused credits at the end of the month, up to half of your credit al

By default, overages are disabled. With overages disabled, the assistant is unavailable once you reach your credit allowance and remains unavailable until your allowance resets. You can enable overages to keep the assistant available beyond your package allowance. If you enable overages, each credit beyond your allowance incurs an overage charge, but occasional overages may be cheaper than upgrading to a higher package depending on your usage.

### Enable the assistant on the Hobby plan
### Manage credits on the starter plan

If you're on the Hobby plan, you can add the assistant to your site by purchasing a credit package without upgrading to Pro. The assistant is enabled as soon as your purchase completes and remains active for as long as you have an active credit package.
Starter plan users receive 5,000 trial credits. To keep the assistant enabled after using your trial credits, purchase a credit package.

To purchase a credit package on the Hobby plan:
To purchase a credit package on the starter plan:

1. Go to the [Usage](https://app.mintlify.com/settings/organization/usage) page of your dashboard.
2. In the **Credit packages** section, select a package from the dropdown menu.
3. Confirm the change to be redirected to checkout.

To stop the assistant, downgrade your credit package to the lowest tier. Your plan returns to Hobby and the assistant is disabled at the end of the current billing cycle.
To disable the assistant, downgrade your credit package to the lowest tier. The assistant then becomes disabled at the end of your current billing cycle.

### Change your assistant package

Expand Down
2 changes: 1 addition & 1 deletion assistant/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ boost: 3
---

<Info>
The assistant is included on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=assistant) and enabled by default for those plans. Hobby plan users can [purchase a credit package](/assistant/configure#manage-billing) to add the assistant to their site.
The assistant is included on all plans and enabled by default. Starter plan users receive 5,000 trial credits. [Purchase a credit package](/assistant/configure#manage-billing) to continue after the trial.
</Info>

## About the assistant
Expand Down
2 changes: 1 addition & 1 deletion changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ noindex: true

Automate documentation tasks with [workflows](/workflows). Set up scheduled or event-triggered automations that run the agent to update your documentation.

Workflows are in beta and currently available on [Enterprise plans](https://mintlify.com/pricing). Available on Pro plans soon.
Workflows are in beta and available on all plans.

## Comments and suggestions

Expand Down
2 changes: 1 addition & 1 deletion dashboard/security-contact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords: ["security", "notifications", "compliance"]
---

<Info>
Security contact is available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=security-contact).
Security contact is available on [Enterprise plans](https://mintlify.com/pricing?ref=security-contact).
</Info>

List a security contact in your dashboard to receive security-related communications about your organization.
Expand Down
12 changes: 6 additions & 6 deletions deploy/authentication-setup.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: "Authentication setup"
description: "Set up user authentication for your documentation site with OAuth, JWT, or shared links to control access to pages and API references."
description: "Set up user authentication for your site with OAuth, JWT, or shared links to control access to pages and API references."
keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password']
---

<Info>
[Pro plans](https://mintlify.com/pricing?ref=authentication) include password authentication.
Mintlify dashboard authentication is available on all plans.

[Enterprise plans](https://mintlify.com/pricing?ref=authentication) include all authentication methods.
Password, OAuth, and JWT authentication require an [Enterprise plan](https://mintlify.com/pricing?ref=authentication).
</Info>

<Warning>
Authentication is only available for documentation hosted on a custom domain or Mintlify subdomain (for example, `docs.example.com` or `example.mintlify.dev`). Authentication is **not supported** when using a [custom basepath](/deploy/docs-subpath) (for example, `example.com/docs`).
Authentication is only available for sites hosted on a custom domain or Mintlify subdomain (for example, `docs.example.com` or `example.mintlify.dev`). Authentication is **not supported** when using a [custom basepath](/deploy/docs-subpath) (for example, `example.com/docs`).
</Warning>

Authentication requires users to log in before accessing your documentation.
Authentication requires users to log in before accessing your content.

When you enable authentication, users must log in to access any content. You can configure specific pages or groups as public while keeping other pages protected.
You can configure full authentication for all pages or partial authentication where some pages are public and others are protected.

## Configure authentication

Expand Down
4 changes: 0 additions & 4 deletions deploy/preview-deployments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: "Get unique preview URLs for each pull request so reviewers can see
keywords: ["preview URLs", "pull request previews", "branch previews", "staging environments"]
---

<Info>
Preview deployments are available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=preview-deployments).
</Info>

Preview deployments let you see how changes to your docs look before merging to production. Each preview creates a shareable URL that updates automatically as you push new changes.

Preview URLs are publicly viewable by default. Share a preview link with anyone who needs to review your changes.
Expand Down
2 changes: 1 addition & 1 deletion guides/assistant-embed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Users can use the widget to get help with your product without leaving your appl

## Prerequisites

- [Mintlify Pro or Enterprise plan](https://mintlify.com/pricing)
- The Mintlify assistant enabled
- Your domain name, which appears at the end of your dashboard URL. For example, if your dashboard URL is `https://app.mintlify.com/org-name/domain-name`, your domain name is `domain-name`
- An [assistant API key](https://app.mintlify.com/settings/organization/api-keys)
- Node.js v18 or higher and npm installed
Expand Down
8 changes: 2 additions & 6 deletions guides/custom-frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This guide walks you through setting up a headless Mintlify project with the sta
| Mintlify components | Included | Use components like `<Card>`, `<Steps>`, and `<Tabs>` in your MDX files without importing them. |
| Content processing | Included | The `@mintlify/astro` integration reads your `docs.json` and MDX files and processes them at build time. |
| Search | Included | The `SearchBar` component connects to Mintlify's search API using your project subdomain. |
| AI assistant | Included | The `Assistant` component provides an AI chat interface powered by your content. Available on [Pro and Enterprise plans](https://mintlify.com/pricing). |
| AI assistant | Included | The `Assistant` component provides an AI chat interface powered by your content. |
| Layouts and styling | Custom build | Header, footer, sidebar, table of contents, page templates, and all CSS. The starter template includes examples built with Tailwind CSS. |
| Routing and navigation | Custom build | A catch-all Astro route renders each page. Use `resolvePageData()` and `unwrapNav()` from `@mintlify/astro/helpers` to resolve navigation state from `docs.json`. |
| Deployment and hosting | Custom build | Deploy your Astro site to any hosting provider. |
Expand Down Expand Up @@ -89,7 +89,7 @@ This guide walks you through setting up a headless Mintlify project with the sta

Your subdomain is the domain name of your project. It is the part of your dashboard URL after the organization name. For example, if your dashboard URL is `https://app.mintlify.com/org-name/domain-name`, your subdomain is `domain-name`.

If you have a Pro or Enterprise plan, generate an assistant API key on the [API keys](https://app.mintlify.com/settings/organization/api-keys) page of your dashboard. The assistant API key starts with `mint_dsc_`.
Generate an assistant API key on the [API keys](https://app.mintlify.com/settings/organization/api-keys) page of your dashboard. The assistant API key starts with `mint_dsc_`.
</Step>

<Step title="Start the dev server">
Expand Down Expand Up @@ -166,10 +166,6 @@ Key files to customize:

## Connect search and assistant

<Note>
The assistant is available on [Pro and Enterprise plans](https://mintlify.com/pricing).
</Note>

The starter template includes search and assistant components that connect to Mintlify's APIs using the environment variables you configure during setup.

- **Search**: The `SearchBar` component in `src/components/SearchBar.tsx` queries the Mintlify search API.
Expand Down
2 changes: 1 addition & 1 deletion optimize/feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Enable email collection so users can optionally provide their email address when
View email addresses submitted with feedback in the [feedback dashboard](https://app.mintlify.com/products/analytics/v2/feedback) alongside the feedback content.

<Note>
If you disable telemetry in your `docs.json` file, feedback features are not available on your documentation pages.
If you disable telemetry in your `docs.json` file, feedback features are not available.
</Note>

## Manage feedback
Expand Down
Loading