Create a changelog for your docs by adding Update components to a page.
Check out the Docfiy changelog as an example: you can include links, images, text, and demos of your new features in each update.
Set up your changelog
Create a page for your changelog
- Create a new page in your docs such as
changelog.mdxorupdates.mdx. - Add your changelog page to your navigation scheme in your
docs.json.
Add Update components to your changelog
Add an Update for each changelog entry.
Include relevant information like feature releases, bug fixes, or other announcements.
Customize your changelog
Control how people navigate your changelog and stay up to date with your product information.
Table of contents
Each 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.


Tag filters
Add 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.
When a user selects multiple tags, the changelog shows only updates that include every selected tag. The changelog hides updates without tags whenever a filter is active.


Subscribable changelogs
Use Update components to create a subscribable RSS feed at your page URL with /rss.xml appended. For example, docfiy.com/docs/changelog/rss.xml.
The RSS feed publishes entries when you add new Update components and when you modify headings inside of existing Update components.
RSS feed entries contain pure Markdown only. They exclude components, code, and HTML elements. Use the rss property to provide alternative text descriptions for RSS subscribers when your updates contain excluded content.
RSS feeds can integrate with Slack, email, or other subscription tools to notify users of product changes. Some options include:
- Slack
- Email via Zapier
- Discord bots like Readybot or RSS Feeds to Discord Bot
To make the RSS feed discoverable, you can display an RSS icon button that links to the feed at the top of the page. Add rss: true to the page frontmatter:

