Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes messaging added to Changelogs #8845

Merged
merged 3 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions source/changelogs/2024-01-25-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: We've launched Pantheon release notes
changelog: true
reviewed: "2023-12-01"
---
<Alert title="We're moving!" type="danger" >

We're thrilled to announce the launch of [Pantheon release notes](/release-notes/) - a rebrand of our beloved changelog! This upgraded platform brings you better navigation and the latest product announcements.

This changelog site is still accessible, and a redirection to the new site will be implemented shortly.

Visit Pantheon release notes: https://docs.pantheon.io/release-notes/

</Alert>
11 changes: 1 addition & 10 deletions src/templates/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,8 @@ class ChangelogTemplate extends React.Component {
<h1>{node.frontmatter.title}</h1>
<div className="pds-spacing-mar-block-end-3xl">
<p className="pds-lead-text pds-lead-text--sm">
Sign up for the Pantheon Changelog Newsletter to receive a
monthly email on what's new and improved across the platform.
We're transitioning away from Changelogs published in this area of our docs site in favor of <a href="/release-notes"> release notes</a>!
</p>
<a
className="pds-button"
href="https://learn.pantheon.io/Changelog-Opt-In.html"
target="_blank"
>
Subscribe Now
<Icon iconName="externalLink" />
</a>
</div>
<hr />

Expand Down
11 changes: 1 addition & 10 deletions src/templates/changelogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,8 @@ class ChangelogsTemplate extends React.Component {
<h1>Pantheon Changelog</h1>
<div className="pds-spacing-mar-block-end-3xl">
<p className="pds-lead-text pds-lead-text--sm">
Sign up for the Pantheon Changelog Newsletter to receive a
monthly email on what's new and improved across the platform.
We're transitioning away from Changelogs published in this area of our docs site in favor of <a href="/release-notes"> release notes</a>!
</p>
<a
className="pds-button"
href="https://learn.pantheon.io/Changelog-Opt-In.html"
target="_blank"
>
Subscribe Now
<Icon iconName="externalLink" />
</a>
</div>
<hr />
<SidebarLayout sidebarMobileLocation="before">
Expand Down
Loading