You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/overview.mdx
+84-61Lines changed: 84 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,58 +4,72 @@ description: "New updates and improvements"
4
4
mode: "center"
5
5
---
6
6
7
-
<Updatelabel="February 2025">
7
+
<Updatelabel="February 2025">
8
+
## .md support for LLMs
8
9
9
-
## docs.json replacing mint.json
10
-
Upgrades include better multi-level versioning, easier visual comprehension, and more consistent terminology.
10
+
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.
11
11
12
-
[Update your Mintlify CLI](/navigation/config-upgrade#upgrading-from-mint-json-to-docs-json).
12
+
## docs.json replacing mint.json
13
13
14
-
## CI Checks
15
-
Automatically lint your docs to find broken links, discover spelling and grammar issues, or enforce writing styles with your own Vale config. Learn more in our [docs](settings/ci).
14
+
Upgrades include better multi-level versioning, easier visual comprehension, and more consistent terminology.
16
15
17
-
## More Themes
18
-
New pre-built themes to modify the look & feel of your docs. Configure via your [docs.json file](/settings/global).
16
+
[Update your Mintlify CLI](/navigation/config-upgrade#upgrading-from-mint-json-to-docs-json).
19
17
20
-
Now available:
21
-
- Maple
22
-
- Palm
18
+
## CI Checks
23
19
20
+
Automatically lint your docs to find broken links, discover spelling and grammar issues, or enforce writing styles with your own Vale config. Learn more in our [docs](settings/ci).
21
+
22
+
## More Themes
23
+
24
+
New pre-built themes to modify the look & feel of your docs. Configure via your [docs.json file](/settings/global).
25
+
26
+
Now available:
27
+
28
+
* Maple
29
+
30
+
* Palm
24
31
</Update>
25
32
26
-
<Updatelabel="January 2025">
33
+
<Updatelabel="January 2025">
34
+
## AI Assistant Improvements
35
+
36
+
* New UI with dedicated chat page & pre-filled prompts
37
+
38
+
* Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
27
39
28
-
## AI Assistant Improvements
29
-
- New UI with dedicated chat page & pre-filled prompts
30
-
- Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
31
-
- More robust knowledge for adding & editing components
32
-
- Improved mint.json file editing
40
+
* More robust knowledge for adding & editing components
33
41
34
-
## Partial Authentication
35
-
Customize access to any page or section of content depending on user permissions. Supports connecting with your own authentication system.
42
+
* Improved mint.json file editing
36
43
37
-
## Revamped API Playground
38
-
We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
44
+
## Partial Authentication
39
45
40
-
- Easier detail expansion for an overview of a field
41
-
- More intuitive nested design, e.g. adding or deleting items
42
-
- Faster response times
46
+
Customize access to any page or section of content depending on user permissions. Supports connecting with your own authentication system.
43
47
44
-
## Quality Improvements
45
-
- Support for requiring authentication to access preview deployments
48
+
## Revamped API Playground
46
49
50
+
We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
51
+
52
+
* Easier detail expansion for an overview of a field
53
+
54
+
* More intuitive nested design, e.g. adding or deleting items
55
+
56
+
* Faster response times
57
+
58
+
## Quality Improvements
59
+
60
+
* Support for requiring authentication to access preview deployments
Make docs private by setting up authentication via JWT, OAuth, or a universal password. With this privacy, you can create an internal knowledge base or prevent competitors from seeing your docs.
68
+
</Frame>
55
69
70
+
Make docs private by setting up authentication via JWT, OAuth, or a universal password. With this privacy, you can create an internal knowledge base or prevent competitors from seeing your docs.
56
71
</Update>
57
72
58
-
59
73
<Updatelabel="November 2024">
60
74
## AI Assistant
61
75
@@ -327,61 +341,70 @@ We’ve overhauled the design and performance of the [API Playground](/api-playg
327
341
</Update>
328
342
329
343
<Updatelabel="June 2024">
344
+
## Launch Week Highlights
345
+
346
+
* 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.
347
+
348
+
* 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.
330
349
331
-
## Launch Week Highlights
332
-
* 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.
333
-
* 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.
334
-
* Web Editor branching: create branches in our web editor without an IDE.
335
-
* 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.
336
-
* 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.
350
+
* Web Editor branching: create branches in our web editor without an IDE.
337
351
352
+
* 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.
353
+
354
+
* 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.
338
355
</Update>
339
356
340
357
<Updatelabel="May 2024">
358
+
## Okta SSO
341
359
342
-
## Okta SSO
343
-
We now support sign-on via Okta SAML and OIDC.
360
+
We now support sign-on via Okta SAML and OIDC.
344
361
345
-
## Mintlify REST API
346
-
Programmatically rigger updates to your documentation.
362
+
## Mintlify REST API
347
363
364
+
Programmatically rigger updates to your documentation.
348
365
</Update>
349
366
350
367
<Updatelabel="April 2024">
368
+
## Custom mode
351
369
352
-
## Custom mode
353
-
Add a configuration to the metadata to remove all elements except for the top bar.
354
-
Example use cases:
355
-
* Create a custom global landing page setup with custom components
356
-
* Add full-screen videos or image galleries
357
-
* Embed custom iFrame demo elements to add intractability to your docs
370
+
Add a configuration to the metadata to remove all elements except for the top bar.
371
+
Example use cases:
358
372
359
-
Check out our [Custom Mode docs](/page#custom-mode).
360
-
</Update>
373
+
* Create a custom global landing page setup with custom components
374
+
375
+
* Add full-screen videos or image galleries
361
376
377
+
* Embed custom iFrame demo elements to add intractability to your docs
378
+
379
+
Check out our [Custom Mode docs](/page#custom-mode).
380
+
</Update>
362
381
363
382
<Updatelabel="March 2024">
364
-
## Mintlify MDX for VSCode
365
-
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).
383
+
## Mintlify MDX for VSCode
366
384
385
+
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).
367
386
</Update>
368
387
369
388
<Updatelabel="February 2024">
389
+
## Quality Improvements
390
+
391
+
* Dashboard upgrades: view update logs to see what's changed and status of an update, toggle between Mintlify projects to manage deployments
392
+
393
+
* Versioning with tabs fully supported
370
394
371
-
## Quality Improvements
372
-
* Dashboard upgrades: view update logs to see what's changed and status of an update, toggle between Mintlify projects to manage deployments
373
-
* Versioning with tabs fully supported
374
-
* Wildcard redirects now supported
375
-
* CLI Error Detection: we now show the position of invalid frontmatter when there are parsing issues during local development
395
+
* Wildcard redirects now supported
376
396
397
+
* CLI Error Detection: we now show the position of invalid frontmatter when there are parsing issues during local development
377
398
</Update>
378
399
379
400
<Updatelabel="January 2024">
401
+
## Launch Week Highlights
380
402
381
-
## Launch Week Highlights
382
-
* 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.
383
-
* Snippets V2: We now support fully reusable components and variables for snippets.
384
-
* 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.
385
-
* AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears.
403
+
* 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.
386
404
387
-
</Update>
405
+
* Snippets V2: We now support fully reusable components and variables for snippets.
406
+
407
+
* 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.
408
+
409
+
* AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears.
0 commit comments