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
38 changes: 38 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,61 @@
noindex: true
---

<Update label="June 26, 2026" tags={["New releases","Improvements","Bug fixes"]} rss={{ title:"Google Drive agent integration, multi-source git settings, new onboarding, and more" }}>

## New releases

- **Google Drive agent integration:** The agent can now pull context from Google Drive alongside Slack, Notion, Linear, Jira, and other [agent integrations](/agent/integrations).
- **Multi-repository deployments:** Configure and reorder multiple Git sources for a deployment from the dashboard. See [multi-repo setup](/deploy/multi-repo).
- **Assistant page navigation:** The [AI assistant](/assistant) can navigate users directly to a relevant page as part of its answer.
- **Custom agent instructions in `llms.txt` and markdown:** Custom agent instructions are now included in [`llms.txt`, `llms-full.txt`](/ai/llmstxt), and per-page generated markdown.

Check warning on line 15 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L15

Use 'Markdown' instead of 'markdown'.

Check warning on line 15 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L15

Use 'Markdown' instead of 'markdown'.
- **Mintlify Slack app in the Slack Marketplace:** The [Mintlify Slack app](/agent/slack) is now publicly listed and installable from the Slack Marketplace.

## Improvements

- **Automation PR grouping:** When an [automation](/automations) run proposes new changes, it now checks whether they should be appended to an existing open docs PR rather than creating a new one, reducing duplicate PRs and review burden. Applies to Maintenance and Update from Code Changes automations.

Check warning on line 20 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L20

Use 'automations?' instead of 'Automation'.

Check warning on line 20 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L20

In general, use active voice instead of passive voice ('be appended').
- **Automation GitHub PR review experience:** Docs PRs created by [automations](/automations) now post a comment each time they're updated, explaining what changed and which code PRs were used as context. PR titles identify which automation created them, reviewers are auto-assigned based on who changed the relevant code, and follow-up runs update the PR summary in place.

Check warning on line 21 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L21

Use 'automations?' instead of 'Automation'.

Check warning on line 21 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L21

In general, use active voice instead of passive voice ('were used').
- **HTML alternate link for markdown pages:** Every page now exposes an HTML `<link rel="alternate">` pointing to its [markdown version](/ai/llmstxt), making it easier for AI tools and crawlers to discover the LLM-friendly content.

Check warning on line 22 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L22

Use 'Markdown' instead of 'markdown'.
- **Real-time publish status in the editor:** The [editor](/editor) now shows publish actions as they happen so you can see exactly when a change goes live.
- **Switch organization moved:** The **Switch organization** menu option is now in the profile dropdown menu.
- **Cookie-consent gating for analytics:** Third-party analytics scripts (GA4, GTM, and others) are now blocked until a visitor accepts cookies, helping you meet privacy requirements.
- **SSO enforcement on the frontend:** The dashboard now honors backend 403s for [SSO-only orgs](/dashboard/sso) and routes verified-domain users through SSO during sign-in.

Check warning on line 26 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L26

Put a nonbreaking space between the number and the unit in '403s'.
- **Search indexes section landing pages:** Section landing pages are now included in docs search results, and search indexes continue to build for sites that opt out of public indexing.
- **Assistant CSV export grouping:** The assistant analytics CSV now includes a `Conversation ID` column and groups rows by conversation.
- **MCP server identity and instructions:** The [Mintlify MCP server](/ai/mintlify-mcp) now advertises instructions on initialize, helping clients use it more effectively.
- **Changelog automation runs show integration tools:** Automation runs that produce changelog entries now display the integration tools that were used.

Check warning on line 30 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L30

Use 'automations?' instead of 'Automation'.

Check warning on line 30 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L30

In general, use active voice instead of passive voice ('were used').
- **PDF export reliability:** Large PDF exports are now batched and produce clearer error logs when something goes wrong.

## Bug fixes

- Subpath deployments now resolve `.well-known` links correctly.

Check warning on line 35 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L35

Use 'subpaths?' instead of 'Subpath'.
- Publishing from the editor no longer duplicates near-identical blocks during three-way merges.
- Icon serialization in published pages is fixed.

Check warning on line 37 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L37

In general, use active voice instead of passive voice ('is fixed').
- Editor image uploads now retry if the request is rate limited.
- MCP responses now forward upstream status codes correctly, and nested JSX is reconstructed properly for MCP clients.

Check warning on line 39 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L39

In general, use active voice instead of passive voice ('is reconstructed').
- The editor sidebar no longer renders a top fade gradient, and draft rows no longer show stale orange status dots.
- Bold text inside headings renders with the correct weight.
- The products selector dropdown column is wider so long names fit.

</Update>

<Update label="June 19, 2026" tags={["New releases","Improvements","Bug fixes"]} rss={{ title:"Automations rename, SSO enforcement, self-hosting upgrades, and more" }}>

## New releases

- **Workflows are now automations:** Introducing [automations](/automations). They have the same functionality as workflows, just a new name to better describe what they're helping you do.

Check warning on line 50 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L50

Use 'capability' or 'feature' instead of 'functionality'.
- **SSO enforcement and breakglass:** Org owners can enforce [SSO-only sign-in](/dashboard/sso) for members, configure verified domains, and manage breakglass emails from the dashboard for emergency access.

Check warning on line 51 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L51

Did you really mean 'breakglass'?

Check warning on line 51 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L51

Use 'org' instead of 'Org'.

Check warning on line 51 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L51

Did you really mean 'breakglass'?
- **Full PDF export for authenticated sites:** [Authenticated sites](/deploy/authentication-setup) can now generate full PDF exports, with auth cookies parsed so images and assets are included.
- **Self-hosted improvements:** Self-hosted deployments can now serve a public docs domain, write `sitemap.xml` to S3 during static export, and support static exports. Webhooks now work in self-host mode.
- **`mint analytics` command removed:** The command `mint analytics` is deprecated.

Check warning on line 54 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L54

In general, use active voice instead of passive voice ('is deprecated').

## Improvements

- **Editor view changes:** Open an automation run's changed pages directly in the [editor](/editor) from the run review UI or Slack. Changed pages are highlighted, and unlisted pages are openable from the branch diff.

Check warning on line 58 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L58

In general, use active voice instead of passive voice ('are highlighted').

Check warning on line 58 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L58

Did you really mean 'openable'?
- **Typing performance:** Fixed typing lag on long pages in the editor.
- **Mintlify bot reliability:** The `@mintlify` GitHub bot is now more reliable across multi-comment iterations and posts a direct "view changes" link.
- **Preview deployments:** Preview deployments now rebuild on push and are created from new webhook events for faster previews.

Check warning on line 61 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L61

In general, use active voice instead of passive voice ('are created').
- **Search modal redesign:** The search and assistant modal is redesigned with full keyboard and accessibility support and no flicker on open.

Check warning on line 62 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L62

In general, use active voice instead of passive voice ('is redesigned').
- **Mobile menu redesign:** The docs topbar mobile menu has a refreshed design.
- **Product dropdown menus:** Product dropdowns now support nested menus and divisions.
- **Luma wide mode:** `mode: "wide"` now affects content positioning in the Luma theme.
Expand All @@ -31,11 +69,11 @@

- Bold text inside headings now renders with the correct font weight.
- Search modal primary color now matches the configured theme.
- Authenticated MCP requests propagate upstream responses to clients, and the authed MCP config rate limit was raised.

Check warning on line 72 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L72

Did you really mean 'authed'?

Check warning on line 72 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L72

In general, use active voice instead of passive voice ('was raised').
- Failed React components in the dashboard now render an error boundary instead of crashing the page.
- Removed the copy button from command-line code blocks where it wasn't useful.
- Duplicate merged changes during Git sync are now de-duplicated.
- MCP OAuth routes are hidden when auth is disabled.

Check warning on line 76 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L76

In general, use active voice instead of passive voice ('are hidden').

Check warning on line 76 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L76

In general, use active voice instead of passive voice ('is disabled').
- Assistant captcha copy updated for clarity.
</Update>

Expand All @@ -47,9 +85,9 @@

## Editor improvements

- **Drafts and publishing flow:** Make changes in a draft, request review, and publish — all from the [web editor](/editor). Drafts autocommit as you work, and renaming or updating a draft updates the underlying pull request.

Check warning on line 88 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L88

Don't put a space before or after a dash.

Check warning on line 88 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L88

Did you really mean 'autocommit'?
- **Create non-`.mdx` files:** Add JSON, YAML, and other supported file types directly from the editor file tree.
- **Topbar redesign:** A cleaner editor topbar with reorganized controls.

Check warning on line 90 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L90

Use 'topbar' instead of 'Topbar'.
- **Faster initial load:** The editor's first file and navigation load is significantly faster, with prefetching for visible nav tree pages.
- **New link UX:** A redesigned inline link editor in the WYSIWYG view.
- **Folding and sticky headings:** Long pages support collapsible headings, and sticky headings are clickable to jump back up the page.
Expand All @@ -58,22 +96,22 @@

## Search and AI

- **Markdown in search results:** Search via MCP, the assistant, and the agent now returns markdown, giving AI clients better page context.

Check warning on line 99 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L99

Use 'Markdown' instead of 'markdown'.
- **Project-level noindex:** Site owners can hide an entire project from search engines.
- **Unversioned search:** Pages without a version are included in search results when `searchSettings.unversioned` is set, with breadcrumbs that show their version context.

Check warning on line 101 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L101

Did you really mean 'Unversioned'?

Check warning on line 101 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L101

In general, use active voice instead of passive voice ('are included').

Check warning on line 101 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L101

In general, use active voice instead of passive voice ('is set').
- **Claude Code classification:** Analytics now recognize Claude Code user agents and count AI agent HTML pageviews alongside markdown views.

Check warning on line 102 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L102

Use 'AGENTS' instead of 'agents'.

Check warning on line 102 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L102

Did you really mean 'pageviews'?

Check warning on line 102 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L102

Use 'Markdown' instead of 'markdown'.

## Bug fixes

- Long-queued or stalled automation runs now time out reliably after 25 hours.
- Renaming files between `.mdx` and other extensions in the editor now works.
- Click-to-reposition the cursor in the editor file tree rename input.

Check warning on line 108 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L108

Use 'Cursor' instead of 'cursor'.
- Adding files to `docs.json` in the editor no longer requires a reset.
- Image renames in the editor now work.
- The active page node is revealed in the editor navigation on load.

Check warning on line 111 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L111

