November 2024
AI Assistant

GitLab Integration Upgrade
We’ve improved our support for syncing with GitLab, such as enabling automated updates and preview deployments. Check out our docs on GitLab to get started.Web Editor

/llms.txt support

Localization
You can now localize your docs which operates similarly to versioning. Add alocale
to a version and fixed content in Mintlify like “Was this page helpful?” will also match the locale.October 2024
Changelogs
Launched a new Update component to make it easier to display and report updates (like this one) to your users.
Code Line Highlighting
You can now highlight lines of code in your docs to emphasize and bring attention to important parts by adding a special comment after the language identifier. Use curly braces{}
and specify line numbers or ranges separated by commas.Line Highlighting Example
Light mode code blocks
Code blocks now have a light mode variant which can be enabled by adding the following to yourmint.json
:Advanced Footer

Filter search based on the current user
When user auth is enabled, search results are now filtered based on the current logged in user so that they only see the relevant content.Custom Prompts for AI Chat
You can now customize the prompts for the AI chat. Please reach out to support if you’d like to customize the prompts.Dashboard Improvements
- Added ability to change custom domain to be /docs directly through dashboard settings.
- Consolidated the login and signup pages to decrease friction and confusion.
- Implemented the discovery login flow so that users that are members of multiple organizations can now switch between them.
- Added login with Google OAuth
- Added ability to add new deployment through dashboard settings.
Bug Fixes
- Can now use leading slashes in navigation.
- Can now edit CSS & JS files in the web editor.
- Fixed
suggestEdit
not showing up even when enabled. - Fixed keyboard navigation for Search and Chat such that you can now use the up and down arrow keys to navigate the results.
- Don’t allow search engines to crawl user-auth protected pages.
- Revalidate the cache when an org is deleted.
- We now use the Scalar OpenAPI parser to parse OpenAPI definitions which improves the performance, fixes parsing issues, and surfaces better error messages.
- Top-level descriptions are now supported in API reference pages autogenerated from OpenAPI definitions.
- Add in-line-style support for icons
- Fixed the pop-in of custom CSS in docs.
- Properly show in-line code styling in conjunction with links.
- Maintain scroll position when you click the back button in a browser.
September 2024
Custom Fonts

Images in Card components
Add animg
property to a card to display an image on the top of the card. Learn more about it here.Update Speed Performances

SEO improvements

Dashboard Improvements
- App router migration in the dashboard.
- Search analytics are now available in the dashboard.
- Delete an org functionality has been added to the dashboard.
- Shipped GitLab connection UI.
- Fix incorrect analytics data.
- Add-on’s can now be directly purchased through the dashboard.
Bug Fixes
- Fixed a bug where the top bar would not stretch to the width of the screen when it’s in custom mode and the sidebar layout is
sidenav
. - Fix relative positioning of the AI widget.
More
- Troubleshooting for API pages: API pages could be complicated so we listed common issues to help you sort them out quickly — Read the docs
August 2024
OpenAPI Reference Pages
- Endpoints defined by OpenAPI that are complex and recursive are now 98% smaller.
- We now show additionalProperties in OpenAPI pages.
File Uploads in API Playground
By default, API playground requests are proxied by Mintlify. Now you can usedisableProxy
to disable this behavior and support request types like file
uploads.Mobile SEO improvements
We’ve fixed the mobile layout of our docs so that they are more SEO-friendly - including adding proper aria tags to elements.Support Form
We added a more detailed support form to the Mintlify dashboard. You can now submit a form to get in touch with us.Bug Fixes
- Fixed a bug for the Segment integration functionality.
- We now raise more granular error messages for GitHub permissions when interacting with the editor.
- Fixed bugs where the navigation would not properly expand when a direct link was used.
July 2024
AI Widget

Pro
users, we introduced Mintlify Widget, an extension of your docs to
answer your users’ questions when and where they asked. You can add this
AI-powered chatbot to any web page: your landing page, inside your product, or
on your existing documentation pages.