Skip to content

Commit 4726087

Browse files
committed
update changelog info
1 parent 2a01d29 commit 4726087

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

guides/changelogs.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,13 @@ Add `tags` to your `Update` components to replace the table of contents with tag
100100

101101
### Subscribable changelogs
102102

103-
Using `Update` components creates a subscribable RSS feed at your page URL + `/rss.xml`. For example, `mintlify.com/docs/changelog/rss.xml`. New updates are automatically included in the feed when published.
103+
Using `Update` components creates a subscribable RSS feed at your page URL with `/rss.xml` appended. For example, `mintlify.com/docs/changelog/rss.xml`.
104104

105+
Entries are added to the RSS feed when new `Update` components are published and when new headings are added inside of existing `<Update>` tags.
106+
107+
The top level headings of `Update` components are used as the titles of RSS feed entries, and the entries link to their heading anchors in your docs.
108+
109+
TODO:
105110
```xml Example RSS feed
106111
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
107112
<channel>

0 commit comments

Comments
 (0)