From 9629efddbf206efc46142ec0bc71c926f8aae137 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:36:26 +0000 Subject: [PATCH] Add April 9 changelog entry with latest mintlify/mint changes Generated-By: mintlify-agent --- changelog.mdx | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 20c3cfba0..896bcb2d1 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,48 @@ rss: true noindex: true --- + + + ## Multi-skill support + + Documentation sites can now serve multiple [skill files](/ai/skillmd) from a `.mintlify/skills/` directory. Each subdirectory contains its own `SKILL.md`, and a manifest at `/.well-known/skills/index.json` lets AI agents discover all available skills. Single `skill.md` files at the root are still fully supported. + + ## Directory listings for navigation groups + + Navigation groups with a [`root` page](/organize/navigation#root-page) can now display an automatic directory of their child pages. Set `"directory": "accordion"` or `"directory": "card"` on any navigation group in `docs.json` to render a list or card layout below the root page content. The setting inherits through nested groups and can be overridden with `"none"`. + + ## MCP client credentials + + [MCP servers](/ai/model-context-protocol) now support the OAuth `client_credentials` grant type for machine-to-machine authentication. Server-side apps can authenticate with a client ID and secret without requiring a browser-based OAuth flow. Manage client credentials from the MCP section of the dashboard. + + ## `mint analytics` CLI command + + Monitor your documentation performance from the terminal with the new `mint analytics` command. View page views, search queries, feedback, and assistant conversation analytics with support for multiple output formats including tables, plain text, JSON, and bar chart visualizations. + + ## Improvements + + - [Workflows](/agent/workflows) now surface in the dashboard inbox with status updates and PR links for faster review. + - The [web editor](/editor/index) now shows live user presence indicators, letting you see who else is editing the same page. + - New page creation and discard changes flow in the web editor for a smoother editing experience. + - Redesigned slash command menu in the editor with content previews. + - Source (MDX) editing mode now available alongside the visual editor. + - Custom protocol schemes (e.g., `myapp://`, `cursor://`) now supported in MCP redirect domains. + - The CLI now auto-refreshes expired access tokens using stored refresh tokens. + - [Offline exports](/deploy/export) now include OpenAPI-generated pages. + - Added Finnish language support for localization. + - Horizontal rule (`
`) elements now supported in MDX content. + - Dashboard now prompts for confirmation before installing the GitHub App on hosted docs. + + ## Bug fixes + + - Fixed badge illustration rendering and keyboard shortcuts. + - Fixed inline formatting (bold, italic) breaking when text has leading or trailing spaces. + - Fixed incorrect 500 errors for missing subdomains, now correctly returns 404. + - Fixed site configuration caching when the server returns a 500 error. + - Fixed active state styling and centering for navigation group dropdown icons. + +
+ ## get_page MCP tool