You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/changelogs.mdx
+29-10Lines changed: 29 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,17 @@ Adding a changelog page to your docs is as simple as adding an MDX file with [Up
8
8
9
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.
10
10
11
+
# Table of contents
12
+
13
+
Each `Update` element label is automatically used to create a table of contents on the right side of the page:
14
+
15
+
<Framecaption="Table of contents">
16
+

17
+
</Frame>
18
+
11
19
# Tag filters
12
20
13
-
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 Update items:
21
+
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:
@@ -26,20 +34,31 @@ Adding tags to your Update components will make a tag list appear on the right s
26
34
</Update>
27
35
```
28
36
29
-

37
+
<Framecaption="Tag filters">
30
38

39
+
</Frame>
40
+
41
+
<Tip>
42
+
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).
43
+
</Tip>
31
44
32
45
# Subscribable changelogs
33
46
34
-
Using the Update component on your changelog page also automatically creates a subscribable RSS feed for your changes at the page URL + "/rss.xml"
47
+
Using the `Update` component on your changelog page also automatically creates a subscribable RSS feed for your changes at the page URL + "/rss.xml".
35
48
36
-
After publishing a new Update on the page, it will be automatically included in the RSS feed for that page. RSS feeds can be integrated with Slack, email, or other subscription tools for your users.
49
+
<divstyle={{ border: '2px solid #ff00ff' }}>
50
+
TODO: insert XML screenshot
51
+
</div>
37
52
38
-
You can customize the text included for each Update item with the rss property:
53
+
After publishing a new `Update` on the page, it will be automatically included in the RSS feed for that page. RSS feeds can be integrated with Slack, email, or other subscription tools for your users.
39
54
40
-
```mdx
41
-
<Updatelabel="v0.0.10"rss={title: "Version 0.0.10 is now live", description: "Including updates to AI models and more"}feedDescription=>
0 commit comments