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 + /rss.xml
. For example, mintlify.com/docs/changelog/rss.xml
. New updates are automatically included in the feed when published.
rss: true
to the page frontmatter: