Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/pages/release-notes/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ const props = {
frontmatter: {
title: "Release notes",
template: "splash",
noindex: true,
},
hideBreadcrumbs: true,
} as StarlightPageProps;
---

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