Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion changelog/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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 88 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L88

Did you really mean 'LLMs'?

## Localization

Expand Down Expand Up @@ -161,7 +161,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 164 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L164

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 @@ -185,7 +185,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 188 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L188

Did you really mean 'autogenerated'?

* Add in-line-style support for icons

Expand Down Expand Up @@ -266,7 +266,7 @@

## File Uploads in API Playground

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

Check warning on line 269 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L269

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

Expand Down Expand Up @@ -302,12 +302,12 @@

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 305 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L305

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

* [Read the blog announcement](https://mintlify.com/blog/widget)

* [Learn how to install the Widget](/advanced/widget/chat#getting-started)
* [Learn how to install the Widget](/advanced/rest-api/overview)

## Pro Plan

Expand All @@ -330,7 +330,7 @@

## Launch Week Highlights
* 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 333 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L333

Did you really mean 'searchbar'?
* Web Editor branching: create branches in our web editor without an IDE.
* User Personalization: authenticate users with Shared Session or JWT so that you can show them customized content, such as pre-filling API keys or showing specific content for customers.
* OepenAPI Automation Upgrades: to auto-populate API Playground pages, you can add an `openapi` field to an object in tabs or anchors arrays in the mint.json.
Expand All @@ -339,8 +339,8 @@

<Update label="May 2024">

## Okta SSO

Check warning on line 342 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L342

Did you really mean 'Okta'?
We now support sign-on via Okta SAML and OIDC.

Check warning on line 343 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L343

Did you really mean 'Okta'?

## Mintlify REST API
Programmatically rigger updates to your documentation.
Expand All @@ -362,7 +362,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 365 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L365

Did you really mean 'dcallouts'?

</Update>

Expand All @@ -372,7 +372,7 @@
* Dashboard upgrades: view update logs to see what's changed and status of an update, toggle between Mintlify projects to manage deployments
* Versioning with tabs fully supported
* 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 375 in changelog/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

changelog/overview.mdx#L375

Did you really mean 'frontmatter'?

</Update>

Expand Down
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@
"integrations/analytics/mixpanel",
"integrations/analytics/pirsch",
"integrations/analytics/plausible",
"integrations/analytics/posthog"
"integrations/analytics/posthog",
"integrations/analytics/segment"
]
},
{
Expand Down