Skip to content

Commit 5fde3cd

Browse files
committed
add upate example in feed
1 parent 897827d commit 5fde3cd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

components/update.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,15 @@ Use multiple `Update` components to create [changelogs](/guides/changelogs).
6262
</Update>
6363
```
6464

65-
<div style={{ border: '2px solid #ff00ff' }}>
66-
TODO: insert screenshot of RSS feed with title and description
67-
</div>
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+
```
6874

6975
Learn more about [subscribable changelogs](/guides/changelogs#subscribable-changelogs).
7076
</ResponseField>

0 commit comments

Comments
 (0)