From f24ddc64e935d92225b5325b3c7b2ceeb0a1de7d Mon Sep 17 00:00:00 2001 From: Tiffany Date: Wed, 18 Dec 2024 17:01:57 -0800 Subject: [PATCH] added all changes from 2024 as far as I could tell from twitter --- changelog/overview.mdx | 62 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/changelog/overview.mdx b/changelog/overview.mdx index 3f8261c45..4e46b32dc 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -283,4 +283,64 @@ mode: "wide" Currently in beta, this feature summarizes common user questions and patterns into easy-to-digest reports with AI-powered suggestions on how to improve your product. - \ No newline at end of file + + + + +## 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. +* 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. + + + + + +## Okta SSO +We now support sign-on via Okta SAML and OIDC. + +## Mintlify REST API +Programmatically rigger updates to your documentation. + + + + + +## Custom mode +Add a configuration to the metadata to remove all elements except for the top bar. +Example use cases: +* Create a custom global landing page setup with custom components +* Add full-screen videos or image galleries +* Embed custom iFrame demo elements to add intractability to your docs + +Check out our [Custom Mode docs](/page#custom-mode). + + + + +## 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). + + + + + +## Quality Improvements +* 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 + + + + + +## Launch Week Highlights +* 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. +* Snippets V2: We now support fully reusable components and variables for snippets. +* 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. +* AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears. + +