Skip to content

Commit

Permalink
Release notes messaging added to Changelogs (#8845)
Browse files Browse the repository at this point in the history
* Update Changelog tagline, remove button, add alert to point folks towards release notes

* Update 2024-01-25-release-notes.md

* Update 2024-01-25-release-notes.md

---------

Co-authored-by: Ingrid <[email protected]>
  • Loading branch information
rachelwhitton and IngridKwok authored Jan 25, 2024
1 parent 44d179a commit 9e719ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
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

0 comments on commit 9e719ba

Please sign in to comment.