Skip to content
Open
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
31 changes: 31 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,50 @@
noindex: true
---

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

Check warning on line 9 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L9

'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 11 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L11

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 13 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L13

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

Check warning on line 13 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L13

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 14 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L14

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

Check warning on line 14 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L14

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.

Check warning on line 16 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L16

Did you really mean 'onboarded'?
- **Browser tab titling:** The browser tab name now dynamically updates to match the active file, so you always know which file you're editing.

## Workflows

- New **Improve content from assistant conversations** workflow reviews trends from user questions and suggests documentation updates to address gaps. See [Workflows](https://www.mintlify.com/docs/workflows/enable#improve-docs-from-assistant-chats).
- **Context repositories** can now be configured directly for some workflows so you can add the repos a workflow should reference while running.

Check warning on line 22 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L22

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

## 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.

## Improvements

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

Check warning on line 33 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L33

Use 'sidebars?' instead of 'Sidebar'.

Check warning on line 33 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L33

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 40 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L40

'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 42 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L42

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 44 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L44

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

- **Workflows**: New **Add GitHub repositories** link in the Workflows repository dropdown makes it easier to connect additional repositories without leaving the page. The Workflow 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.
- **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 51 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L51

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 @@ -25,7 +56,7 @@

- Restored the editor's agent history panel.
- Fixed live collaboration for hidden blocks in the editor.
- Fixed cases where the source editor would misparse content.

Check warning on line 59 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L59

Did you really mean 'misparse'?
- Fixed `Cmd+B` so it toggles the nav sidebar from anywhere in the dashboard.
- Fixed keyboard navigation and default open state for the agent panel.
- Fixed thumbs-up/down feedback being double-counted in the analytics dashboard.
Expand All @@ -36,13 +67,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 70 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L70

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 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 ('are paginated').

Check warning on line 72 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L72

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 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 ('been updated').

## AsyncAPI nested groups

Expand All @@ -52,7 +83,7 @@

- [Slack agent](/agent/slack) now requests permission requests to run third-party action such as sending an email or creating a ticket.
- The [editor](/editor) now lets you drag images and videos from the navigation tree directly onto a page to embed existing media inline.
- Mermaid diagrams in the editor now support a fullscreen mode for easier editing of complex diagrams.

Check warning on line 86 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L86

Did you really mean 'fullscreen'?
- The custom domain dashboard now displays both verification `TXT` records (`_acme-challenge` and `_cf-custom-hostname`) with live verification status, so you can confirm DNS is correct before pointing your `CNAME` at Mintlify. See [custom domain](/customize/custom-domain) for more details.
- TLS certificate provisioning for [custom domains](/customize/custom-domain#automatic-tls-provisioning) is now handled directly by Mintlify.
- GitLab-connected deployments can now revalidate their Git source from the [Git settings](https://dashboard.mintlify.com/settings/deployment/git-settings) page by clicking the **Active** badge, useful when branch options or configuration appear stale.
Expand All @@ -64,7 +95,7 @@

Workflows have been rebuilt with a new [dashboard experience](https://dashboard.mintlify.com/products/workflows?tab=workflows).

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

Check warning on line 98 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L98

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

Expand All @@ -72,7 +103,7 @@

## Editor

The [editor](https://dashboard.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 106 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L106

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

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

Expand All @@ -92,7 +123,7 @@

Ask the agent in [Slack](/agent/slack) to set up any third-party integration that it should use as context. Prompt the agent to connect to a service like GitHub, Jira, Notion, Google Drive, Confluence, or any other service that you use.

The agent uses [Composio](https://docs.composio.dev/toolkits) to support a broad catalog of third-party services, including issue trackers, knowledge bases, CRMs, and developer tools. See the [Composio toolkits catalog](https://docs.composio.dev/toolkits) for the full list of supported services.

Check warning on line 126 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L126

Did you really mean 'CRMs'?

## Section-level search boost

Expand All @@ -100,9 +131,9 @@

## Improvements

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

Check warning on line 134 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L134

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 duplicate page titles.
- Banner components support more types and per-user dismissibility.

Check warning on line 136 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L136

Did you really mean '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.
Expand All @@ -111,7 +142,7 @@

## Bug fixes

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

Check warning on line 145 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L145

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

Check warning on line 145 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L145

Did you really mean 'templated'?
- 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 @@ -123,22 +154,22 @@
- Fixed a workflow 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 157 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L157

'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 164 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L164

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 170 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L170

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 172 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L172

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 @@ -150,7 +181,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 184 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L184

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

## Bug fixes

Expand Down Expand Up @@ -191,13 +222,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 225 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L225

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 workflows are deprecated. Create workflows from the dashboard instead. Existing workflows from files continue to work, but new workflows must be created in the dashboard.

Check warning on line 231 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L231

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

Check warning on line 231 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L231

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

## Bug fixes

Expand Down Expand Up @@ -231,11 +262,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 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 ('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 269 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L269

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 @@ -247,19 +278,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 281 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L281

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.
- [Workflows](/workflows) now surface in the dashboard inbox for easier tracking. The workflow 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 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 ('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 293 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L293

In general, use active voice instead of passive voice ('being processed').
- Fixed the SEO and metadata audit workflow 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 @@ -270,7 +301,7 @@
- Fixed pages marked as hidden still appearing in the sitemap.
</Update>

<Update label="April 3, 2026" tags={["New releases","Improvements"]} rss={{ title:"get_page MCP tool, password-protected previews, SAML group role mappings, and more" }}>

Check warning on line 304 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L304

'get_page MCP tool' should use sentence-style capitalization.

Check warning on line 304 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L304

Did you really mean 'get_page'?
## 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.
Expand All @@ -285,10 +316,10 @@

## Improvements

- Redesigned the editor configuration settings page with an improved layout and autosave support.

Check warning on line 319 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L319

Did you really mean 'autosave'?
- 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 321 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L321

Use 'WebM' instead of 'webm'.

Check warning on line 321 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L321

Did you really mean 'mov'?
- [Workflows](/workflows) can now be disabled and re-enabled from the dashboard.

Check warning on line 322 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L322

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 @@ -324,13 +355,13 @@

Use inline AI editing to generate, rewrite, and restructure content directly in the visual editor. Select text and choose from preset actions or type a custom instruction. Changes stream in as a highlighted diff so you can review before applying.

## Composable `docs.json`

Check warning on line 358 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L358

Did you really mean 'Composable'?

Split large configurations into smaller files using [`$ref` references](/organize/settings#split-configuration-with-%24ref). Each `$ref` points to a separate JSON file resolved at build time.

## `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 364 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L364

Use 'sidebars?' instead of 'Sidebar'.

## Agent-skills discovery endpoint

Expand Down Expand Up @@ -363,7 +394,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 397 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L397

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

Expand All @@ -374,7 +405,7 @@

## New contextual menu options

The [contextual menu](/ai/contextual-menu) now includes options for **Google AI Studio**, **Devin**, and **Windsurf**. Users can open any documentation page directly in these tools with the page content preloaded as context.

Check warning on line 408 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L408

Did you really mean 'preloaded'?

## Self-hosted GitLab configuration

Expand All @@ -390,7 +421,7 @@
- Workflow templates updated with improved prompts.
- Workflow run history now viewable from the dashboard with the ability to monitor status and close PRs.
- Slack notifications for workflows 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.

Check warning on line 424 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L424

Did you really mean 'virtualized'?
- Card layout shift on initial page load eliminated.
- Dashboard analytics date-picker responsiveness improved.
- Search now uses a unified endpoint with improved performance and consistency.
Expand Down Expand Up @@ -469,9 +500,9 @@

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 503 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L503

'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 505 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L505

Use 'md' instead of 'MD'.

Check warning on line 505 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L505

Use 'md' instead of 'MD'.

## Improvements

Expand All @@ -486,7 +517,7 @@
## Bug fixes

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

Check warning on line 520 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L520

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 Down Expand Up @@ -538,7 +569,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 572 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L572

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 @@ -567,7 +598,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 601 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L601

'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 @@ -651,7 +682,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 685 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L685

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 @@ -659,7 +690,7 @@
</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 693 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L693

'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.

Expand All @@ -669,17 +700,17 @@

## 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 703 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L703

Use 'Markdown' instead of 'markdown'.

Check warning on line 703 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L703

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 709 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L709

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 713 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L713

'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.

Expand All @@ -690,7 +721,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 724 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L724

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

## `mintlify validate` CLI command

Expand Down Expand Up @@ -785,7 +816,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 819 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L819

Use 'onboarding' instead of 'Onboarding'.

Check warning on line 819 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L819

'Onboarding improvements' should use sentence-style capitalization.

- 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 @@ -803,9 +834,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 837 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L837

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

## Q&A bot in Slack

Check warning on line 839 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L839

'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 @@ -819,7 +850,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 853 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L853

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 @@ -828,11 +859,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 862 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L862

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 866 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L866

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

Expand All @@ -852,7 +883,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 886 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L886

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 @@ -866,8 +897,8 @@

## Assistant improvements

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

Check warning on line 900 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L900

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 901 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L901

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

## Bug fixes and reliability
Expand All @@ -875,7 +906,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 909 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L909

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 @@ -889,7 +920,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 923 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L923

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 @@ -908,7 +939,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 942 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L942

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

Check warning on line 942 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L942

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 @@ -919,7 +950,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 953 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L953

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 @@ -937,14 +968,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 971 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L971

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 978 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L978

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 @@ -959,7 +990,7 @@

## Component and styling enhancements

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

Check warning on line 993 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L993

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 @@ -985,22 +1016,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://dashboard.mintlify.com/mintlify/mintlify/products/assistant/settings)**

Check warning on line 1019 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1019

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 1020 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1020

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 1025 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1025

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 1026 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1026

Use 'enums?' instead of 'Enum'.

Check warning on line 1026 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1026

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 1028 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1028

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 1034 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1034

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

## Visual improvements

Expand All @@ -1023,7 +1054,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 1057 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1057

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

## Assistant improvements
Expand Down Expand Up @@ -1122,7 +1153,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 1156 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1156

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 @@ -1138,13 +1169,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 1172 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1172

Use 'OG' instead of 'og'.

Check warning on line 1172 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1172

Use 'URL' instead of 'url'.

Check warning on line 1172 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1172

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 1178 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1178

Use 'Markdown' instead of 'markdown'.

Check warning on line 1178 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1178

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

## Component and styling
Expand All @@ -1161,7 +1192,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 1195 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1195

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 Down Expand Up @@ -1200,7 +1231,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 1234 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1234

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

## UI and user experience improvements

Expand Down Expand Up @@ -1236,7 +1267,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 1270 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1270

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 @@ -1256,10 +1287,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 1290 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1290

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 1293 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1293

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 @@ -1272,7 +1303,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 dismissed the notification banner

Check warning on line 1306 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1306

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 @@ -1289,10 +1320,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 1323 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1323

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 1326 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1326

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 @@ -1301,34 +1332,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 1335 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1335

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 1340 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1340

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 1344 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1344

Did you really mean 'cdnjs'?

Check warning on line 1344 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1344

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 1351 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1351

Use 'txt' instead of 'TXT'.

Check warning on line 1351 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1351

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 1356 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1356

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 1362 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1362

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 @@ -1340,7 +1371,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 1374 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1374

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 @@ -1356,9 +1387,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 1390 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1390

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 1392 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1392

Use 'Markdown' instead of 'markdown'.

## Web editor improvements

Expand Down Expand Up @@ -1403,7 +1434,7 @@

- 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 1437 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1437

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

Expand All @@ -1421,9 +1452,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 1455 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1455

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 1456 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1456

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 1457 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1457

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 @@ -1433,8 +1464,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 1467 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1467

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 1468 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1468

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 @@ -1449,7 +1480,7 @@

## API playground enhancements

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

Check warning on line 1483 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1483

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 @@ -1464,7 +1495,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 1498 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1498

Use 'Gantt' instead of 'GANTT'.

Check warning on line 1498 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1498

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 @@ -1507,7 +1538,7 @@

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

## Subscribable changelogs

Check warning on line 1541 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1541

Use 'subscribable' instead of 'Subscribable'.

Check warning on line 1541 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1541

'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 @@ -1531,10 +1562,10 @@
</Update>

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

Check warning on line 1565 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1565

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

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

Check warning on line 1568 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1568

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

Overhauled usability in the WYSIWYG editor.
Expand All @@ -1551,14 +1582,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 1585 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1585

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 1588 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1588

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 1592 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1592

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

<Frame>
![AI Translations graphic](/images/changelog/translations.png)
Expand Down Expand Up @@ -1594,7 +1625,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 1628 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1628

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 @@ -1604,7 +1635,7 @@
## New configuration schema `docs.json`

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

Check warning on line 1638 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1638

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 @@ -1625,7 +1656,7 @@

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

## CI Checks

Check warning on line 1659 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1659

'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 @@ -1633,7 +1664,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 1667 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1667

'More Themes' should use sentence-style capitalization.

<Frame>
![graphic with text "Themes v2"](/images/changelog/themes.png)
Expand All @@ -1651,11 +1682,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 1685 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1685

Avoid using 'will'.
</Update>

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

Check warning on line 1689 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1689

'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 @@ -1666,7 +1697,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 1700 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1700

'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 @@ -1690,39 +1721,39 @@
</Update>

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

Check warning on line 1724 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1724

'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 1730 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1730

Avoid using 'will'.

## GitLab Integration Upgrade

Check warning on line 1732 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1732

'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 1736 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1736

'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 1742 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1742

Use 'Markdown' instead of 'markdown'.

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

## /llms.txt support

Check warning on line 1746 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1746

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

Check warning on line 1746 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1746

Use 'LLMs?' instead of 'llms'.

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

Check warning on line 1749 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1749

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 1752 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1752

Use 'LLMs?' instead of 'llms'.

Check warning on line 1752 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1752

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 1756 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1756

Avoid using 'will'.

### Quality Improvements

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

## Code Line Highlighting

Check warning on line 1773 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1773

'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 1778 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1778

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

Check warning on line 1780 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1780

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

<Update label="May 22, 2026" tags={["New releases", "Improvements"]} rss={{ title: "Mejoras del editor web, nuevo workflow, mejoras de búsqueda y más" }}>

<div id="web-editor">
## Editor web
</div>

Hemos seguido mejorando nuestro editor web con varias mejoras de funcionalidad e interfaz.

- **Más tipos de archivo editables:** Ahora se puede abrir y editar directamente en el editor web un conjunto más amplio de extensiones de archivo, mientras que las cargas ejecutables se bloquean por seguridad.
- **Panel de chat del agente reubicado:** El panel de chat del agente ha sido repulido y ahora se sitúa a la izquierda del explorador de archivos, lo que facilita chatear y navegar al mismo tiempo.
- **Configuración del editor:** Un nuevo panel de configuración y un modal de ajustes rediseñado te ofrecen un único lugar para gestionar las preferencias del editor. Consulta [Editor web](/es/editor).
- **Navegación por árbol de archivos de forma predeterminada:** Los usuarios recién incorporados empiezan en la vista de árbol de archivos en lugar de la vista de lista heredada.
- **Título de la pestaña del navegador:** El nombre de la pestaña del navegador ahora se actualiza dinámicamente para coincidir con el archivo activo, para que siempre sepas qué archivo estás editando.

<div id="workflows">
## Workflows
</div>

- Nuevo workflow **Improve content from assistant conversations** revisa tendencias en las preguntas de los usuarios y sugiere actualizaciones de documentación para abordar lagunas. Consulta [Workflows](/es/workflows/enable#improve-docs-from-assistant-chats).
- Los **repositorios de contexto** ahora se pueden configurar directamente para algunos workflows, para que puedas añadir los repos que un workflow debe consultar mientras se ejecuta.
- La configuración de workflows ahora se abre en un **panel lateral** en lugar de un modal, lo que facilita ajustar la configuración mientras revisas Workflow Runs.

<div id="search-improvements">
## Mejoras de búsqueda
</div>

- **Maximum search results** te permite controlar cuántos resultados devuelve la barra de búsqueda integrada por cada consulta. Ajústalo junto con los boosts de búsqueda para adaptarse a la forma en que tus lectores navegan por la documentación. Consulta [Search](/es/optimize/search#maximum-search-results) para más detalles.
- **Pestañas y grupos ocultos indexables:** Las pestañas y los grupos ocultos ahora admiten la opción `searchable: true`, que expone sus páginas descendientes a la búsqueda integrada, al sitemap y al contexto de la IA. Úsala cuando dependas de pestañas ocultas en tu navegación (por ejemplo, barras laterales aisladas por producto) y aun así quieras que esas páginas se indexen. Consulta [Hidden pages](/es/organize/hidden-pages#include-pages-under-specific-hidden-tabs-or-groups) para más detalles.

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

- **Slack Agent**: El [agente de Slack](/es/agent/slack) ahora admite **GitLab** además de GitHub para workflows que usan repositorios.
- **Navegación de la barra lateral:** El estado de navegación y la posición de desplazamiento de la barra lateral ahora se conservan al cambiar de página.
- **Accesibilidad:** Mejoras de accesibilidad en la documentación, incluida la tabla de contenidos y el panel del agente en móvil.
- **Esquemas AsyncAPI**: Los esquemas de array y combinatorios (`oneOf` / `anyOf` / `allOf`) ahora se expanden para mostrar sus atributos secundarios en la referencia de API.
- **API playground**: Los tipos `any` e `undefined` ahora se tratan como esquemas `oneOf`, lo que permite a los usuarios elegir una forma concreta al enviar una solicitud.

</Update>

<Update label="May 15, 2026" tags={["New releases", "Improvements"]} rss={{ title: "Instrucciones de IA y controles de publicación del editor" }}>

<div id="editor-settings-for-ai-and-publishing">
Expand Down Expand Up @@ -35,6 +76,42 @@ noindex: true

</Update>

<Update label="May 8, 2026" tags={["New releases", "Improvements"]} rss={{ title: "Acceso ampliado a MCP, paquetes de créditos del assistant, grupos anidados de AsyncAPI y más" }}>

<div id="expanded-mcp-content-access">
## Acceso ampliado al contenido MCP
</div>

Los [servidores MCP](/es/ai/model-context-protocol) autenticados ahora devuelven más contenido a los usuarios autorizados. Los usuarios autenticados pueden buscar páginas públicas y cualquier página a la que tengan permiso según sus grupos de usuario, en lugar de estar limitados solo a las páginas públicas. Las [credenciales de cliente](/es/ai/model-context-protocol#client-credentials) devuelven todas las páginas públicas y las páginas autenticadas que no estén restringidas a grupos concretos.

La herramienta `list_nodes` del MCP de Mintlify ahora admite filtrar por `parentId` (con recorrido `recursive` opcional), varios tipos de nodos y ámbitos de división adicionales como `dropdown`, `anchor`, `product` e `item`. Los resultados se paginan mediante un cursor opaco. Consulta la documentación de [Mintlify MCP](/es/ai/mintlify-mcp) para más detalles.

<div id="assistant-credit-packages">
## Paquetes de créditos del assistant
</div>

La experiencia de facturación del [assistant](/es/assistant) se ha actualizado para usar paquetes basados en créditos en todos los planes, con terminología coherente en el panel y los controles de uso. No hay cambios en los saldos de créditos existentes ni en el consumo.

<div id="asyncapi-nested-groups">
## Grupos anidados de AsyncAPI
</div>

La propiedad `asyncapi` ahora admite [grupos anidados](/es/api-playground/asyncapi-setup#examples-with-nested-groups), de modo que puedes generar páginas de canal dentro de una subsección de un grupo API más amplio o combinar varias especificaciones AsyncAPI bajo un mismo padre.

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

- El [agente de Slack](/es/agent/slack) ahora solicita permiso antes de ejecutar acciones de terceros, como enviar un correo o crear un ticket.
- El [editor](/es/editor) ahora te permite arrastrar imágenes y vídeos desde el árbol de navegación directamente a una página para incrustar medios existentes en línea.
- Los diagramas Mermaid en el editor ahora admiten modo pantalla completa para editar diagramas complejos con más comodidad.
- El panel de dominios personalizados muestra ahora ambos registros `TXT` de verificación (`_acme-challenge` y `_cf-custom-hostname`) con el estado de verificación en vivo, para que puedas confirmar que el DNS es correcto antes de apuntar tu `CNAME` a Mintlify. Consulta [dominio personalizado](/es/customize/custom-domain) para más detalles.
- El aprovisionamiento de certificados TLS para [dominios personalizados](/es/customize/custom-domain#automatic-tls-provisioning) lo gestiona ahora directamente Mintlify.
- Los despliegues conectados a GitLab pueden revalidar su fuente Git desde la página de [configuración de Git](https://dashboard.mintlify.com/settings/deployment/git-settings) haciendo clic en la insignia **Active**, útil cuando las opciones de rama o la configuración parecen desactualizadas.
- La vista detallada de comentarios del [panel de feedback](/es/optimize/feedback) ahora solo muestra envíos que incluyen comentarios escritos, lo que facilita revisar la retroalimentación cualitativa.

</Update>

<Update label="May 1, 2026" tags={["New releases", "Improvements"]} rss={{ title: "Conexiones del agente" }}>

<div id="agent-connections">
Expand Down
77 changes: 77 additions & 0 deletions fr/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,47 @@ rss: true
noindex: true
---

<Update label="22 mai 2026" tags={["Nouvelles versions", "Améliorations"]} rss={{ title: "Améliorations de l'éditeur web, nouveau workflow, améliorations de la recherche et plus encore" }}>

<div id="web-editor">
## Éditeur web
</div>

Nous avons continué à améliorer notre éditeur web avec plusieurs améliorations fonctionnelles et d'interface.

- **Plus de types de fichiers modifiables :** Un ensemble plus large d'extensions de fichiers peut désormais être ouvert et modifié directement dans l'éditeur web, tandis que les téléversements exécutables sont bloqués par sécurité.
- **Panneau de chat de l'agent déplacé :** Le panneau de chat de l'agent a été repoli et se trouve désormais à gauche de l'explorateur de fichiers, ce qui facilite le chat et la navigation en parallèle.
- **Paramètres de l'éditeur :** Un nouveau panneau de paramètres et une fenêtre modale de paramètres repensée offrent un seul endroit pour gérer les préférences de l'éditeur. Consultez [Éditeur web](/fr/editor).
- **Navigation par arborescence de fichiers par défaut :** Les nouveaux utilisateurs arrivent dans la vue arborescence plutôt que dans l'ancienne vue liste.
- **Titre de l'onglet du navigateur :** Le nom de l'onglet du navigateur se met désormais à jour dynamiquement pour correspondre au fichier actif, afin que vous sachiez toujours quel fichier vous modifiez.

<div id="workflows">
## Workflows
</div>

- Le nouveau workflow **Improve content from assistant conversations** analyse les tendances des questions des utilisateurs et suggère des mises à jour de documentation pour combler les lacunes. Consultez [Workflows](/fr/workflows/enable#improve-docs-from-assistant-chats).
- Les **dépôts de contexte** peuvent désormais être configurés directement pour certains workflows, afin d'ajouter les dépôts qu'un workflow doit consulter pendant son exécution.
- Les paramètres des workflows s'ouvrent désormais dans un **panneau latéral** plutôt que dans une fenêtre modale, ce qui facilite les ajustements pendant l'examen des Workflow Runs.

<div id="search-improvements">
## Améliorations de la recherche
</div>

- **Maximum search results** vous permet de contrôler le nombre de résultats que la barre de recherche intégrée renvoie pour chaque requête. Ajustez-le en complément des boosts de recherche pour correspondre à la façon dont vos lecteurs naviguent dans la documentation. Consultez [Search](/fr/optimize/search#maximum-search-results) pour plus de détails.
- **Onglets et groupes masqués indexables :** Les onglets et groupes masqués prennent désormais en charge l'option `searchable: true`, qui expose leurs pages descendantes à la recherche intégrée, au sitemap et au contexte de l'IA. Utilisez-la lorsque vous vous appuyez sur des onglets masqués dans votre navigation (par exemple, des barres latérales isolées par produit) et que vous souhaitez tout de même que ces pages soient indexées. Consultez [Hidden pages](/fr/organize/hidden-pages#include-pages-under-specific-hidden-tabs-or-groups) pour plus de détails.

<div id="improvements">
## Améliorations
</div>

- **Slack Agent** : L'[agent Slack](/fr/agent/slack) prend désormais en charge **GitLab** en plus de GitHub pour les workflows basés sur les dépôts.
- **Navigation dans la barre latérale :** L'état de navigation et la position de défilement de la barre latérale sont désormais conservés lors du changement de page.
- **Accessibilité :** Améliorations de l'accessibilité dans la documentation, y compris la table des matières et le panneau de l'agent sur mobile.
- **Schémas AsyncAPI** : Les schémas de type array et combinatoires (`oneOf` / `anyOf` / `allOf`) s'étendent désormais pour afficher leurs attributs enfants dans la référence API.
- **API playground** : Les types `any` et `undefined` sont désormais traités comme des schémas `oneOf`, ce qui permet aux utilisateurs de choisir une forme concrète lors de l'envoi d'une requête.

</Update>

<Update label="15 mai 2026" tags={["Nouvelles versions", "Améliorations"]} rss={{ title: "Instructions d'IA et contrôles de publication de l'éditeur" }}>

<div id="editor-settings-for-ai-and-publishing">
Expand Down Expand Up @@ -35,6 +76,42 @@ noindex: true

</Update>

<Update label="8 mai 2026" tags={["Nouvelles versions", "Améliorations"]} rss={{ title: "Accès MCP élargi, forfaits de crédits de l'assistant, groupes AsyncAPI imbriqués et plus encore" }}>

<div id="expanded-mcp-content-access">
## Accès élargi au contenu MCP
</div>

Les [serveurs MCP](/fr/ai/model-context-protocol) authentifiés renvoient désormais plus de contenu aux utilisateurs autorisés. Les utilisateurs authentifiés peuvent rechercher les pages publiques ainsi que toutes celles auxquelles ils ont accès selon leurs groupes, au lieu d'être limités aux pages publiques uniquement. Les [identifiants client](/fr/ai/model-context-protocol#client-credentials) renvoient toutes les pages publiques et les pages authentifiées qui ne sont pas restreintes à des groupes spécifiques.

L'outil `list_nodes` du MCP Mintlify prend désormais en charge le filtrage par `parentId` (avec traversée `recursive` en option), plusieurs types de nœuds, et des portées de division supplémentaires dont `dropdown`, `anchor`, `product` et `item`. Les résultats sont paginés via un curseur opaque. Consultez la documentation du [MCP Mintlify](/fr/ai/mintlify-mcp) pour plus de détails.

<div id="assistant-credit-packages">
## Forfaits de crédits de l'assistant
</div>

L'expérience de facturation de l'[assistant](/fr/assistant) utilise désormais des forfaits à crédits sur tous les plans, avec une terminologie cohérente dans le tableau de bord et les contrôles d'utilisation. Aucun changement sur les soldes de crédits existants ni sur la consommation.

<div id="asyncapi-nested-groups">
## Groupes AsyncAPI imbriqués
</div>

La propriété `asyncapi` prend désormais en charge les [groupes imbriqués](/fr/api-playground/asyncapi-setup#examples-with-nested-groups), ce qui permet de générer des pages de canal à l'intérieur d'une sous-section d'un groupe API plus large ou de combiner plusieurs spécifications AsyncAPI sous un parent commun.

<div id="improvements">
## Améliorations
</div>

- L'[agent Slack](/fr/agent/slack) demande désormais l'autorisation d'exécuter des actions tierces telles qu'envoyer un courriel ou créer un ticket.
- L'[éditeur](/fr/editor) permet désormais de faire glisser des images et des vidéos depuis l'arborescence de navigation directement sur une page pour intégrer des médias existants en ligne.
- Les diagrammes Mermaid dans l'éditeur prennent désormais en charge un mode plein écran pour faciliter l'édition des diagrammes complexes.
- Le tableau de bord des domaines personnalisés affiche maintenant les deux enregistrements `TXT` de vérification (`_acme-challenge` et `_cf-custom-hostname`) avec un état de vérification en direct, afin de confirmer que le DNS est correct avant de pointer votre `CNAME` vers Mintlify. Consultez [Domaine personnalisé](/fr/customize/custom-domain) pour plus de détails.
- La mise à disposition des certificats TLS pour les [domaines personnalisés](/fr/customize/custom-domain#automatic-tls-provisioning) est désormais gérée directement par Mintlify.
- Les déploiements connectés à GitLab peuvent à présent revalider leur source Git depuis la page [Paramètres Git](https://dashboard.mintlify.com/settings/deployment/git-settings) en cliquant sur le badge **Active**, utile lorsque les options de branche ou la configuration semblent obsolètes.
- La vue détaillée des retours du [tableau de bord des retours](/fr/optimize/feedback) n'affiche désormais que les envois comportant des commentaires rédigés, ce qui facilite l'analyse des retours qualitatifs.

</Update>

<Update label="1er mai 2026" tags={["Nouvelles versions", "Améliorations"]} rss={{ title: "Connexions de l'agent" }}>

<div id="agent-connections">
Expand Down
Loading
Loading