Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion changelog/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,28 @@

Automatically lint your docs to find broken links, discover spelling and grammar issues, or enforce writing styles with your own Vale config. Learn more in our [docs](settings/ci).

## .md support for LLMs

Check warning on line 34 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L34

Did you really mean 'LLMs'?

All documentation pages are now automatically available as plain Markdown files—just append `.md` to the URL. This makes it easier for LLMs to ingest individual pages from your documentation.

Check warning on line 36 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L36

Did you really mean 'LLMs'?

## More Themes

New pre-built themes to modify the look & feel of your docs. Configure via your [docs.json file](/settings/global).
New [pre-built themes](/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/settings/global).

Now available:

* Maple

* Palm

* Willow

## Other improvements
- [Guide to Technical Writing:](https://mintlify.com/guides/introduction)Best practices for writing technical documentation, including audience research, content types, and writing tips.
- [Dropdown component](/navigation/divisions#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
- [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there’s a parsing error and use AI to suggest fixes.


</Update>

<Update label="January 2025">
Expand Down Expand Up @@ -115,7 +124,7 @@
<img src="/images/changelog/llms.jpg" alt="llms.txt support" />
</Frame>

All docs instances are now automatically hosted at /llms.txt and /llms-full.txt so that LLMs can easily ingest your documentation. For more information, read the [docs on the new llms.txt standard.](https://llmstxt.org)

Check warning on line 127 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L127

Did you really mean 'LLMs'?

## Localization

Expand Down Expand Up @@ -191,7 +200,7 @@

* Added ability to change custom domain to be /docs directly through dashboard settings.

* Consolidated the login and signup pages to decrease friction and confusion.

Check warning on line 203 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L203

Did you really mean 'signup'?

* Implemented the discovery login flow so that users that are members of multiple organizations can now switch between them.

Expand All @@ -215,7 +224,7 @@

* 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.

Check warning on line 227 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L227

Did you really mean 'autogenerated'?

* Add in-line-style support for icons

Expand Down Expand Up @@ -296,7 +305,7 @@

## File Uploads in API Playground

By default, API playground requests are proxied by Mintlify. Now you can use

Check warning on line 308 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L308

Did you really mean 'proxied'?
`disableProxy` to disable this behavior and support request types like file
uploads.

Expand Down Expand Up @@ -332,7 +341,7 @@

For `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

Check warning on line 344 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L344

Did you really mean 'chatbot'?
on your existing documentation pages.

* [Read the blog announcement](https://mintlify.com/blog/widget)
Expand All @@ -359,7 +368,7 @@

* Themes: Customize your styling with pre-configured themes. Just add the theme Quill, Prism, or Venus to your `mint.json` file and it'll update your docs styling.

* Search V2: directly query OpenAPI endpoint descriptions and titles to reach API Reference pages, remove hidden pages from search, and enjoy our updated searchbar UI.

Check warning on line 371 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L371

Did you really mean 'searchbar'?

* Web Editor branching: create branches in our web editor without an IDE.

Expand All @@ -371,7 +380,7 @@
<Update label="May 2024">
## Okta SSO

We now support sign-on via Okta SAML and OIDC.

Check warning on line 383 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L383

Did you really mean 'Okta'?

## Mintlify REST API

Expand All @@ -396,7 +405,7 @@
<Update label="March 2024">
## Mintlify MDX for VSCode

Call snippets of our pre-built components an dcallouts without leaving VSCode. [Install the extension here](https://marketplace.visualstudio.com/items?itemName=mintlify.mintlify-snippets).

Check warning on line 408 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L408

Did you really mean 'dcallouts'?
</Update>

<Update label="February 2024">
Expand All @@ -408,7 +417,7 @@

* Wildcard redirects now supported

* CLI Error Detection: we now show the position of invalid frontmatter when there are parsing issues during local development

Check warning on line 420 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L420

Did you really mean 'frontmatter'?
</Update>

<Update label="January 2024">
Expand Down