Skip to content

Commit b4ab1e5

Browse files
committed
update intro
1 parent 89588c6 commit b4ab1e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/changelogs.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ description: "Post product updates in your docs with a subscribable RSS feed"
44
icon: "newspaper"
55
---
66

7-
Adding a changelog page to your docs is as simple as adding an MDX file with [Update components](/components/update).
7+
Create a changelog for your docs by adding [Update components](/components/update) to a page.
88

9-
Check out the [Mintlify changelog](/changelog) as an example: you can include links, images and text content, and demos of your new product features in each update.
9+
Check out the [Mintlify changelog](/changelog) as an example: you can include links, images, text, and demos of your new features in each update.
1010

11-
# Table of contents
11+
## Table of contents
1212

1313
Each `Update` element label is automatically used to create a table of contents on the right side of the page:
1414

1515
<Frame caption="Table of contents">
1616
![Changelogs with table of contents](/images/changelog-toc.png)
1717
</Frame>
1818

19-
# Tag filters
19+
## Tag filters
2020

2121
Adding tags to your `Update` components will make a tag list appear on the right side of your changelog document which can be used for filtering entries:
2222

@@ -42,7 +42,7 @@ Adding tags to your `Update` components will make a tag list appear on the right
4242
Some page settings may automatically hide the table of contents and changelog filters: when your page has mode: 'custom', 'center', or 'wide'. Learn more about [page modes](/pages#page-mode).
4343
</Tip>
4444

45-
# Subscribable changelogs
45+
## Subscribable changelogs
4646

4747
Using the `Update` component on your changelog page also automatically creates a subscribable RSS feed for your changes at the page URL + "/rss.xml".
4848

0 commit comments

Comments
 (0)