Skip to content

Commit 2a01d29

Browse files
committed
remove rss object from Update page
1 parent 29fe96d commit 2a01d29

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

components/update.mdx

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Use the `Update` component to display changelog entries, version updates, and re
2929

3030
```mdx Update example
3131
<Update label="2024-10-11" description="v0.1.0" tags={["Mintlify"]}>
32-
This is how you use a changelog with a label, description,
33-
and tags.
32+
This is an update with a label, description, and tag.
3433
</Update>
3534
```
3635

@@ -49,28 +48,3 @@ Use multiple `Update` components to create [changelogs](/guides/changelogs).
4948
<ResponseField name="description" type="string">
5049
Description of the update. Appears below the label and tag.
5150
</ResponseField>
52-
53-
<ResponseField name="rss" type="object">
54-
Title and description that will appear in the RSS feed entry for the update.
55-
56-
```mdx wrap
57-
<Update label="v1.0.1" rss={{ title: "v1.0.1 released", description: "Bug fixes and improvements" }}>
58-
# What's New in v1.0.1
59-
60-
* Bug fixes
61-
* Improvements
62-
</Update>
63-
```
64-
65-
```xml Example Update item in RSS feed
66-
<item>
67-
<title><![CDATA[v1.0.1 released]]></title>
68-
<description><![CDATA[Bug fixes and improvements]]></description>
69-
<link>https://mintlify.com/changelog#v101</link>
70-
<guid isPermaLink="true">https://mintlify.com/changelog#v101</guid>
71-
<pubDate>Fri, 20 Jun 2025 21:32:19 GMT</pubDate>
72-
</item>
73-
```
74-
75-
Learn more about [subscribable changelogs](/guides/changelogs#subscribable-changelogs).
76-
</ResponseField>

0 commit comments

Comments
 (0)