You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: add changelog for aud31-sep13
* docs: update navigation groups documentation to include link for expanded field
* fix: correct typos in changelog for MCP server name and assistant analytics exports
- Enhanced GitLab connection UI in dashboard settings for easier repository management
82
-
- Added webhook support for automatic documentation updates on GitLab commits
83
-
84
-
## Web editor and authentication improvements
85
-
86
-
- Continued app router migration for the web editor, removing blockers and improving performance
87
-
- Enhanced login error handling with explicit email validation messages
88
-
- Fixed whitespace handling in email address validation
89
-
90
-
## Bug fixes and reliability
91
-
92
-
- Fixed app router socket update functionality for real-time features
93
-
- Fixed SVG path rendering issues in documentation
94
-
- Fixed keyboard navigation in search and chat functionality
95
-
- Fixed history status endpoint reliability
96
-
- Resolved middleware edge cases and onClick event handling issues
97
-
98
-
</Update>
99
-
100
8
<Updatelabel="August 31 - September 13"tags={["New releases", "Improvements"]}rss={{ title: "Weekly Updates", description: "AI 404 suggestions, assistant web search with external sources, security enhancement, and reliability fixes" }}>
101
9
102
10
## Major releases
@@ -115,7 +23,6 @@ noindex: true
115
23
116
24
## Web editor and deployments
117
25
118
-
- Security enhancement added to editor such that only users with `write permissions` for the connected git hosting repository can make changes
119
26
- Fixed a bug where preview deployments wouldn't work for branches with `=` in the name
120
27
- Fixed a bug where long branch names would overflow modals on preview deployment creations
121
28
- Quality of life improvement where email query parameter will prefill the input on signup invitations
@@ -243,7 +150,7 @@ noindex: true
243
150
244
151
- Support for custom classnames in `h{1-4}` tags for applying custom heading styles
245
152
- Fixed `h{1-4}` tags rendering as `Heading` components with chips in custom page mode
246
-
- Added CSS selectors to [breadcrumbs](/organize/navigation#breadcrumbs) for custom CSS targeting
153
+
- Added CSS selectors to [breadcrumbs](/navigation#breadcrumbs) for custom CSS targeting
247
154
- Fixed stretched open-graph images by analyzing dimensions to maintain proportions at 56px height
248
155
- Corrected `VSCode` to `VS Code` in contextual menu when enabled
249
156
- Fixed headings within custom components appearing in table of contents alongside semantic headings
@@ -276,7 +183,7 @@ noindex: true
276
183
## API playground enhancements
277
184
278
185
- 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
279
-
-`openapi` and `asyncapi` files are now served at their specified paths (for example,`https://mydocsurl.extension/{openapi-or-file-name}.json`)
186
+
-`openapi` and `asyncapi` files are now served at their specified paths (e.g.`https://mydocsurl.extension/{openapi-or-file-name}.json`)
280
187
- 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
281
188
-[`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
282
189
@@ -370,13 +277,13 @@ noindex: true
370
277
- Copy shortcut for code examples generated by assistant
371
278
- "Ask AI" shortcut on code blocks in documentation to generate explanations from the assistant
372
279
373
-
Learn more in the [assistant docs](/ai/assistant).
280
+
Learn more in the [assistant docs](/guides/assistant).
374
281
375
282
## Subscribable changelogs
376
283
- Automatically generate an RSS feed from changelog pages
377
284
- Integrate RSS-enabled updates with Slack, email, and other tools
378
285
379
-
Learn more in our new [Changelog guide](/create/changelogs)
286
+
Learn more in our new [Changelog guide](/guides/changelogs)
380
287
381
288
</Update>
382
289
@@ -518,7 +425,7 @@ noindex: true
518
425
## AI Assistant Improvements
519
426
520
427
- New UI with dedicated chat page & pre-filled prompts
521
-
- Stability improvements. For example, bug fixes of editing the wrong file or no files at all
428
+
- Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
522
429
- More robust knowledge for adding & editing components
523
430
- Improved `docs.json` file editing
524
431
@@ -531,7 +438,7 @@ noindex: true
531
438
We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
532
439
533
440
- Easier detail expansion for an overview of a field
534
-
- More intuitive nested design. For example, adding or deleting items
441
+
- More intuitive nested design, e.g. adding or deleting items
535
442
- Faster response times
536
443
537
444
## Quality Improvements
@@ -558,7 +465,7 @@ noindex: true
558
465
559
466
## GitLab Integration Upgrade
560
467
561
-
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.
468
+
We've improved our support for syncing with GitLab, such as enabling automated updates and preview deployments. Check out our [docs on GitLab](/settings/gitlab) to get started.
0 commit comments