From 896d6e64e6db34b8befa23168dbad4e76d14263c Mon Sep 17 00:00:00 2001 From: Nick K Date: Fri, 8 Aug 2025 17:56:45 -0700 Subject: [PATCH] fix: clanked too hard and language was bad --- changelog.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index d74e1879e..da6e0271c 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -9,27 +9,27 @@ noindex: true ## Authentication improvements - 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 to delete upstream cookies and complete sign-out + - 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 - Fixed a flash of a 500 error during OAuth/JWT flows before the callback - Auto-strip `https://` from URLs in OAuth/JWT auth configuration to prevent misconfiguration ## API playground enhancements - - New Search API endpoint so you can build agents and MCP servers on top of your docs + - New [Search API endpoint](https://mintlify.com/docs/api-reference/assistant/search) so you can build agents and MCP servers on top of your docs - `openapi` and `asyncapi` files are now served at their specified paths (e.g. `https://mydocsurl.extension/{openapi-or-file-name}.json`) - - You can now use the `x-mint` field in your openapi files to override generated fields, customize preface content, or change endpoint URLs in code samples - - `x-mcp` is now `x-mint.mcp` in OpenAPI configurations to control which routes are exposed as MCP tools + - You can now use the [`x-mint` field in your openapi files](https://mintlify.com/docs/api-playground/openapi-setup#x-mint-extension) to override generated fields, customize preface content, or change endpoint URLs in code samples + - [`x-mcp` is now `x-mint.mcp`](https://mintlify.com/docs/api-playground/openapi-setup#mcp) in OpenAPI configurations to control which routes are exposed as MCP tools ## Assistant updates - Fixed an issue where the action menu (containing options like copy and thumbs up) for older messages disappeared when new ones streamed in - - Fixed accessibility of nested `/mcp/...` pages after the hosted MCP servers release from last week + - Fixed accessibility of nested `/mcp/...` pages after the [hosted MCP servers release](https://mintlify.com/docs/ai/model-context-protocol#accessing-your-mcp-server) from last week ## Performance and reliability - - All image and video assets in your repo are now served at the expected path on your domain (e.g. `/assets/marketing/my-logo.png`) - - Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately + - 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`. + - Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately _(quality of life improvement)_ - Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction) - Added retry logic for PDF exports to improve reliability - Fixed cookie consent popup reappearing after acceptance or dismissal—first selection is now respected @@ -38,7 +38,7 @@ noindex: true ## Technical improvements - CLI bugfixes for windows and pnpm, plus CI tests to prevent regressions - - Improved our error logging output for greater readability and faster triage + - 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 - Fixed theme light background color not being applied to active tab icons