Skip to content

Commit 5118796

Browse files
authored
[Docs Site] Fix api-deprecations in ProductChangelog (#18293)
1 parent c55c541 commit 5118796

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/ProductChangelog.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ if (page.data.changelog_product_area_name) {
4343
wranglerOnly: true,
4444
};
4545
({ changelogs } = await getChangelogs(opts));
46+
} else if (name === "api-deprecations") {
47+
const opts = {
48+
deprecationsOnly: true,
49+
};
50+
({ changelogs } = await getChangelogs(opts));
4651
} else {
4752
const opts = {
4853
filter: (entry: CollectionEntry<"changelogs">) => {

0 commit comments

Comments
 (0)