Skip to content

Commit 54263f4

Browse files
authored
fix: clanked too hard and language was bad (#1010)
1 parent b7d0a74 commit 54263f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

changelog.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ noindex: true
99
## Authentication improvements
1010

1111
- 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))
12-
- Support `logoutURL` in OAuth configuration to delete upstream cookies and complete sign-out
12+
- Support [`logoutURL` in OAuth configuration](https://mintlify.com/docs/authentication-personalization/authentication-setup#implementation-3) to delete upstream cookies and complete sign-out
1313
- On OAuth errors, users are redirected to your specified `logoutURL` to restart the auth flow
1414
- Fixed a flash of a 500 error during OAuth/JWT flows before the callback
1515
- Auto-strip `https://` from URLs in OAuth/JWT auth configuration to prevent misconfiguration
1616

1717
## API playground enhancements
1818

19-
- New Search API endpoint so you can build agents and MCP servers on top of your docs
19+
- 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
2020
- `openapi` and `asyncapi` files are now served at their specified paths (e.g. `https://mydocsurl.extension/{openapi-or-file-name}.json`)
21-
- 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
22-
- `x-mcp` is now `x-mint.mcp` in OpenAPI configurations to control which routes are exposed as MCP tools
21+
- 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
22+
- [`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
2323

2424
## Assistant updates
2525

2626
- Fixed an issue where the action menu (containing options like copy and thumbs up) for older messages disappeared when new ones streamed in
27-
- Fixed accessibility of nested `/mcp/...` pages after the hosted MCP servers release from last week
27+
- 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
2828

2929
## Performance and reliability
3030

31-
- 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`)
32-
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately
31+
- 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`.
32+
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately _(quality of life improvement)_
3333
- Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction)
3434
- Added retry logic for PDF exports to improve reliability
3535
- Fixed cookie consent popup reappearing after acceptance or dismissal—first selection is now respected
@@ -38,7 +38,7 @@ noindex: true
3838
## Technical improvements
3939

4040
- CLI bugfixes for windows and pnpm, plus CI tests to prevent regressions
41-
- Improved our error logging output for greater readability and faster triage
41+
- Improved error logging output—a quality of life upgrade for our engineering team when debugging
4242
- Minor fixes to the broken-link CI action when `contentDirectory` files are missing
4343
- 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
4444
- Fixed theme light background color not being applied to active tab icons

0 commit comments

Comments
 (0)