From 19e42f6314279210edfb16efce64cdafba828783 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:16:32 +0000 Subject: [PATCH] Add April 9, 2026 changelog entry Generated-By: mintlify-agent --- changelog.mdx | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 20c3cfba0..434b4ac6e 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,48 @@ rss: true noindex: true --- + + + ## Directory listings for group root pages + + Navigation groups with a [`root` page](/organize/navigation#root-page) can now auto-generate a directory of their child pages. Set `"directory": "accordion"` or `"directory": "card"` on any group in your `docs.json` navigation to render a list or card grid below the root page content. The setting inherits recursively through nested groups, and you can override it with `"none"` at any level. + + ## Multi-skill support + + Define multiple [skill files](/ai/skillmd) by adding a `.mintlify/skills/` directory to your repository. Each subdirectory with a `SKILL.md` file becomes a separate skill, and a discovery manifest is generated automatically at `/.well-known/skills/index.json`. You can use this alongside a root `skill.md` file. + + ## CLI search and assistant + + Run [`mint dev`](/cli/preview) while logged in to access search and the AI assistant directly in your local preview. The assistant uses the same indexed content as your deployed documentation site. + + ## MCP OAuth client credentials + + [MCP servers](/ai/model-context-protocol) now support `client_credentials` OAuth for machine-to-machine access. Create and manage OAuth client credentials from the dashboard to enable programmatic access to the MCP search API without user-interactive authentication. + + ## Workflows for GitLab + + [Workflows](/agent/workflows) now support GitLab repositories. Set up automated documentation tasks that create merge requests in GitLab, with webhook triggers and status tracking. + + ## Improvements + + - Added Finnish language support for localization. + - Horizontal rules (`---` and `
`) are now [supported in MDX content](/create/text#horizontal-rules). + - Workflow inbox now surfaces active workflows and displays PR titles for easier tracking. + - Slack agent routes read-only questions to a faster assistant mode and uses Slack-native link formatting. + - Configurable Slack channel for the [Slack agent](/ai/slack-bot) with per-channel deployment selection. + - Navigation group dropdown icons now display active state styling. + - Custom heading IDs are now preprocessed before MDX parsing for more reliable anchor links. + + ## Bug fixes + + - Fixed OpenAPI-generated pages not being included in [`mint export`](/deploy/export) output. + - Fixed inline formatting (bold, italic) breaking when text has leading or trailing spaces. + - Fixed badge illustration and keyboard shortcut rendering issues. + - Fixed hidden pages excluded from the sitemap when `seo.indexing` is set to `"all"`. + - Fixed API playground response example generation for certain schemas. + +
+ ## get_page MCP tool