Skip to content

Commit caf9996

Browse files
committed
[Chore] Update release notes page
1 parent 441e07b commit caf9996

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/release-notes/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ const props = {
1414
frontmatter: {
1515
title: "Release notes",
1616
template: "splash",
17+
noindex: true,
1718
},
1819
hideBreadcrumbs: true,
1920
} as StarlightPageProps;
2021
---
2122

2223
<StarlightPage {...props}>
2324
<Aside>
24-
Looking for API deprecations? They can be found on our <a
25-
href="/fundamentals/api/reference/deprecations/"
26-
>dedicated deprecations page.</a
27-
>
25+
This page is being deprecated. To keep up with product updates, refer to our <a
26+
href="/changelog/">changelog</a
27+
>.
2828
</Aside>
2929
<p id="productDescription">
3030
Subscribe to all release notes via <a href="/release-notes/index.xml">RSS</a

0 commit comments

Comments
 (0)