In general, use active voice instead of passive voice ('is revealed').
- Search results anchor to the page top or title-matching section instead of arbitrary subsections.
- Bad frontmatter no longer crashes page builds.
- Automations home banner shows a toast when a custom automation delete fails, and prefers an error message over a summary for failed runs.

Check warning on line 114 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L114

Use 'automations?' instead of 'Automations'.
- "Ran x ago" labels tick during polling.
- Live badges across the product now use a consistent check icon.
- Favicon proxy handles encoding headers correctly.
Expand All @@ -86,7 +124,7 @@
## Agent and automation integrations

- **Agent integrations:** The agent can now connect to more third-party apps, including Google Calendar, Intercom, Jira, Linear, Notion, Salesforce, and Slack.
- **Automation integrations:** Automations can use the same third-party apps as context for automation runs.

Check warning on line 127 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L127

Use 'automations?' instead of 'Automation'.

Check warning on line 127 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L127

Use 'automations?' instead of 'Automations'.

## Slack agent

Expand All @@ -96,12 +134,12 @@

## Search

- **Better ranking:** In-product search now supports prefix matching, title-match promotion, and unicode tokenization, so partial queries and identifier searches surface the right pages faster.

Check warning on line 137 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L137

Use 'Unicode' instead of 'unicode'.
- **Word-prefix highlighting:** Matching word prefixes highlight in search results.

## Improvements

- Automation stale review reminders: [Automations](/automations) that open pull requests now send Slack reminders when reviews go stale.

Check warning on line 142 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L142

Use 'automations?' instead of 'Automation'.

Check warning on line 142 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L142

Use 'automations?' instead of 'Automations'.

## Bug fixes

Expand All @@ -111,7 +149,7 @@
- Files in the editor file tree alphabetize after you create a new file.
- Accordions open automatically when you navigate to their hash anchor on the same page.
- The editor agent shows its overage and credit status before you send a message.
- Slack agent installs are rejected when the workspace is already owned by another organization, preventing cross-org conflicts.

Check warning on line 152 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L152

In general, use active voice instead of passive voice ('are rejected').
- Future date selection in the dashboard uses the correct styles.
</Update>

Expand All @@ -124,9 +162,9 @@
- **Page settings panel:** The new page settings panel lets you view and edit frontmatter in the file explorer view.
- **Hide branches toggle:** A new toggle hides branch indicators in the editor view for a cleaner workspace.
- **Better link editing:** Editing inline links is faster with an improved link editor experience.
- **Fullscreen table mode:** Edit large tables in a dedicated fullscreen view.

Check warning on line 165 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L165

Use 'fullscreen' instead of 'Fullscreen'.
- **Drag and drop Markdown:** You can now drag and drop Markdown files into the editor to upload them.
- **Brand icons in icon picker:** Brand icons are now available alongside the rest of the icon library.

Check warning on line 167 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L167

Use 'REST' instead of 'rest'.

## Editor agent

Expand All @@ -135,11 +173,11 @@
- **File attachments:** Attach files directly to the agent.
- **Interrupt mid-stream:** Stop the agent while it's streaming a response if you want to redirect it.

## Automations

Check warning on line 176 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L176

Use 'automations?' instead of 'Automations'.

- **Draft improvements from user feedback:** This new automation reviews recent [page feedback](/optimize/feedback) and opens pull requests based on what users report.
- The **update from code changes** automation (formerly sync content with code) defaults to run on a schedule rather than triggering on every code change. When it runs, the agent scans all code changes since the last run and opens one PR per related set of documentation updates. If a PR is still open from a previous automation run, new changes are appended to it rather than creating a new PR. This means a release worked on over several weeks produces a single docs PR to review instead of one per commit.

Check warning on line 179 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L179

In general, use active voice instead of passive voice ('are appended').
- Automation titles and copy across the dashboard have been refreshed for clarity.

Check warning on line 180 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L180

Use 'automations?' instead of 'Automation'.

Check warning on line 180 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L180

In general, use active voice instead of passive voice ('been refreshed').

## API playground

Expand All @@ -148,7 +186,7 @@

## Admin MCP

Agents that connect to the admin MCP can now read and modify most dashboard settings directly. This lets you configure your entire Mintlify setup without touching the dashboard and gives AI agents direct access to your analytics data. Supported operations include:

Check warning on line 189 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L189

Use 'AGENTS' instead of 'Agents'.

Check warning on line 189 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L189

Use 'AGENTS' instead of 'agents'.

- Enabling and disabling automations
- Creating custom automations
Expand All @@ -160,7 +198,7 @@

- **MCP server card:** Mintlify now serves an MCP server card at the well-known paths MCP scanners probe, including server info and customer name, making it easier for clients to discover your MCP server.
- **Content-Signal directives:** Tenant `robots.txt` files now include Content-Signal directives to communicate AI usage preferences to crawlers.
- **AI discoverability for partially authenticated sites:** Deployments with [partial authentication](/deploy/authentication-setup) now serve `sitemap.xml`, `llms.txt`, `llms-full.txt`, and `robots.txt` publicly, so AI crawlers and agents can discover your content even when parts of your site require authentication.

Check warning on line 201 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L201

Use 'AGENTS' instead of 'agents'.

## Improvements

Expand All @@ -170,11 +208,11 @@
## Bug fixes

- Custom heading IDs now preserve casing (camelCase, snake_case, kebab-case).
- Navigation breadcrumbs render above page-level hits in search results.

Check warning on line 211 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L211

Use 'preceding' instead of 'above'.
- Enum defaults pre-populate when you add new array items in the API playground.

Check warning on line 212 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L212

Use 'enums?' instead of 'Enum'.
- `.xml` files are now treated as valid link targets by the broken-links checker.
- Changelog pages now include an RSS feed discovery meta tag so readers can subscribe directly from the page.
- Bullet point behavior in the editor is fixed, including continuing and exiting lists.

Check warning on line 215 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L215

In general, use active voice instead of passive voice ('is fixed').
- Pasting copied web images no longer creates duplicate broken image nodes.
- Large editor media uploads now use direct-to-S3 presigned URLs, bypassing the previous 4.5 MB function payload limit.
- GitHub edit links now work correctly for `.md` pages.
Expand All @@ -182,12 +220,12 @@
</Update>

<Update label="May 22, 2026" tags={["New releases","Improvements"]} rss={{ title:"Web editor enhancements, new automation, search improvements, and more" }}>
## Web Editor

Check warning on line 223 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L223

'Web Editor' should use sentence-style capitalization.

We've continued to enhance our web editor with a number of functionality and UI improvements.

Check warning on line 225 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L225

Use 'capability' or 'feature' instead of 'functionality'.

- **More editable file types:** A broader set of file extensions can now be opened and edited directly in the web editor, while executable uploads are blocked for safety.

Check warning on line 227 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L227

In general, use active voice instead of passive voice ('be opened').

Check warning on line 227 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L227

In general, use active voice instead of passive voice ('are blocked').
- **Agent chat panel relocated:** The agent chat panel has been repolished and now sits to the left of the file explorer, making it easier to chat and navigate at the same time.

Check warning on line 228 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L228

In general, use active voice instead of passive voice ('been repolished').

Check warning on line 228 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L228

