Skip to main content
Create a changelog for your docs by adding Update components to a page. See the Mintlify changelog as an example: you can include links, images, text, and demos of your new features in each update.

Set up your changelog

1

Create a page for your changelog

  1. Create a new page in your docs such as changelog.mdx or updates.mdx.
  2. Add your changelog page to your navigation scheme in your docs.json.
2

Add Update components to your changelog

Add an Update for each changelog entry.Include relevant information like feature releases, bug fixes, or other announcements.
Example changelog.mdx

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.
Changelog with table of contents displayed in light mode.

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.
Tag filters example
Changelog in light mode with the Peppermint tag filter selected.
Using custom, center, or wide page modes hides the table of contents and changelog filters. Learn more about page modes.

Subscribable changelogs

RSS feeds are only available on public documentation.
Use Update components to create a subscribable RSS feed at your page URL with /rss.xml appended. For example, mintlify.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.
Example RSS feed
RSS feeds can integrate with Slack, email, or other subscription tools to notify users of product changes. Some options include: 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:
Changelog page in light mode with RSS feed button enabled.