Skip to content

Commit f96d8f4

Browse files
authored
add tags to changelog (#992)
1 parent 1db47d9 commit f96d8f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

changelog.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rss: true
55
noindex: true
66
---
77

8-
<Update label="July 27-Aug 2" rss={{ title: "Weekly Updates", description: "Authentication improvements, search enhancements, and assistant API" }}>
8+
<Update label="July 27 - August 2" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Authentication improvements, search enhancements, and assistant API" }}>
99
## Authentication improvements
1010

1111
- Local development improvements to auth, enabling faster development of auth features and bug fixes in this product area
@@ -40,7 +40,7 @@ noindex: true
4040
- Upgraded MongoDB from version 6 to 7 for improved performance and new features
4141
</Update>
4242

43-
<Update label="July 2025" rss={{ title: "July Product Updates", description: "Slack app integration, hosted MCP servers, Cursor integration, and performance improvements" }}>
43+
<Update label="July 2025" tags={["New releases", "Improvements"]} rss={{ title: "July Product Updates", description: "Slack app integration, hosted MCP servers, Cursor integration, and performance improvements" }}>
4444
## Slack app
4545

4646
- Zero friction access: Bot responds to DMs, @mentions, and any question in your `#ask-ai` channel
@@ -62,7 +62,7 @@ noindex: true
6262
- Added more customization options including focus mode, expandable code blocks, dark and light mode responsiveness, language dropdown menu, line numbering, and icons
6363
</Update>
6464

65-
<Update label="June 2025" rss={{ title: "June Product Updates", description: "AI assistant updates and subscribable changelogs" }}>
65+
<Update label="June 2025" tags={["New releases", "Improvements"]} rss={{ title: "June Product Updates", description: "AI assistant updates and subscribable changelogs" }}>
6666
## AI assistant updates
6767

6868
- Improved accuracy through agentic RAG with tool calling
@@ -80,7 +80,7 @@ noindex: true
8080

8181
</Update>
8282

83-
<Update label="May 2025">
83+
<Update label="May 2025" tags={["Improvements"]}>
8484
## API playground stability updates
8585

8686
- Search to find an endpoint
@@ -94,7 +94,7 @@ noindex: true
9494
Can now use `mint update` to update your CLI.
9595
</Update>
9696

97-
<Update label="April 2025">
97+
<Update label="April 2025" tags={["New releases", "Improvements"]}>
9898
## Web Editor 3.0
9999

100100
<Frame>
@@ -137,7 +137,7 @@ noindex: true
137137
Bring interactivity to your docs. All standard React hooks are automatically available in your MDX files. [Learn more.](react-components)
138138
</Update>
139139

140-
<Update label="March 2025">
140+
<Update label="March 2025" tags={["New releases", "Improvements"]}>
141141
## MCP server generator
142142

143143
<Frame>
@@ -162,7 +162,7 @@ noindex: true
162162
- Codeblocks within callouts expand to fill the width of the callout area
163163
</Update>
164164

165-
<Update label="February 2025">
165+
<Update label="February 2025" tags={["New releases", "Improvements"]}>
166166
## New configuration schema `docs.json`
167167

168168
<Frame>
@@ -214,7 +214,7 @@ noindex: true
214214
- [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.
215215
</Update>
216216

217-
<Update label="January 2025">
217+
<Update label="January 2025" tags={["Improvements"]}>
218218
## AI Assistant Improvements
219219

220220
- New UI with dedicated chat page & pre-filled prompts

0 commit comments

Comments
 (0)