Did you really mean 'repolished'?
- **Editor settings:** A new settings panel and redesigned settings modal give you a single place to manage per-editor preferences. See [Web editor](https://www.mintlify.com/docs/editor).
- **File-tree navigation by default:** Newly onboarded users start in the file-tree view instead of the legacy list view.
- **Browser tab titling:** The browser tab name now dynamically updates to match the active file, so you always know which file you're editing.
Expand All @@ -195,36 +233,36 @@
## Automations

- New **Draft improvements from assistant conversations** automation reviews trends from user questions and suggests documentation updates to address gaps. See [Automations](/automations/reference#draft-improvements-from-assistant-conversations).
- **Context repositories** can now be configured directly for some automations so you can add the repos an automation should reference while running.

Check warning on line 236 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L236

In general, use active voice instead of passive voice ('be configured').
- Automation settings now open in a **side panel** instead of a modal, making it easier to tweak settings while reviewing Automation Runs.

Check warning on line 237 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L237

Use 'automations?' instead of 'Automation'.

## Search Improvements

- **Maximum search results** lets you control how many results the in-product search bar returns per query. Tune this alongside search boosts to fit how readers navigate your docs. See [Search](https://www.mintlify.com/docs/optimize/search#maximum-search-results) for details.
- **Searchable hidden tabs and groups:** Hidden tabs and groups now support a `searchable: true` option that exposes their descendant pages to in-product search, the sitemap, and AI context. Use it when you rely on hidden tabs in your navigation (for example, for per-product isolated sidebars) and still want those pages indexed. See [Hidden pages](https://www.mintlify.com/docs/organize/hidden-pages#include-pages-under-specific-hidden-tabs-or-groups) for details.

Check warning on line 242 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L242

Use 'searchable' instead of 'Searchable'.

## Improvements

- **Slack Agent**: The [Slack agent](https://www.mintlify.com/docs/agent/slack) now supports **GitLab** alongside GitHub for repository-aware automations.
- **Sidebar Navigation:** Sidebar navigation state and scroll position are now preserved across page navigation.

Check warning on line 247 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L247

Use 'sidebars?' instead of 'Sidebar'.

Check warning on line 247 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L247

Use 'sidebars?' instead of 'Sidebar'.
- **Accessibility:** Accessibility improvements across docs, including the table of contents and mobile agent panel.
- **AsyncAPI schemas**: Array and combinatorial (`oneOf` / `anyOf` / `allOf`) schemas now expand to show their child attributes in the API reference.
- **API playground**: `any` and `undefined` types are now handled like `oneOf` schemas, letting users pick a concrete shape when sending a request.
</Update>

<Update label="May 15, 2026" tags={["New releases","Improvements"]} rss={{ title:"Web editor redesign, expanded agent support, billing improvements, and more" }}>
## Web Editor

Check warning on line 254 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L254

'Web Editor' should use sentence-style capitalization.

The [editor](https://www.mintlify.com/docs/editor) has been redesigned for live collaboration, parsing, and stability. Additional improvements include:

Check warning on line 256 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L256

In general, use active voice instead of passive voice ('been redesigned').

- **Agent panel**: Chat with the editor agent inline — attach files, view per-session diffs, leave feedback, and jump to the page the agent edited.

Check warning on line 258 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L258

Don't put a space before or after a dash.
- **Add to Assistant**: Send highlighted content straight to the [Assistant](https://www.mintlify.com/docs/assistant) from the editor toolbar.
- **File tree**: Create folders, create unlisted pages, and rename items in the file tree. Add unlisted Markdown into the navigation tree, and open unlisted Markdown and media files directly from the tree.

## Improvements

- **Automations**: New **Add GitHub repositories** link in the Automations repository dropdown makes it easier to connect additional repositories without leaving the page. The Automation Runs tab now defaults to **All runs** when nothing currently needs review, and a **View all runs** button on the empty state clears active filters in one click.

Check warning on line 264 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L264

Use 'automations?' instead of 'Automations'.

Check warning on line 264 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L264

Use 'automations?' instead of 'Automation'.
- **Mintlify Agent**: The [Mintlify agent](https://www.mintlify.com/docs/agent/slack) can now be installed in your Slack workspace even without having a Mintlify-hosted deployment. Additionally, viewer-role users can now ask questions and get answers using read-only tools, and the agent now uses prior thread images and message reactions as additional context.

Check warning on line 265 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L265

In general, use active voice instead of passive voice ('be installed').
- **Schema graph callbacks**: API reference pages now render OpenAPI `callbacks` in the schema graph.
- **Danish language support** added.

Expand All @@ -243,13 +281,13 @@
<Update label="May 8, 2026" tags={["New releases","Improvements"]} rss={{ title:"Expanded MCP access, assistant credit packages, AsyncAPI nested groups, and more" }}>
## Expanded MCP content access

Authenticated [MCP servers](/ai/model-context-protocol) now return more of your content to authorized users. Authenticated users can search public pages plus any pages they have permission to access based on their user groups, instead of being limited to public pages only. [Client credentials](/ai/model-context-protocol#client-credentials) return all public pages and authenticated pages that aren't restricted to specific groups.

Check warning on line 284 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L284

In general, use active voice instead of passive voice ('being limited').

The Mintlify MCP `list_nodes` tool now supports filtering by `parentId` (with optional `recursive` traversal), multiple node types, and additional division scopes including `dropdown`, `anchor`, `product`, and `item`. Results are paginated through an opaque cursor. See the [Mintlify MCP](/ai/mintlify-mcp) documentation for more details.

Check warning on line 286 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L286

In general, use active voice instead of passive voice ('are paginated').

Check warning on line 286 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L286

Use 'Cursor' instead of 'cursor'.

## Assistant credit packages

The [assistant](/assistant) billing experience has been updated to use credit-based packages across all plans, with consistent terminology in the dashboard and usage controls. No changes to existing credit balances or usage.

Check warning on line 290 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L290

In general, use active voice instead of passive voice ('been updated').

## AsyncAPI nested groups

Expand All @@ -269,9 +307,9 @@
<Update label="May 1, 2026" tags={["New releases","Improvements"]} rss={{ title:"Revamped automations and editor, agent score, new Mintlify MCP, and more" }}>
## Automations

Automations have been rebuilt with a new [dashboard experience](https://app.mintlify.com/products/automations).

Check warning on line 310 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L310

Use 'automations?' instead of 'Automations'.

- **Optimized automation templates**: Mintlify maintains prompts for common content creation and maintenance tasks. Turn on these automations and let the agent handle the rest. Mintlify routinely improves the prompts so that you don't have to.

Check warning on line 312 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L312

Use 'REST' instead of 'rest'.
- **Quicker setup**: Toggle on an automation and adjust any optional settings. No more YAML configuration or iterating on Markdown prompts.
- **Custom automations**: In addition to built-in automations, you can create your own automations.

Expand All @@ -279,7 +317,7 @@

## Editor

The [editor](https://app.mintlify.com/editor) is redesigned for better collaboration and improved stability. The editor now supports real-time collaboration, automatic saving across devices, and improved syncing.

Check warning on line 320 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L320

In general, use active voice instead of passive voice ('is redesigned').

See the [editor](/editor) documentation for more details.

Expand Down Expand Up @@ -307,18 +345,18 @@

## Improvements

- Control whether OpenAPI-generated reference pages are included in your [Markdown export](/ai/llmstxt) and `llms-full.txt`

Check warning on line 348 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L348

In general, use active voice instead of passive voice ('are included').
- Search improvements: matched query terms highlighted in search results, search indexes content inside alt text, tag-based search filters are case-insensitive, and snippets no longer duplicate page titles.
- Banner components support more types and per-user dismissibility.
- Authenticated navigation now stays sticky while scrolling.
- The [Slack agent](/agent/slack) can now clone any repository the Mintlify GitHub App has access to and is aware of every repo in your org when answering questions.
- The Assistant CSV export and API now include resolution status for each conversation.
- `llms-full.txt` correctly prefixes root-relative links with your deployment's base path.
- Pages served as Markdown now include an `llms.txt` directive in the HTML version so agents can discover the AI-friendly route.

Check warning on line 355 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L355

Use 'AGENTS' instead of 'agents'.

## Bug fixes

- Fixed copying of personalized code blocks so the rendered values are copied instead of the templated source.

Check warning on line 359 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L359

In general, use active voice instead of passive voice ('are copied').
- Fixed prefetching incorrectly attempting to fetch external links.
- Fixed prose styling for the [Tabs](/components/tabs) component.
- Fixed offset alignment for blocks placed inside a [Column](/components/columns).
Expand All @@ -330,22 +368,22 @@
- Fixed an automation card toggle that could blank the dashboard page.
</Update>

<Update label="April 24, 2026" tags={["New releases","Improvements"]} rss={{ title:"Preview Deployment API, Git onboarding redesign, web editor improvements, and more" }}>

Check warning on line 371 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L371

'Preview Deployment API' should use sentence-style capitalization.
## Preview Deployment API

A public API for generating preview deployments is now available. Use it to trigger previews from your own tooling—useful when your Git workflow doesn't map cleanly to standard branch-based preview triggers. See [Trigger preview deployment](/api/preview/trigger) for more details.

## Git onboarding and settings redesign

The Git settings page has been redesigned with a new layout. Mintlify-hosted customers migrating to their own GitHub or GitLab repository now get a step-by-step flow that walks through the full migration process.

Check warning on line 378 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L378

In general, use active voice instead of passive voice ('been redesigned').

## Web editor improvements

The web editor now shows the full Git diff for the current branch, including changes already pushed. Review everything modified in one place before publishing or opening a pull request.

Changes now persist locally, so edits made while offline are preserved and synced automatically when your connection returns.

Check warning on line 384 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L384

In general, use active voice instead of passive voice ('are preserved').

- **Emoji picker**: Type <kbd>:</kbd> to open an emoji picker and insert emojis inline.

Check warning on line 386 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L386

Use 'emojis?' instead of 'Emoji'.
- **Accordion reordering**: Drag and drop to rearrange accordions inside an [accordion group](/components/accordions) without editing MDX.
- **Editable color component**: Update [color](/components/color) swatches directly in the editor without editing MDX.
- **SVG file upload**: Upload SVG files from the editor configuration view.
Expand All @@ -357,7 +395,7 @@
## Improvements

- Pages expose a `data-current-path` HTML attribute for easier custom scripting and analytics targeting.
- Hidden pages now respect the `seo.indexing: all` setting so you can still index specific pages that are excluded from navigation.

Check warning on line 398 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L398

In general, use active voice instead of passive voice ('are excluded').

## Bug fixes

Expand All @@ -379,11 +417,11 @@

## Agent feedback

Enable [agent feedback](/optimize/feedback#agent-feedback) in your deployment settings to let agents submit structured feedback about your documentation. When turned on, Markdown versions of your pages include feedback instructions so agents know how to report any issues they encounter accessing your documentation. Available as a beta feature in the dashboard under deployment add-ons.

Check warning on line 420 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L420

Use 'AGENTS' instead of 'agents'.

Check warning on line 420 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L420

Use 'AGENTS' instead of 'agents'.

## MCP filesystem access

[MCP servers](/ai/model-context-protocol) now include a query docs filesystem tool that lets agents browse and read your documentation's file structure directly. Agents can navigate directories, read full page content, and batch-read multiple pages in a single call. This tool replaces the `get_page` tool.

Check warning on line 424 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L424

Use 'AGENTS' instead of 'agents'.

Check warning on line 424 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L424

Use 'AGENTS' instead of 'Agents'.

## Git setup wizard

Expand All @@ -398,13 +436,13 @@
- Pasting valid MDX components into the editor now preserves component structure instead of converting to plain text.
- Long sidebar navigation titles now hyphenate automatically to prevent overflow.
- The editor now resolves [`$ref` references](/organize/settings#split-configuration-with-%24ref) in split configuration files.
- The [Slack agent](/agent/slack) system prompt has been improved for more accurate and helpful responses.

Check warning on line 439 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L439

In general, use active voice instead of passive voice ('been improved').
- `llms.txt` now includes blockquote summaries for better page descriptions.
- Custom `skill.md` files in your repository are now detected correctly during deployment.

## Deprecations

- File-based automations are deprecated. Create automations from the dashboard instead. Existing automations from files continue to work, but new automations must be created in the dashboard.

Check warning on line 445 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L445

In general, use active voice instead of passive voice ('are deprecated').

Check warning on line 445 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L445

In general, use active voice instead of passive voice ('be created').

## Bug fixes

Expand All @@ -421,7 +459,7 @@
<Update label="April 10, 2026" tags={["New releases","Improvements"]} rss={{ title:"CLI analytics, directory listings, multi-skill support, Slack bot improvements, and more" }}>
## CLI analytics

The `mint analytics` command lets you view traffic, search queries, user feedback, and assistant conversations from the terminal for better integration with agents.

Check warning on line 462 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L462

Use 'AGENTS' instead of 'agents'.

Use subcommands to explore specific data:

Expand All @@ -438,11 +476,11 @@

## Multi-skill support

Serve multiple [skill files](/ai/skillmd) from a `.mintlify/skills/` directory. Each subdirectory with a `SKILL.md` file is discovered and served automatically, so you can organize skills by feature or domain.

Check warning on line 479 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L479

In general, use active voice instead of passive voice ('is discovered').

## Slack agent improvements

- **Multiple deployments**: Organizations with multiple documentation sites can now use the [Slack agent](/agent/slack) across all of them. The agent prompts you to choose a deployment on first use, and your preference is saved per Slack account.

Check warning on line 483 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L483

In general, use active voice instead of passive voice ('is saved').
- **Read-only mode**: The Slack agent now classifies messages and responds in read-only mode for questions that only need information retrieval, reserving write access for requests that require documentation changes.

## Client credentials for authenticated MCP
Expand All @@ -454,19 +492,19 @@
- The [`mint new`](/cli/commands#mint-new) command now supports creating projects from pre-defined templates with the `--template` flag.
- The CLI now auto-refreshes expired access tokens, so you no longer need to re-run `mint login` after a session expires.
- The [assistant](/assistant/index) is now available in `mint dev` local previews.
- CLI UX improvements: grayed-out login URLs for clarity, standardized log formatting, and `mint status` now shows the CLI version.

Check warning on line 495 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L495

Use 'unavailable' instead of 'grayed-out'.
- OpenAPI `x-group` extension support for organizing API endpoints into custom groups.
- Horizontal rules (`<hr />`) are now supported in MDX content.
- [Automations](/automations) now surface in the dashboard inbox for easier tracking. The automation list also displays PR names for quicker identification.
- The `mint export` command now includes API reference pages generated from OpenAPI specifications.
- The slash command menu in the editor has been redesigned with improved organization and discoverability.

Check warning on line 500 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L500

In general, use active voice instead of passive voice ('been redesigned').
- Improved the UI of the editor publish flow and page creation interface.
- Improved abuse prevention for the assistant.
- Added Finnish as a supported localization language.

## Bug fixes

- Fixed custom heading IDs not being processed before MDX parsing, which could cause anchors to break on certain pages.

Check warning on line 507 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L507

In general, use active voice instead of passive voice ('being processed').
- Fixed the SEO and metadata audit automation template from incorrectly modifying API endpoint pages.
- Fixed deprecated label text wrapping in the dashboard.
- Fixed inline formatting (bold, italic, code) not applying correctly in the editor in certain contexts.
Expand All @@ -480,7 +518,7 @@
<Update label="April 3, 2026" tags={["New releases","Improvements"]} rss={{ title:"get_page MCP tool, password-protected previews, SAML group role mappings, and more" }}>
## get\_page MCP tool

[MCP servers](/ai/model-context-protocol) that Mintlify generates now include a `get_page` tool that lets AI agents fetch full page content by path. Agents can retrieve complete documentation pages for deeper context beyond search results.

Check warning on line 521 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L521

Use 'AGENTS' instead of 'agents'.

Check warning on line 521 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L521

Use 'AGENTS' instead of 'Agents'.

## Password-protected preview links

Expand All @@ -494,8 +532,8 @@

- Redesigned the editor configuration settings page with an improved layout and autosave support.
- Pages auto-generated from OpenAPI specifications now appear in the web editor as read-only entries.
- Video support in [live preview](/editor/live-preview). Embedded mp4, webm, and mov files now render correctly during local development.

Check warning on line 535 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L535

Use 'WebM' instead of 'webm'.
- [Automations](/automations) can now be disabled and re-enabled from the dashboard.

Check warning on line 536 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L536

Use 'automations?' instead of 'Automations'.

Check warning on line 536 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L536

In general, use active voice instead of passive voice ('be disabled').
- Assistant analytics now show usage broken down by source (web vs API) in the dashboard.
- Authenticated MCP search now correctly filters results based on the user's authentication groups.
- Slack agent responses now show tool call summaries instead of raw tool calls for clearer information of what the agent is doing.
Expand Down Expand Up @@ -537,11 +575,11 @@

## `data-active` CSS selectors

Sidebar items, table of contents entries, and navigation dropdowns now expose a stable [`data-active` attribute](/customize/custom-scripts#css-selectors) for custom CSS targeting. Use selectors like `.toc-item[data-active]` or `#sidebar-content li[data-active]` to style active states without relying on internal class names.

Check warning on line 578 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L578

Use 'sidebars?' instead of 'Sidebar'.

## Agent-skills discovery endpoint

Documentation sites now serve a `/.well-known/agent-skills/` discovery endpoint following the [agent-skills 0.2.0 spec](https://schemas.agentskills.io/discovery/0.2.0/schema.json). AI agents can programmatically discover and fetch your [skill files](/ai/skillmd#discovery) with content integrity verification.

Check warning on line 582 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L582

Use 'AGENTS' instead of 'agents'.

## API playground credentials

Expand All @@ -551,7 +589,7 @@

- [Custom heading IDs](/create/text#custom-heading-ids) now supported. Search results deep-link to sections that use custom IDs.
- Navigation entries in `docs.json` now support anchor links (`#` links).
- Automations dashboard redesigned with card view, clearer run history, action dropdowns, and improved empty states.

Check warning on line 592 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L592

Use 'automations?' instead of 'Automations'.
- Editor navigation now syncs with the server for persistent changes and multi-user conflict resolution.
- MCP search now respects authentication permissions, so search results only include pages the user has access to.
- [Heap analytics](/integrations/analytics/heap) now properly forwards page views and custom events.
Expand All @@ -570,7 +608,7 @@
- Fixed padding for tables inside tabs.
- Fixed Frame component hint icon vertical alignment.
- Fixed navigation item badge wrapping.
- Fixed API key being erased during prefill examples.

Check warning on line 611 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L611

In general, use active voice instead of passive voice ('being erased').
- Fixed linked code snippets in cards not being clickable.
</Update>

Expand All @@ -594,8 +632,8 @@
## Improvements

- User profile pictures now displayed throughout the dashboard for a more personalized experience.
- Automation templates updated with improved prompts.

Check warning on line 635 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L635

Use 'automations?' instead of 'Automation'.
- Automation run history now viewable from the dashboard with the ability to monitor status and close PRs.

Check warning on line 636 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L636

Use 'automations?' instead of 'Automation'.
- Slack notifications for automations now configurable from the dashboard.
- Editor performance improvements: fixed typing latency and persistence blocking in large repositories, virtualized file lists for repositories with many files.
- Card layout shift on initial page load eliminated.
Expand All @@ -618,12 +656,12 @@
- Fixed hidden page children not appearing in decorated navigation.
</Update>

<Update label="March 13, 2026" tags={["New releases","Improvements"]} rss={{ title:"Automation templates and CLI command, Agent API v2, and more" }}>

Check warning on line 659 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L659

Use 'automations?' instead of 'Automation'.
## Automation templates

Create [automations](/automations) faster with pre-built templates in the [dashboard](https://app.mintlify.com/products/automations). Choose from templates for changelog generation, API docs sync, feature documentation drafts, broken link detection, SEO audits, and more. Templates include optimized prompts and trigger configurations to get you started quickly.

## Automation CLI command

Check warning on line 664 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L664

Use 'automations?' instead of 'Automation'.

Create [automations](/automations) files from the command line with the `mint automation` CLI command. Interactive prompts guide you through name, trigger, context, and instructions.

Expand All @@ -644,7 +682,7 @@
- YouTube and Loom embeds available in the editor slash command menu
- Localized footer and navbar content per locale
- Slack assistant shows status indicators while processing
- Automations can now send Slack notifications with auto-merge status

Check warning on line 685 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L685

Use 'automations?' instead of 'Automations'.
- Editor now supports spellcheck
- Dashboard layout improvements for mobile and responsive views

Expand Down Expand Up @@ -676,13 +714,13 @@

The assistant now also builds context from the page a user is on and indexes entire OpenAPI specifications.

## Default Vale configuration updates

Check warning on line 717 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L717

'Default Vale configuration updates' should use sentence-style capitalization.

The default [Vale configuration](/deploy/ci#configuration) now parses MDX as MD to avoid fragility with JSX. Previously, Vale returned false positive errors on any JSX inside of MDX components. Now, Vale parses MDX as MD to avoid these errors with tokenIgnores and blockIgnores for MDX and JSX elements that Vale should skip.

Check warning on line 719 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L719

Use 'md' instead of 'MD'.

Check warning on line 719 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L719

Use 'md' instead of 'MD'.

## Improvements

- Automations now support up to 50 runs per day, increased from 20.

Check warning on line 723 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L723

Use 'automations?' instead of 'Automations'.
- [Full base URL](/organize/settings-api) now supported in the API playground by configuring `api.url` in `docs.json`.
- Dashboard layout updated with improved navigation and sidebar access for the editor and settings pages.
- Editor search bar redesigned with better UX for finding and navigating to files.
Expand All @@ -693,7 +731,7 @@
## Bug fixes

- Fixed OAuth and JWT redirects for authenticated docs.
- Fixed cursor jumping when pasting text in the editor.

Check warning on line 734 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L734

Use 'Cursor' instead of 'cursor'.
- Fixed keyboard shortcuts for canceling assistant messages.
- Fixed branch names with underscores not working in the editor.
- Fixed link border colors in callout components.
Expand All @@ -705,7 +743,7 @@

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

Automations are in beta and available on all plans.

Check warning on line 746 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L746

Use 'automations?' instead of 'Automations'.

## Comments and suggestions

Expand Down Expand Up @@ -745,7 +783,7 @@

## Improvements

- New search functionality in the web editor makes it easier to find and navigate to files across your documentation.

Check warning on line 786 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L786

Use 'capability' or 'feature' instead of 'functionality'.
- Drag to add table rows and columns directly in the editor for faster table creation and modification.
- The API playground now supports audio response examples, making it easier to document audio-related API endpoints.

Expand Down Expand Up @@ -774,7 +812,7 @@

The [contextual menu](/ai/contextual-menu) now includes an option to add a copyable command to install your docs MCP server.

## `root` in groups

Check warning on line 815 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L815

'in groups' should use sentence-style capitalization.

Navigation groups now support a [`root`](/organize/navigation#root-page) property to set a landing page for the group. Clicking the group header navigates to the root page instead of expanding the group.

Expand Down Expand Up @@ -843,7 +881,7 @@

## MCP filtering

AI agents can now [filter](ai/model-context-protocol#search-filtering-parameters) MCP search results by parameters.

Check warning on line 884 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L884

Use 'AGENTS' instead of 'agents'.

## Other

Expand All @@ -858,7 +896,7 @@
- Fixed a rendering loop that could cause performance issues with the Tabs component.
- Fixed the password reset button not working.
- The AI assistant no longer appears when printing pages.
- Fixed the cursor being invisible in dark mode.

Check warning on line 899 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L899

Use 'Cursor' instead of 'cursor'.
- Fixed a bug that could strip style attributes in MDX.
- Fixed an issue where page "last modified" dates updated incorrectly during global config changes.
- Fixed authentication issues affecting index pages from properly rendering.
Expand All @@ -866,9 +904,9 @@
</Update>

<Update label="January 23, 2026" tags={["New releases","Improvements"]} rss={{ title:"skills.md, audit logs, and markdown export" }}>
## `skill.md` auto-generation

Check warning on line 907 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L907

'auto-generation' should use sentence-style capitalization.

Documentation sites now auto-generate a `skill.md` file based on your API references, guides, and features to give AI agents a comprehensive skills file with context on how to help people use your product. `skill.md` replaces the `install.md` approach with more structured capabilities and wider adoption. If you have a custom `skills.md` file at the root of your documentation repository, it replaces the auto-generated version. See [skill.md](/ai/skillmd) for more information.

Check warning on line 909 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L909

Use 'AGENTS' instead of 'agents'.

## Audit logs for authentication events

Expand All @@ -876,19 +914,19 @@

## Markdown export for agents

Documentation pages now serve raw markdown when the `Accept: text/markdown` header is sent, which enables better AI agent consumption of content.

Check warning on line 917 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L917

Use 'Markdown' instead of 'markdown'.

Check warning on line 917 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L917

In general, use active voice instead of passive voice ('is sent').

## Improvements

- Combined authentication, partial authentication, and personalization into a single authentication experience. See [Authentication setup](/deploy/authentication-setup) for more information.
- Hidden pages now automatically receive `noindex` meta tags for better SEO control.
- Added markdown support for image captions.

Check warning on line 923 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L923

Use 'Markdown' instead of 'markdown'.
</Update>

<Update label="January 16, 2026" tags={["New releases","Improvements"]} rss={{ title:"install.md, live preview in the web editor, and more" }}>
## `install.md` auto-generation

Check warning on line 927 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L927

'auto-generation' should use sentence-style capitalization.

Documentation sites now auto-generate an `install.md` file that aggregates installation-related pages like quickstarts, getting started, installation, and setup guides for AI agents. If you have a custom `install.md` file in your documentation repository, it takes priority over the auto-generated version.

Check warning on line 929 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L929

Use 'AGENTS' instead of 'agents'.

## Web editor improvements

Expand All @@ -897,7 +935,7 @@

## Branch search for Git integrations

Added branch search functionality for GitHub and GitLab integrations so that it is easier to find and switch between deployment branches in the Git settings of your dashboard.

Check warning on line 938 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L938

Use 'capability' or 'feature' instead of 'functionality'.

## `mintlify validate` CLI command

Expand Down Expand Up @@ -992,7 +1030,7 @@
- Updated [publishing workflow](/editor/branching-and-publishing) to support one-click publishing or creating pull requests.
- Working in the web editor no longer requires you to sign in with GitHub.

## Onboarding improvements

Check warning on line 1033 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1033

'Onboarding improvements' should use sentence-style capitalization.

Check warning on line 1033 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1033

Use 'onboarding' instead of 'Onboarding'.

- Choose between a Mintlify-hosted documentation repository or using your own repository while signing up.
- Create a documentation site without connecting a GitHub account.
Expand All @@ -1010,9 +1048,9 @@
<Update label="December 12, 2025" tags={["New releases","Improvements"]} rss={{ title:"Agent suggestions and Q&A bots" }}>
## Agent suggestions

The agent can now monitor Git repositories and suggest documentation updates. When user-facing code changes are detected, suggestions appear in the agent panel. Suggestions include the relevant pull request and a list of proposed documentation updates. Add suggestions as context for the agent to create pull requests or dismiss them.

Check warning on line 1051 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1051

In general, use active voice instead of passive voice ('are detected').

## Q&A bot in Slack

Check warning on line 1053 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1053

'Q&A bot in Slack' should use sentence-style capitalization.

Add a bot powered by the assistant to your [Slack workspaces](/ai/slack-bot). The bot answers questions in real-time based on your documentation, so it provides accurate, up-to-date answers to your community.

Expand All @@ -1026,7 +1064,7 @@

- **Insights** renamed to **Analytics** in the dashboard.
- Added ability to delete a deployment from the dashboard.
- The `Tooltip` component has been redesigned with improved styling and now supports an optional `headline` prop for adding a title to your tooltips.

Check warning on line 1067 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1067

In general, use active voice instead of passive voice ('been redesigned').
- The `mint a11y` command now supports `--skip-contrast` and `--skip-alt-text` flags, allowing you to run specific accessibility checks in your CI/CD pipeline. Use `--skip-contrast` to check only for missing alt text, or `--skip-alt-text` to check only color contrast ratios.

## Bug fixes
Expand All @@ -1035,11 +1073,11 @@
- Fixed heading levels 5 and 6 rendering in the web editor.
- Fixed schema page examples display in API reference pages.
- Fixed image upload paths in monorepo setups.
- Fixed an issue where the incorrect request payload value was being selected first in the API playground.

Check warning on line 1076 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1076

In general, use active voice instead of passive voice ('being selected').
- Removed file extensions from default image titles when uploading.
- Fixed double underline styling on banner links.
- Fixed loading states and date range values for analytics page.
- Folders in the web editor now properly maintain their open/closed state when other folders are opened or closed.

Check warning on line 1080 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1080

In general, use active voice instead of passive voice ('are opened').
- Fixed long API page titles overflowing instead of wrapping.
</Update>

Expand All @@ -1049,7 +1087,7 @@
Preview deployments now include an interactive widget that displays all changed files in the deployment. The widget appears as a floating button in the bottom-right corner and provides:

- One-click navigation to changed pages.
- Searchable list of all changed files with status badges (added, modified, removed).

Check warning on line 1090 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1090

Use 'searchable' instead of 'Searchable'.

The widget is automatically enabled on all preview deployments and helps reviewers quickly navigate to modified content.
</Update>
Expand All @@ -1059,7 +1097,7 @@

You can now display "last modified" timestamps on all pages in your documentation. Enable this feature by setting the [`timestamp`](/organize/settings-seo#metadata) flag in your `docs.json` settings.

When enabled, each page will automatically show when it was last updated, helping readers understand how current the content is.

Check warning on line 1100 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1100

Avoid using 'will'.
</Update>

<Update label="December 5, 2025" tags={["Improvements"]} rss={{ title:"Weekly Updates",description:"API playground enhancements, web editor improvements, and bug fixes" }}>
Expand All @@ -1073,8 +1111,8 @@

## Assistant improvements

- Fixed assistant submission to prevent empty messages from being sent.

Check warning on line 1114 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1114

In general, use active voice instead of passive voice ('being sent').
- Fixed accidental message submission during IME composition (for languages like Japanese, Chinese, Korean).

Check warning on line 1115 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1115

Spell out 'IME', if it's unfamiliar to the audience.
- Better behavior when adding code snippets to assistant.

## Bug fixes and reliability
Expand All @@ -1082,7 +1120,7 @@
- Fixed handling of complex Mermaid diagrams.
- Fixed hash handling for URLs and table of contents to properly highlight the active page when accessing the root path with an index page.
- Added ability to disable 404 page recommendations via configuration.
- Fixed a bug in the API playground where boolean `false` and numeric `0` values in query parameters would be filtered out and not appear in the generated API request.

Check warning on line 1123 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1123

In general, use active voice instead of passive voice ('be filtered').
</Update>

<Update label="December 3, 2025" tags={["New releases"]} rss={{ title:"Assistant query bucketing",description:"Automatically group similar assistant queries to identify common user questions" }}>
Expand All @@ -1096,7 +1134,7 @@
<Update label="December 1, 2025" tags={["New releases"]} rss={{ title:".mintignore support",description:"Exclude files and directories from your published documentation" }}>
## .mintignore support

- Added `.mintignore` file support to exclude specific files and directories from being processed and published to your documentation site.

Check warning on line 1137 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1137

In general, use active voice instead of passive voice ('being processed').
- Uses the same pattern syntax as `.gitignore` for familiar configuration.
- Excluded files don't appear in published docs, aren't indexed for search, and aren't accessible to visitors.

Expand All @@ -1115,7 +1153,7 @@
- Fixed issue where response section would disappear when switching between endpoints with different response codes. The playground now properly resets to the first available response code when navigating to a new endpoint.
- Fixed double "Authorization" header display in HTTP Basic authentication schemes. The authentication section now shows a cleaner interface with proper field labels and descriptions.
- Improved handling of `oneOf` schemas in nested objects and arrays. Complex API schemas with multiple type options now render correctly as dropdowns instead of tabs in appropriate contexts.
- Fixed missing path parameters that were defined at the endpoint level in OpenAPI specs. Parameters specified above individual operations are now properly included in both the main page and playground.

Check warning on line 1156 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1156

In general, use active voice instead of passive voice ('were defined').

Check warning on line 1156 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1156

Use 'preceding' instead of 'above'.
- Enhanced response example generation to include all required properties, even when examples only specify some fields. This ensures response examples are complete and accurate.
- Fixed missing prefill examples in object arrays. Array items with example data now properly populate in the playground with correct indexing.
- Improved description padding and spacing throughout the API playground for better readability and visual consistency.
Expand All @@ -1126,7 +1164,7 @@

## CLI improvements

- Added error message for users running `mint dev` on Node.js versions below 20.17. Users are guided to upgrade to an LTS version.

Check warning on line 1167 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1167

In general, use active voice instead of passive voice ('are guided').
</Update>

<Update label="November 15, 2025" tags={["New releases","Improvements"]} rss={{ title:"Weekly Updates",description:"Badge component, API playground improvements, custom language support, and performance enhancements" }}>
Expand All @@ -1144,14 +1182,14 @@
- Security inputs defined at the operation level in OpenAPI specs now properly override top-level security definitions
- Fixed issue where header inputs marked as security parameters were incorrectly included in generated code examples
- Improved handling of `deepObject` style parameters in API field displays
- Better error messages when invalid URLs are provided in API configurations

Check warning on line 1185 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1185

In general, use active voice instead of passive voice ('are provided').
- Improved UI for API playground with better spacing, layout, and loading

## Navigation and UI enhancements

- Tab hover indicators now have improved styling for better visual feedback
- Long words now wrap properly to prevent horizontal scrolling
- Step component now handles cases where no step title is provided

Check warning on line 1192 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1192

In general, use active voice instead of passive voice ('is provided').
- Logo section spacing improved with better padding
- Fixed heading IDs to properly handle question marks and special characters for anchor links
- Icon component now accepts `className` prop for custom styling
Expand All @@ -1166,7 +1204,7 @@

## Component and styling enhancements

- Images can now be zoomed with improved overlay styling for both light and dark modes

Check warning on line 1207 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1207

In general, use active voice instead of passive voice ('be zoomed').
- Fixed keyboard shortcut styles inside callouts for dark mode
- Improved OG image generation with Google Fonts support and better truncation logic
- Improved UI for tables with better alignment, spacing, and readability
Expand All @@ -1192,22 +1230,22 @@
<Update label="October 31, 2025" tags={["Improvements"]} rss={{ title:"Weekly Updates",description:"API playground enhancements, table improvements, performance optimizations, and bug fixes" }}>
## Assistant improvements

- **Starter questions for assistant are here! You can add your own within the dashboard at [Assistant --\> Settings](https://app.mintlify.com/mintlify/mintlify/products/assistant/settings)**

Check warning on line 1233 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1233

Don't use exclamation points in text.
- Assistant insights quality has been improved with default spam protection for abusive keywords and JSON queries.

Check warning on line 1234 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1234

In general, use active voice instead of passive voice ('been improved').

## API playground improvements

- The API playground now automatically fills in default values for parameters, which saves time when testing endpoints.
- Issues with `allOf`, `oneOf`, and nested object schemas that previously caused rendering problems or incorrect field displays have been fixed, and complex API schemas now render correctly with all fields visible and properly structured.

Check warning on line 1239 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1239

In general, use active voice instead of passive voice ('been fixed').
- Enum and nullable field types now display accurate labels in the playground, which makes it clearer what values are accepted and whether fields are optional.

Check warning on line 1240 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1240

Use 'enums?' instead of 'Enum'.

Check warning on line 1240 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1240

In general, use active voice instead of passive voice ('are accepted').
- When working with nested objects in API requests, the playground now shows proper descriptive labels for each field instead of generic placeholders, which makes it easier to understand what data to provide.
- Enum const tables and API field displays now render with improved formatting and alignment, which makes it easier to scan available options and understand field requirements.

Check warning on line 1242 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1242

Use 'enums?' instead of 'Enum'.
- API playground modals now display rich MDX-formatted descriptions at the top, which gives better context for endpoints with formatted text, links, and code examples.

## Analytics changes

- Deferred analytics loading: PostHog and LogRocket now load after documentation content, which improves initial page load times and Core Web Vitals scores without affecting analytics data.
- Conditional session recording: PostHog session recording can now be enabled conditionally based on user properties or page context for more control over when recordings happen.

Check warning on line 1248 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1248

In general, use active voice instead of passive voice ('be enabled').

## Visual improvements

Expand All @@ -1219,7 +1257,7 @@
- Improved LaTeX/math block styling for better readability and consistent formatting.
- Added `playsInline` and autoplay props to video embeds so they work correctly on iOS devices.
- Updated Claude icon with proper border-radius for visual consistency.
- Fixed `/llms.txt` routing so LLM agents can properly access documentation.

Check warning on line 1260 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1260

Use 'AGENTS' instead of 'agents'.
- Prevented infinite schema expansion in complex OpenAPI specs that could cause browser crashes.
- Removed x-overflow in Palm theme that was cutting off text in the API playground.
- Increased content font-size to improve compatibility with browser reader modes.
Expand All @@ -1230,7 +1268,7 @@
## Insights improvements

- Improved insights page with fixed date selectors for "today" and "yesterday"
- Enhanced feedback table with improved search functionality

Check warning on line 1271 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1271

Use 'capability' or 'feature' instead of 'functionality'.
- Added loading state for categories table

## Assistant improvements
Expand Down Expand Up @@ -1329,7 +1367,7 @@
- Removed background from code blocks in editor for cleaner appearance
- Fixed branch creation workflow to correctly navigate to newly created branches
- Added deployment history pagination
- Added cursor pagination to preview deployments table

Check warning on line 1370 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1370

Use 'Cursor' instead of 'cursor'.
- Fixed preview deployments to only return preview environment deployments
- Improved dashboard UI/UX with better spacing, input handling, and layout fixes
- Added better handling for links in dashboard assistant chat
Expand All @@ -1345,13 +1383,13 @@
## Bug fixes and reliability

- Fixed duplicate base paths and links in 404 recommended pages
- Auto-populated og:url tag with appropriate canonical URL

Check warning on line 1386 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1386

Use 'OG' instead of 'og'.

Check warning on line 1386 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1386

Use 'URL' instead of 'url'.

Check warning on line 1386 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1386

Use 'URL' instead of 'url'.
- Added canonical tag for better SEO
- Fixed code block overscroll issues
- Made search engines ignore preview deployments for SEO purposes
- Fixed referrer tracking to use domain instead of full URL
- Fixed images always becoming MDX block elements (kept inline images inline)
- Removed comments in raw markdown pages such that you can use TODO comments without them leaking to users

Check warning on line 1392 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1392

Use 'Markdown' instead of 'markdown'.

Check warning on line 1392 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1392

Use 'todo' instead of 'TODO'.
- Fixed directory reading support for read\_external\_files

## Component and styling
Expand All @@ -1368,7 +1406,7 @@
- **Accessibility CLI command**: Run `mint a11y` to test your docs for accessibility issues
- **Video responses in API playground**: API playground now supports displaying video response types
- **API playground prefill**: New option to prefill API playground examples for faster testing
- **Unauthenticated feedback**: For sites using partial authentication, users can now submit feedback without being authenticated

Check warning on line 1409 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1409

In general, use active voice instead of passive voice ('being authenticated').
- **Shiki theme support**: Shiki themes are now supported for code block styling
- **Twoslash for code blocks**: TypeScript and JavaScript code blocks now support Twoslash for inline type information

Expand All @@ -1392,7 +1430,7 @@
- Fixed z-index issues with side panel overlays
- Fixed light mode color fallbacks and theme-related styling bugs
- Fixed API playground expandables not working with anchor links
- Fixed `.md` link accessibility for ChatGPT and other LLM agents

Check warning on line 1433 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1433

Use 'AGENTS' instead of 'agents'.
- Fixed image dimension handling for percentage-based widths and heights
- Fixed code block rendering issues with language tags and custom themes
- Fixed accordion link formatting and styling
Expand All @@ -1407,7 +1445,7 @@

- Added support for Romanian and Czech languages in the documentation interface
- Enhanced localization capabilities with complete translation coverage for new languages
- Improved language selector functionality across all themes

Check warning on line 1448 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1448

Use 'capability' or 'feature' instead of 'functionality'.

## UI and user experience improvements

Expand Down Expand Up @@ -1443,7 +1481,7 @@
- Fixed GitLab integration issues with larger repositories
- Improved dashboard loading performance with optimized deployment queries
- Fixed SVG path rendering issues in documentation
- Fixed keyboard navigation in search and chat functionality

Check warning on line 1484 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1484

Use 'capability' or 'feature' instead of 'functionality'.
</Update>

<Update label="September 13, 2025" tags={["New releases","Improvements"]} rss={{ title:"Weekly Updates",description:"AI 404 suggestions, assistant web search with external sources, security enhancement, and reliability fixes" }}>
Expand All @@ -1463,10 +1501,10 @@

## Web editor and deployments

- Security enhancement added to editor such that only users with `write permissions` for the connected git hosting repository can make changes

Check warning on line 1504 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1504

Use 'Git' instead of 'git'.
- Fixed a bug where preview deployments wouldn't work for branches with `=` in the name
- Fixed a bug where long branch names would overflow modals on preview deployment creations
- Quality of life improvement where email query parameter will prefill the input on signup invitations

Check warning on line 1507 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1507

Avoid using 'will'.
- Fixed a bug where copying a page from the context menu was not working on safari

## API playground and navigation
Expand All @@ -1479,7 +1517,7 @@
- Fixed a bug where favicons were not showing up in search engines by serving them from the same URL as the documentation site itself for each respective site
- Fixed a bug where youtube embeds would flash in and out on load
- Fixed a bug where expanding the feedback menu to include written responses would cause layout shift with the table of contents
- Fixed a bug where text would leak above the topbar on the maple theme when a user dismissed the notification banner

Check warning on line 1520 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1520

Use 'preceding' instead of 'above'.
- Enhanced the Maple and Willow themes by adding login/logout buttons to the sidebar for easier access

## Analytics and exports
Expand All @@ -1496,10 +1534,10 @@

## Navigation and quality of life improvements

- Quality of life improvement to ignore trailing slashes and double slashes so you don't have to worry about getting them exactly right in your docs.json

Check warning on line 1537 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1537

Use 'JSON' instead of 'json'.
- You can now add a `noAnchor` attribute to your `h1-6` HTML tags to avoid them having an anchor link
- The Palm theme now has a floating language selector in the bottom left similar to Stripe's approach
- Added a new field to the docs.json called [`drilldown`](https://mintlify.com/docs/navigation#enable-auto-navigation-for-groups) which allows you to control whether or not users are navigated to the first page in a navigation group when the group is expanded

Check warning on line 1540 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1540

Use 'JSON' instead of 'json'.
- Quality of life improvement to make nested ordered lists alternate styles from decimal/Roman to alpha

## Bug fixes and reliability
Expand All @@ -1508,34 +1546,34 @@
- Fixed a bug where Google was indexing raw `*.md` files because they were missing a `x-robots-tag noindex` header
- Fixed a bug with OAuth on protected docs where it wouldn't redirect you back to your starting page once you completed the flow successfully
- Fixed a bug on previews of auth protected docs where you weren't able to see the entire navigation bar
- Bug fixes to how SVGs are handled with our new image CDN

Check warning on line 1549 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1549

In general, use active voice instead of passive voice ('are handled').

## Component and styling enhancements

- Added a new CSS selector for custom styles on `SidebarNavGroupDivider`
- New regression tests for MDX defined API pages that have security defined on them will ensure a greater degree of stability

Check warning on line 1554 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1554

Avoid using 'will'.

## Performance improvements

- Performance improvement by moving the KaTeX CSS from cdnjs to our own CDN on Cloudfront for reduced latency

Check warning on line 1558 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1558

Use 'CloudFront' instead of 'Cloudfront'.
</Update>

<Update label="August 23, 2025" tags={["Improvements"]} rss={{ title:"Weekly Updates",description:"Image layout fixes, auth enhancements, mobile nav improvements, and web editor stability" }}>
## Image handling improvements

- **Major improvement**: Images no longer cause layout shift by default, even when width and height attributes aren't specified—automatic sizing prevents content jumping during page loads
- All static files in your repository (PDF, TXT, XML, etc.) are now automatically uploaded and served when you deploy, providing complete asset coverage

Check warning on line 1565 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1565

Use 'txt' instead of 'TXT'.

Check warning on line 1565 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1565

Spell out 'TXT', if it's unfamiliar to the audience.

## Web editor and deployment enhancements

- Fixed branch creation workflow in web editor to correctly navigate to and stay on newly created branches
- Enhanced merge conflict dialog with proper escape functionality, no more page reloads required to dismiss conflicts

Check warning on line 1570 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1570

Use 'capability' or 'feature' instead of 'functionality'.
- Optimized update workflow performance by cache-invalidating only changed pages during partial updates, reducing deployment times

## Authentication and navigation improvements

- New support for authentication on custom subpaths, if you serve docs at `https://yourdomain.com/docs`, authentication now works seamlessly
- Fixed sidebar display bug that incorrectly showed when only one link was configured

Check warning on line 1576 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1576

In general, use active voice instead of passive voice ('was configured').
- Comprehensive mobile navigation overhaul: centered buttons with proper margin/padding, improved spacing in dropdown menus, removed unnecessary dividers and margins for empty sections, and fixed Maple theme gap/padding issues

## Component and styling fixes
Expand All @@ -1547,7 +1585,7 @@

- Enhanced logging system for update workflows enabling faster debugging and issue resolution
- Fixed GitHub rate limiting for customers with 10\+ OpenAPI/AsyncAPI specs by switching from individual file fetching to repository cloning
- Improved assistant reliability with backup LLM support, enhanced rate limit error handling, and more robust search tool functionality

Check warning on line 1588 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1588

Use 'capability' or 'feature' instead of 'functionality'.
</Update>

<Update label="August 16, 2025" tags={["Improvements"]} rss={{ title:"Weekly Updates",description:"Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}>
Expand All @@ -1563,9 +1601,9 @@

- OpenAPI to MCP conversion moved to backend, enabling hosted MCP servers to contain tools (expect clearer documentation and config options soon)
- Added Ruby support to API playground
- We added a feature such that you can now [specify API pages using just your docs.json](/api-playground/openapi-setup#auto-populate-api-pages) without creating any new mdx files.

Check warning on line 1604 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1604

Use 'MDX' instead of 'mdx'.
- Support for [`webhook pages`](/api-playground/openapi-setup#webhooks) in docs navigation from OpenAPI specs
- Optimized AI model context by removing anchor link specifications from markdown links when navigating to Anthropic, OpenAI, or other providers

Check warning on line 1606 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1606

Use 'Markdown' instead of 'markdown'.

## Web editor improvements

Expand Down Expand Up @@ -1610,13 +1648,13 @@

- Group-level public access: make entire page groups public via `docs.json` so you don’t need `public: true` on each page ([learn more](https://mintlify.com/docs/authentication-personalization/authentication-setup#group-level))
- Support [`logoutURL in OAuth configuration`](https://mintlify.com/docs/authentication-personalization/authentication-setup#implementation-3) to delete upstream cookies and complete sign-out
- On OAuth errors, users are redirected to your specified `logoutURL` to restart the auth flow

Check warning on line 1651 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1651

In general, use active voice instead of passive voice ('are redirected').
- Fixed a flash of a 500 error during OAuth/JWT flows before the callback
- Auto-strip `https://` from URLs in OAuth/JWT auth configuration to prevent misconfiguration

## API playground enhancements

- New [Search API endpoint](https://mintlify.com/docs/api-reference/assistant/search) so you can build agents and MCP servers on top of your docs

Check warning on line 1657 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1657

Use 'AGENTS' instead of 'agents'.
- `openapi` and `asyncapi` files are now served at their specified paths (for example, `https://mydocsurl.extension/{openapi-or-file-name}.json`)
- You can now use the [`x-mint field in your openapi files`](https://mintlify.com/docs/api-playground/openapi-setup#x-mint-extension) to override generated fields, customize preface content, or change endpoint URLs in code samples
- [`x-mcp is now x-mint.mcp`](https://mintlify.com/docs/api-playground/openapi-setup#mcp) in OpenAPI configurations to control which routes are exposed as MCP tools
Expand All @@ -1628,9 +1666,9 @@

## Performance and reliability

- All image and video assets present in your docs repo are now served at the appropriate path on your domain. For example, if you have `/assets/marketing/my-logo.png` in your repo, it will be available at `https://mydocsurl.extension/assets/marketing/my-logo.png`.

Check warning on line 1669 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1669

Avoid using 'will'.
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately _(quality of life improvement)_

Check warning on line 1670 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1670

Use 'email' instead of 'Email'.
- Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction)

Check warning on line 1671 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1671

Put a nonbreaking space between the number and the unit in '50ms'.
- Added retry logic for PDF exports to improve reliability
- Fixed cookie consent popup reappearing after acceptance or dismissal—first selection is now respected
- Fixed copying a page to clipboard on Safari by specifying a MIME `type` in `navigator.write`
Expand All @@ -1640,8 +1678,8 @@
- CLI bugfixes for windows and pnpm, plus CI tests to prevent regressions
- Improved error logging output—a quality of life upgrade for our engineering team when debugging
- Minor fixes to the broken-link CI action when `contentDirectory` files are missing
- Fixed a regression caused by the auth-protected preview fixes from last week where the active tab was not being set correctly in the navigation UI

Check warning on line 1681 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1681

In general, use active voice instead of passive voice ('being set').
- Fixed theme light background color not being applied to active tab icons

Check warning on line 1682 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1682

In general, use active voice instead of passive voice ('being applied').
- Fixed an issue where changing the auth type in the dashboard would update and then flip back to the previously saved type—now the new selection persists after saving
- Internal DX improvements for enterprise customers with custom UI libraries—it's now easier for us to include your components and accommodate requests on shorter timelines
</Update>
Expand All @@ -1656,7 +1694,7 @@

## API playground enhancements

- Fixed `multipart/form-data` file upload functionality in the API playground

Check warning on line 1697 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1697

Use 'capability' or 'feature' instead of 'functionality'.
- Fixed anchor link behavior so clicking them updates the URL without scrolling to top of page
- Fixed anchor link issues in nested tabs

Expand All @@ -1671,7 +1709,7 @@

- Made search feel more crisp and accurate by aborting debounced requests as you type
- Resource provisions for a new CDN - expect image asset and page load times to improve soon
- Fixed bugs for rendering complex Mermaid diagrams like GANTT charts

Check warning on line 1712 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1712

Use 'Gantt' instead of 'GANTT'.

Check warning on line 1712 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1712

Spell out 'GANTT', if it's unfamiliar to the audience.
- Fixed CLI bugs on Windows to improve stability and added tests to prevent regression

## Technical improvements
Expand Down Expand Up @@ -1714,7 +1752,7 @@

Learn more in the [assistant docs](/assistant/index).

## Subscribable changelogs

Check warning on line 1755 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1755

Use 'subscribable' instead of 'Subscribable'.

Check warning on line 1755 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1755

'Subscribable changelogs' should use sentence-style capitalization.

- Automatically generate an RSS feed from changelog pages
- Integrate RSS-enabled updates with Slack, email, and other tools
Expand All @@ -1738,10 +1776,10 @@
</Update>

<Update label="April 2025" tags={["New releases","Improvements"]}>
## Web Editor 3.0

Check warning on line 1779 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1779

'Web Editor 3.0' should use sentence-style capitalization.

<Frame>
![Webeditor3 Jpe](/images/webeditor3.jpeg)

Check warning on line 1782 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1782

Did you really mean 'Jpe'?
</Frame>

Overhauled usability in the WYSIWYG editor.
Expand All @@ -1758,14 +1796,14 @@

- Fixed top margin for changelog components
- Improved reliability of right click behavior
- After clicking publish, you’ll stay on the same page instead of being brought to an empty state

Check warning on line 1799 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1799

In general, use active voice instead of passive voice ('being brought').
- Standardized colors in file icons
- Improved reliability after selecting new branches several times in a row
- Removed Diff mode

Check warning on line 1802 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1802

Use 'diffs?' instead of 'Diff'.
- More consistency when creating a new folder from the dropdown
- Fixed block quotes creating more block quotes when trying to deselect

## AI Translations in beta

Check warning on line 1806 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1806

'AI Translations in beta' should use sentence-style capitalization.

<Frame>
![AI Translations graphic](/images/changelog/translations.png)
Expand Down Expand Up @@ -1801,7 +1839,7 @@

- OG images fixed
- Fixed icon style inconsistency for anchors without container
- Improved styling nits for dashboard border for mobile-tablet-desktop responsiveness

Check warning on line 1842 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1842

Use 'device' instead of 'tablet'.
- Show code examples even when in simple mode for API playground
- Support "command \+ k" shortcut for search in web editor
- Codeblocks within callouts expand to fill the width of the callout area
Expand All @@ -1811,7 +1849,7 @@
## New configuration schema `docs.json`

<Frame>
![docs.json screenshot](/images/changelog/docsjson.png)

Check warning on line 1852 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1852

Use 'JSON' instead of 'json'.
</Frame>

We've introduced a new `docs.json` schema as a replacement for `mint.json`, to support better multi-level versioning, easier visual comprehension, and more consistent terminology. For more information on what's changed, [check out our blog](https://mintlify.com/blog/refactoring-mint-json-into-docs-json).
Expand All @@ -1832,7 +1870,7 @@

1. Delete your old `mint.json` file and push your changes

## CI Checks

Check warning on line 1873 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1873

'CI Checks' should use sentence-style capitalization.

Automatically lint your docs to find broken links, discover spelling and grammar issues, or enforce writing styles with your own Vale config. Learn more in our [docs](deploy/ci).

Expand All @@ -1840,7 +1878,7 @@

All documentation pages are now automatically available as plain Markdown files—just append `.md` to the URL. This makes it easier for LLMs to ingest individual pages from your documentation.

## More Themes

Check warning on line 1881 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1881

'More Themes' should use sentence-style capitalization.

<Frame>
![graphic with text "Themes v2"](/images/changelog/themes.png)
Expand All @@ -1858,11 +1896,11 @@

- [Guide to Technical Writing:](https://mintlify.com/guides/introduction) Best practices for writing technical documentation, including audience research, content types, and writing tips.
- [Dropdown component](organize/navigation#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
- [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there’s a parsing error and use AI to suggest fixes.

Check warning on line 1899 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1899

Avoid using 'will'.
</Update>

<Update label="January 2025" tags={["Improvements"]}>
## AI Assistant Improvements

Check warning on line 1903 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1903

'AI Assistant Improvements' should use sentence-style capitalization.

- New UI with dedicated chat page & pre-filled prompts
- Stability improvements. For example, bug fixes of editing the wrong file or no files at all
Expand All @@ -1873,7 +1911,7 @@

Customize access to any page or section of content depending on user permissions. Supports connecting with your own authentication system.

## Revamped API Playground

Check warning on line 1914 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1914

'Revamped API Playground' should use sentence-style capitalization.

We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:

Expand All @@ -1897,39 +1935,39 @@
</Update>

<Update label="November 2024">
## AI Writer

Check warning on line 1938 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1938

'AI Writer' should use sentence-style capitalization.

<Frame>
![AI Assistant](/images/changelog/ai-assistant.jpg)
</Frame>

You can now ask AI to make changes to your docs, with the context of all existing documentation. Type in a prompt and the writer will propose changes by generating a pull request.

Check warning on line 1944 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1944

Avoid using 'will'.

## GitLab Integration Upgrade

Check warning on line 1946 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1946

'GitLab Integration Upgrade' should use sentence-style capitalization.

We've improved our support for syncing with GitLab, such as enabling automated updates and preview deployments. Check out our [docs on GitLab](/deploy/gitlab) to get started.

## Web Editor

Check warning on line 1950 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1950

'Web Editor' should use sentence-style capitalization.

<Frame>
![Web Editor](/images/changelog/webeditor.jpg)
</Frame>

We've revamped our web editor so that you can now update docs with a fully WYSIWYG experience, while syncing with markdown.

Check warning on line 1956 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1956

Use 'Markdown' instead of 'markdown'.

Check out our [docs on getting started with Web Editor](/editor).

## /llms.txt support

Check warning on line 1960 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1960

'/llms.txt support' should use sentence-style capitalization.

Check warning on line 1960 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1960

Use 'LLMs?' instead of 'llms'.

<Frame>
![llms.txt support](/images/changelog/llms.jpg)

Check warning on line 1963 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1963

Use 'LLMs?' instead of 'llms'.
</Frame>

All docs instances are now automatically hosted at /llms.txt and /llms-full.txt so that LLMs can easily ingest your documentation. For more information, read the [docs on the new llms.txt standard.](https://llmstxt.org)

Check warning on line 1966 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1966

Use 'LLMs?' instead of 'llms'.

Check warning on line 1966 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1966

Use 'LLMs?' instead of 'llms'.

## Localization

You can now localize your docs which operates similarly to versioning. Add a `locale` to a version and fixed content in Mintlify like "Was this page helpful?" will also match the locale.

Check warning on line 1970 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1970

Avoid using 'will'.

### Quality Improvements

Expand All @@ -1946,14 +1984,14 @@
![Changelog](/images/changelog/changelog.jpg)
</Frame>

## Code Line Highlighting

Check warning on line 1987 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1987

'Code Line Highlighting' should use sentence-style capitalization.

You can now highlight lines of code in your docs to emphasize and bring attention to important parts by adding a special comment after the language identifier. Use curly braces `{}` and specify line numbers or ranges separated by commas.

```javascript Line Highlighting Example highlight={1,3-5}
const greeting = "Hello, World!";

Check warning on line 1992 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1992

Use semicolons judiciously.
function sayHello() {
console.log(greeting);

Check warning on line 1994 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1994

Use semicolons judiciously.
}
sayHello();
```
Expand Down
57 changes: 57 additions & 0 deletions es/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,63 @@ rss: true
noindex: true
---

<Update label="June 26, 2026" tags={["Nuevos lanzamientos","Mejoras","Correcciones"]} rss={{ title:"Integración del agente con Google Drive, configuración de git con múltiples fuentes, nuevo onboarding y más" }}>

<div id="new-releases">
## Nuevos lanzamientos
</div>

- **Integración del agente con Google Drive:** El agente ahora puede obtener contexto de Google Drive junto con Slack, Notion, Linear, Jira y otras [integraciones del agente](/es/agent/integrations).
- **Configuración de git con múltiples fuentes:** Configura y reordena múltiples fuentes de git para un despliegue desde el dashboard, con arrastrar y soltar para establecer la prioridad de las fuentes. Consulta [configuración multi-repo](/es/deploy/multi-repo).
- **Despliegues adicionales de plan Starter en autoservicio:** Los clientes del plan Starter pueden crear [despliegues](/es/deploy/deployments) adicionales sin contactar con soporte.
- **Interfaz de aprovisionamiento SCIM:** Configura y emite tokens SCIM para el aprovisionamiento de usuarios directamente desde la configuración de la organización. Consulta [SSO](/es/dashboard/sso).
- **Verificación de propiedad del dominio:** Verifica la propiedad de los dominios personalizados con una prueba de registro DNS TXT al configurar [dominios personalizados](/es/deploy/deployments).
- **Nuevo flujo de onboarding:** Una vista de composer de onboarding rediseñada que lleva a los nuevos equipos desde el registro hasta un sitio publicado más rápido.
- **Configuración de autenticación rediseñada:** Un nuevo menú desplegable de método en el dashboard facilita la configuración y el cambio entre [métodos de autenticación](/es/deploy/authentication-setup).
- **Estado de publicación en tiempo real en el editor:** El [editor](/es/editor) ahora muestra las acciones de publicación a medida que ocurren para que veas exactamente cuándo un cambio se pone en producción.
- **Navegación de páginas del asistente:** El [asistente de IA](/es/assistant) puede llevar a los usuarios directamente a una página relevante como parte de su respuesta.
- **Enlace HTML alternativo para páginas markdown:** Cada página ahora expone un `<link rel="alternate">` HTML que apunta a su [versión markdown](/es/ai/llmstxt), facilitando que las herramientas de IA y los rastreadores descubran el contenido optimizado para LLM.
- **Instrucciones personalizadas del agente en `llms.txt` y markdown:** Las instrucciones personalizadas del agente ahora se incluyen en [`llms.txt`, `llms-full.txt`](/es/ai/llmstxt) y en el markdown generado por página.
- **App de Mintlify en Slack Marketplace:** La [app de Mintlify para Slack](/es/agent/slack) ya está publicada e instalable desde el Slack Marketplace.

<div id="improvements">
## Mejoras
</div>

- **"Workflow" pasa a llamarse "automation" en todas partes:** La interfaz del dashboard y el comando de la CLI se han actualizado para usar [automations](/es/automations) de forma consistente. El antiguo comando `workflow` de la CLI sigue funcionando como alias durante la transición.
- **Cambio de ubicación de Cambiar organización:** La acción **Cambiar organización** ahora se encuentra en el menú desplegable del perfil en lugar de en el menú desplegable de despliegues.
- **Restricción de analítica según consentimiento de cookies:** Los scripts de analítica de terceros (GA4, GTM y otros) ahora se bloquean hasta que el visitante acepta las cookies, ayudándote a cumplir con los requisitos de [privacidad](/es/integrations/privacy/overview).
- **Reenviar comentarios de la documentación a analítica:** Los eventos de comentarios de las páginas ahora pueden reenviarse a tus [integraciones de analítica](/es/integrations/analytics/overview) configuradas mediante el ajuste `analyticsForwarding`.
- **Aplicación de SSO en el frontend:** El dashboard ahora respeta los 403 del backend para [organizaciones solo con SSO](/es/dashboard/sso) y dirige a los usuarios con dominio verificado a través de SSO durante el inicio de sesión.
- **Mejoras de self-hosting:** Los [despliegues self-hosted](/es/advanced-support) ahora admiten el manejo de hostnames personalizados y etiquetas `<meta>` adicionales.
- **Búsqueda indexa páginas de inicio de sección:** Las páginas de inicio de sección ahora se incluyen en los resultados de búsqueda de la documentación, y los índices de búsqueda siguen creándose para los sitios que optan por no aparecer en la indexación pública.
- **Agrupación de la exportación CSV del asistente:** El CSV de analítica del asistente ahora incluye una columna `Conversation ID` y agrupa las filas por conversación. Consulta [analítica del asistente de IA](/es/assistant/configure).
- **Identidad e instrucciones del servidor MCP:** El [servidor MCP de Mintlify](/es/ai/mintlify-mcp) ahora anuncia instrucciones al inicializar, ayudando a los clientes a usarlo de forma más eficaz.
- **Las ejecuciones de automation de changelog muestran las herramientas de integración:** Las ejecuciones de automation que generan entradas de changelog ahora muestran las herramientas de integración que se usaron.
- **Webhooks multi-fuente:** Los webhooks de push de fuentes git secundarias ahora disparan actualizaciones, manteniendo sincronizados los despliegues multi-fuente.
- **Fiabilidad de la exportación a PDF:** Las exportaciones a PDF de gran tamaño ahora se procesan en lotes y producen registros de error más claros cuando algo falla.
- **Agrupación de PRs de automations:** Cuando una ejecución de [automation](/es/automations) propone nuevos cambios, ahora comprueba si deben añadirse a un PR de documentación abierto existente en lugar de crear uno nuevo, reduciendo los PRs duplicados y la carga de revisión. Se aplica a las automations de Mantenimiento y Actualización desde cambios de código.
- **Experiencia de revisión de PRs de automations en GitHub:** Los PRs de documentación creados por [automations](/es/automations) ahora publican un comentario cada vez que se actualizan, explicando qué cambió y qué PRs de código se usaron como contexto. Los títulos de los PRs identifican qué automation los creó, los revisores se asignan automáticamente según quién modificó el código relevante, y las ejecuciones de seguimiento actualizan el resumen del PR.

<div id="bug-fixes">
## Correcciones de errores
</div>

- Los despliegues en subruta ahora resuelven correctamente los enlaces `.well-known`.
- Publicar desde el editor ya no duplica bloques casi idénticos durante las fusiones a tres vías.
- Se corrigió la serialización de iconos en las páginas publicadas.
- Las subidas de imágenes ahora se reintentan cuando S3 limita la tasa de la solicitud.
- Las respuestas MCP ahora reenvían correctamente los códigos de estado del upstream, y el JSX anidado se reconstruye correctamente para los clientes MCP.
- El elemento activo de la barra lateral se desplaza a la vista al navegar.
- La barra lateral del editor ya no renderiza un degradado superior, y las filas de borradores ya no muestran puntos de estado naranjas obsoletos.
- El texto en negrita dentro de los encabezados se renderiza con el peso correcto (limitado al contenido de prosa).
- La columna del menú desplegable del selector de productos es más ancha para que los nombres largos quepan.
- El desbordamiento por scroll horizontal está bloqueado en la página de selección de organización.
- Los enlaces de dominio se desactivan mientras la generación inicial de la documentación sigue en curso.
- Se eliminó la insignia de configuración de autenticación del dashboard.

</Update>

<Update label="June 19, 2026" tags={["New releases", "Improvements", "Bug fixes"]} rss={{ title: "Workflows pasa a llamarse Automations, aplicación de SSO, mejoras de self-hosting y más" }}>

<div id="new-releases">
Expand Down
Loading
Loading