File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments