Post product updates in your docs with a subscribable RSS feed
Create a page for your changelog
changelog.mdx
or updates.mdx
.docs.json
.Add Update components to your changelog
Update
for each changelog entry.Include relevant information like feature releases, bug fixes, or other announcements.label
property for an Update
automatically creates an entry in the right sidebar’s table of contents. This is the default navigation for your changelog.
tags
to your Update
components to replace the table of contents with tag filters. Users can filter the changelog by selecting one or more tags:
custom
, center
, or wide
page modes. Learn more about page modes.Update
components creates a subscribable RSS feed at your page URL with /rss.xml
appended. For example, mintlify.com/docs/changelog/rss.xml
.
Entries are added to the RSS feed when new Update
components are published and when new headings are added inside of existing <Update>
tags.
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.
rss: true
to the page frontmatter: