Skip to content

Commit 1e9fb6b

Browse files
committed
site: add end-of-support warning
1 parent 101b946 commit 1e9fb6b

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

site/content/stylesheets/extra.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ span.version {
3737
span.faint {
3838
color: #8792a2;
3939
}
40+
41+
.md-banner {
42+
background-color: #fff8e1;
43+
color: #333;
44+
}
45+
46+
.md-banner a {
47+
color: #1a73e8;
48+
text-decoration: underline;
49+
}

site/overrides/main.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{% extends "base.html" %}
22

3+
{% block announce %}
4+
<strong>⚠️ Upcoming end-of-support:</strong> AWS Copilot CLI will reach end-of-support on June 12, 2026. After this date, the tool will no longer receive updates, security patches, or technical support. We recommend migrating to alternative solutions as soon as possible. <a href="https://aws.amazon.com/blogs/containers/announcing-the-end-of-support-for-the-aws-copilot-cli/">Learn more</a>.
5+
{% endblock %}
6+
37
{% block extrahead %}
48
{% if page and page.meta and page.meta.title %}
59
<meta property="og:title" content="{{ page.meta.title }}" />

0 commit comments

Comments
 (0)