Skip to content

Commit eda0c49

Browse files
authored
Add message about JS SDK v2 end-of-support (#4596)
1 parent a9a6e0a commit eda0c49

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

doc-src/templates/default/layout/html/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<div id="content">
23-
<%= erb(:v3note) %>
23+
<%= erb(:v2note) %>
2424
<!--REGION_DISCLAIMER_DO_NOT_REMOVE-->
2525
<%= yieldall %>
2626
</div>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div class="alert alert-info">
2+
<div class="alert-icon"></div>
3+
<div>
4+
<div class="alert-header">
5+
We <a href"https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2">announced</a> the upcoming
6+
end-of-support for AWS SDK for JavaScript v2.
7+
</div>
8+
<div class="alert-content">
9+
We recommend that you migrate to <a href="https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html">AWS SDK for JavaScript v3</a>.
10+
For dates, additional details, and information on how to migrate, please refer to the linked announcement.
11+
</div>
12+
</div>
13+
</div>

doc-src/templates/default/layout/html/v3note.erb

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)