diff --git a/changelog/overview.mdx b/changelog/overview.mdx index 1ab4cded3..5454d30a8 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -7,13 +7,21 @@ mode: "center" ## AI Translations in beta + + ![AI Translations graphic](/images/changelog/translations.png) + Translate all of your documentation with AI. [Learn more.](/navigation/localization) +## Export docs to PDF in beta +Export all of your documentation, a subdirectory, or a singe page as a PDF. + ## MCP server generator - + + ![screenshot of MCP server generator](/images/changelog/mcpgenerator.png) + Generate MCP servers so that AI applications can interact with your docs or APIs. Written content is automatically generated as an MCP server, and you can generate an MCP server from your OpenAPI spec with one click. Check out [docs on getting started with MCP.](/advanced/mcp/quickstart) @@ -34,7 +42,10 @@ Translate all of your documentation with AI. [Learn more.](/navigation/localizat - ## New Configuration Schema `docs.json` + ## New configuration schema `docs.json` + + ![docs.json screenshot](/images/changelog/docsjson.png) + We've introduced a new `docs.json` schema as a replacement for `mint.json`, to support better multi-level versioning, easier visual comprehension, and more consistent terminology. For more information on what's changed, [check out our blog](https://mintlify.com/blog/refactoring-mint-json-into-docs-json). @@ -63,6 +74,9 @@ Translate all of your documentation with AI. [Learn more.](/navigation/localizat 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. ## More Themes + + ![graphic with text "Themes v2"](/images/changelog/themes.png) + New [pre-built themes](/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/settings/global). @@ -351,7 +365,7 @@ Translate all of your documentation with AI. [Learn more.](/navigation/localizat ## 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. + - Search V2: directly query OpenAPI endpoint descriptions and titles to reach API Reference pages, remove hidden pages from search, and enjoy our updated search bar 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. @@ -383,7 +397,7 @@ Translate all of your documentation with AI. [Learn more.](/navigation/localizat ## 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). + Call snippets of our pre-built components and callouts without leaving VSCode. [Install the extension here](https://marketplace.visualstudio.com/items?itemName=mintlify.mintlify-snippets). diff --git a/images/changelog/docsjson.png b/images/changelog/docsjson.png new file mode 100644 index 000000000..ad6efa998 Binary files /dev/null and b/images/changelog/docsjson.png differ diff --git a/images/changelog/mcpgenerator.png b/images/changelog/mcpgenerator.png new file mode 100644 index 000000000..ccfaee823 Binary files /dev/null and b/images/changelog/mcpgenerator.png differ diff --git a/images/changelog/themes.png b/images/changelog/themes.png new file mode 100644 index 000000000..faa8ec4a8 Binary files /dev/null and b/images/changelog/themes.png differ diff --git a/images/changelog/translations.png b/images/changelog/translations.png new file mode 100644 index 000000000..a73bf1f85 Binary files /dev/null and b/images/changelog/translations.png differ