We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441e07b commit caf9996Copy full SHA for caf9996
src/pages/release-notes/index.astro
@@ -14,17 +14,17 @@ const props = {
14
frontmatter: {
15
title: "Release notes",
16
template: "splash",
17
+ noindex: true,
18
},
19
hideBreadcrumbs: true,
20
} as StarlightPageProps;
21
---
22
23
<StarlightPage {...props}>
24
<Aside>
- Looking for API deprecations? They can be found on our <a
25
- href="/fundamentals/api/reference/deprecations/"
26
- >dedicated deprecations page.</a
27
- >
+ This page is being deprecated. To keep up with product updates, refer to our <a
+ href="/changelog/">changelog</a
+ >.
28
</Aside>
29
<p id="productDescription">
30
Subscribe to all release notes via <a href="/release-notes/index.xml">RSS</a
0 commit comments