Skip to content

Commit d8a4a01

Browse files
committed
add tags in changelog
1 parent 1b1350d commit d8a4a01

File tree

1 file changed

+18
-23
lines changed

1 file changed

+18
-23
lines changed

changelog/overview.mdx

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
22
title: "Product Updates"
33
description: "New updates and improvements"
4-
mode: "center"
54
---
65

7-
<Update label="February 2025">
6+
<Update label="February 2025" tags={["Configuration", "Feature", "Documentation"]}>
87
## New Configuration Schema `docs.json`
98

109
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).&#x20;
1110

12-
13-
1411
Upgrade from `mint.json` to `docs.json` with the following steps:
1512

1613
1. Make sure your CLI is the latest version
@@ -33,7 +30,7 @@ mode: "center"
3330

3431
## .md support for LLMs
3532

36-
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.
33+
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.
3734

3835
## More Themes
3936

@@ -50,12 +47,12 @@ mode: "center"
5047
## Other improvements
5148
- [Guide to Technical Writing:](https://mintlify.com/guides/introduction)Best practices for writing technical documentation, including audience research, content types, and writing tips.
5249
- [Dropdown component](/navigation/divisions#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
53-
- [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if theres a parsing error and use AI to suggest fixes.
50+
- [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there's a parsing error and use AI to suggest fixes.
5451

5552

5653
</Update>
5754

58-
<Update label="January 2025">
55+
<Update label="January 2025" tags={["AI", "Authentication", "API", "Performance"]}>
5956
## AI Assistant Improvements
6057

6158
* New UI with dedicated chat page & pre-filled prompts
@@ -72,7 +69,7 @@ mode: "center"
7269

7370
## Revamped API Playground
7471

75-
Weve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
72+
We've overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
7673

7774
* Easier detail expansion for an overview of a field
7875

@@ -85,7 +82,7 @@ mode: "center"
8582
* Support for requiring authentication to access preview deployments
8683
</Update>
8784

88-
<Update label="December 2024">
85+
<Update label="December 2024" tags={["Authentication", "Feature"]}>
8986
## Authentication
9087

9188
<Frame>
@@ -95,7 +92,7 @@ mode: "center"
9592
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.
9693
</Update>
9794

98-
<Update label="November 2024">
95+
<Update label="November 2024" tags={["AI", "Integration", "Editor", "Documentation"]}>
9996
## AI Assistant
10097

10198
<Frame>
@@ -137,7 +134,7 @@ mode: "center"
137134
* Authenticate users with OAuth, in addition to JWT or Shared Session tokens.
138135
</Update>
139136

140-
<Update label="October 2024">
137+
<Update label="October 2024" tags={["Components", "UI", "Feature", "Bug Fix"]}>
141138
## Changelogs
142139

143140
Launched a new [Update component](/content/components/update) to make it easier to display and report updates (like this one) to your users.
@@ -235,7 +232,7 @@ mode: "center"
235232
* Maintain scroll position when you click the back button in a browser.
236233
</Update>
237234

238-
<Update label="September 2024">
235+
<Update label="September 2024" tags={["UI", "Components", "Performance", "SEO"]}>
239236
## Custom Fonts
240237

241238
<Frame>
@@ -276,8 +273,6 @@ mode: "center"
276273

277274
* Shipped GitLab connection UI.
278275

279-
* Fix incorrect analytics data.
280-
281276
* Add-on's can now be directly purchased through the dashboard.
282277

283278
## Bug Fixes
@@ -293,7 +288,7 @@ mode: "center"
293288
[Read the docs](/api-playground/troubleshooting)
294289
</Update>
295290

296-
<Update label="August 2024">
291+
<Update label="August 2024" tags={["API", "SEO", "Bug Fix"]}>
297292
## OpenAPI Reference Pages
298293

299294
* Endpoints defined by OpenAPI that are complex and recursive are now 98%
@@ -332,7 +327,7 @@ mode: "center"
332327
was used.
333328
</Update>
334329

335-
<Update label="July 2024">
330+
<Update label="July 2024" tags={["AI", "Feature", "API"]}>
336331
## AI Widget
337332

338333
<Frame>
@@ -363,7 +358,7 @@ mode: "center"
363358
product.
364359
</Update>
365360

366-
<Update label="June 2024">
361+
<Update label="June 2024" tags={["UI", "Search", "Editor", "API"]}>
367362
## Launch Week Highlights
368363

369364
* 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.
@@ -377,7 +372,7 @@ mode: "center"
377372
* 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.
378373
</Update>
379374

380-
<Update label="May 2024">
375+
<Update label="May 2024" tags={["Authentication", "API"]}>
381376
## Okta SSO
382377

383378
We now support sign-on via Okta SAML and OIDC.
@@ -387,7 +382,7 @@ mode: "center"
387382
Programmatically rigger updates to your documentation.
388383
</Update>
389384

390-
<Update label="April 2024">
385+
<Update label="April 2024" tags={["UI", "Feature"]}>
391386
## Custom mode
392387

393388
Add a configuration to the metadata to remove all elements except for the top bar.
@@ -402,13 +397,13 @@ mode: "center"
402397
Check out our [Custom Mode docs](/page#custom-mode).
403398
</Update>
404399

405-
<Update label="March 2024">
400+
<Update label="March 2024" tags={["Editor", "Integration"]}>
406401
## Mintlify MDX for VSCode
407402

408403
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).
409404
</Update>
410405

411-
<Update label="February 2024">
406+
<Update label="February 2024" tags={["Feature", "Bug Fix"]}>
412407
## Quality Improvements
413408

414409
* Dashboard upgrades: view update logs to see what's changed and status of an update, toggle between Mintlify projects to manage deployments
@@ -420,7 +415,7 @@ mode: "center"
420415
* CLI Error Detection: we now show the position of invalid frontmatter when there are parsing issues during local development
421416
</Update>
422417

423-
<Update label="January 2024">
418+
<Update label="January 2024" tags={["Feature", "Components", "AI"]}>
424419
## Launch Week Highlights
425420

426421
* 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.
@@ -430,4 +425,4 @@ mode: "center"
430425
* 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.
431426

432427
* AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears.
433-
</Update>
428+
</Update>

0 commit comments

Comments
 (0)