Skip to content

Commit d54bfe2

Browse files
added graphics + docs to pdf to changelog (#616)
* added graphics + docs to pdf to changelog * fixed spelling errors + added beta tag for docs to pdf * Update changelog/overview.mdx Co-authored-by: Brandon Waselnuk <[email protected]> --------- Co-authored-by: Brandon Waselnuk <[email protected]>
1 parent dabcdb7 commit d54bfe2

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

changelog/overview.mdx

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@ mode: "center"
77
<Update label="April 2025">
88

99
## AI Translations in beta
10+
<Frame>
11+
![AI Translations graphic](/images/changelog/translations.png)
12+
</Frame>
1013
Translate all of your documentation with AI. [Learn more.](/navigation/localization)
1114

15+
## Export docs to PDF in beta
16+
Export all of your documentation, a subdirectory, or a singe page as a PDF.
17+
1218
</Update>
1319

1420
<Update label="March 2025">
1521
## MCP server generator
16-
22+
<Frame>
23+
![screenshot of MCP server generator](/images/changelog/mcpgenerator.png)
24+
</Frame>
1725
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.
1826
Check out [docs on getting started with MCP.](/advanced/mcp/quickstart)
1927

@@ -34,7 +42,10 @@ Translate all of your documentation with AI. [Learn more.](/navigation/localizat
3442
</Update>
3543

3644
<Update label="February 2025">
37-
## New Configuration Schema `docs.json`
45+
## New configuration schema `docs.json`
46+
<Frame>
47+
![docs.json screenshot](/images/changelog/docsjson.png)
48+
</Frame>
3849

3950
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).
4051

@@ -63,6 +74,9 @@ Translate all of your documentation with AI. [Learn more.](/navigation/localizat
6374
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.
6475

6576
## More Themes
77+
<Frame>
78+
![graphic with text "Themes v2"](/images/changelog/themes.png)
79+
</Frame>
6680

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

@@ -351,7 +365,7 @@ Translate all of your documentation with AI. [Learn more.](/navigation/localizat
351365
## Launch Week Highlights
352366

353367
- 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.
354-
- 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.
368+
- 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.
355369
- Web Editor branching: create branches in our web editor without an IDE.
356370
- 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.
357371
- 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
383397
<Update label="March 2024">
384398
## Mintlify MDX for VSCode
385399

386-
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).
400+
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).
387401
</Update>
388402

389403
<Update label="February 2024">

images/changelog/docsjson.png

619 KB
Loading

images/changelog/mcpgenerator.png

601 KB
Loading

images/changelog/themes.png

1.02 MB
Loading

images/changelog/translations.png

296 KB
Loading

0 commit comments

Comments
 (0)