Skip to content

Commit f24ddc6

Browse files
added all changes from 2024 as far as I could tell from twitter
1 parent 16f2a75 commit f24ddc6

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

changelog/overview.mdx

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,64 @@ mode: "wide"
283283
Currently in beta, this feature summarizes common user questions and patterns
284284
into easy-to-digest reports with AI-powered suggestions on how to improve your
285285
product.
286-
</Update>
286+
</Update>
287+
288+
<Update label="June 2024">
289+
290+
## Launch Week Highlights
291+
* 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.
292+
* 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.
293+
* Web Editor branching: create branches in our web editor without an IDE.
294+
* 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.
295+
* 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.
296+
297+
</Update>
298+
299+
<Update label="May 2024">
300+
301+
## Okta SSO
302+
We now support sign-on via Okta SAML and OIDC.
303+
304+
## Mintlify REST API
305+
Programmatically rigger updates to your documentation.
306+
307+
</Update>
308+
309+
<Update label="April 2024">
310+
311+
## Custom mode
312+
Add a configuration to the metadata to remove all elements except for the top bar.
313+
Example use cases:
314+
* Create a custom global landing page setup with custom components
315+
* Add full-screen videos or image galleries
316+
* Embed custom iFrame demo elements to add intractability to your docs
317+
318+
Check out our [Custom Mode docs](/page#custom-mode).
319+
</Update>
320+
321+
322+
<Update label="March 2024">
323+
## Mintlify MDX for VSCode
324+
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).
325+
326+
</Update>
327+
328+
<Update label="February 2024">
329+
330+
## Quality Improvements
331+
* Dashboard upgrades: view update logs to see what's changed and status of an update, toggle between Mintlify projects to manage deployments
332+
* Versioning with tabs fully supported
333+
* Wildcard redirects now supported
334+
* CLI Error Detection: we now show the position of invalid frontmatter when there are parsing issues during local development
335+
336+
</Update>
337+
338+
<Update label="January 2024">
339+
340+
## Launch Week Highlights
341+
* Preview Deployments: When you create a pull request, we'll generate a unique link that shows a live preview of what your docs look like in prod. You can share this link with teammates.
342+
* Snippets V2: We now support fully reusable components and variables for snippets.
343+
* Open-source MDX Engine: We've exposed two APIs—getCompiledMdx and MDXComponent—so you can access Mintlify markdown and code syntax highlighting. [Contributions to the project](https://github.com/mintlify/mdx) are welcome.
344+
* AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears.
345+
346+
</Update>

0 commit comments

Comments
 (0)