File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The `Update` component is used to keep track of changes and updates.
4040</Update >
4141
4242<Tip >
43- Each ` label ` creates an anchor and also shows up on the table of contents on the right .
43+ Each ` label ` creates an anchor link used to generate the table of contents on the page and to link to updates in [ subscribable changelogs ] ( / ) .
4444</Tip >
4545
4646## Props
@@ -57,11 +57,20 @@ The `Update` component is used to keep track of changes and updates.
5757 Description of the update, appears below the label and tag.
5858</ResponseField >
5959
60+ <ResponseField name = " feedTitle" type = " string" >
61+ Title of the update how you would like for it to appear in the RSS feed
62+ </ResponseField >
63+
64+ <ResponseField name = " feedDescription" type = " string" >
65+ Description of the update how you would like for it to appear in the RSS feed
66+ </ResponseField >
67+
6068
6169<RequestExample >
6270
6371``` mdx Update Example
64- <Update label = " 2024-10-12" description = " v0.1.1" >
72+ <Update label = " 2024-10-12" description = " v0.1.1" feedTitle = " Example Update for October 10"
73+ feedDescription = " This is how you use a changelog with a label and a description." >
6574 This is how you use a changelog with a label
6675 and a description.
6776</Update >
You can’t perform that action at this time.
0 commit comments