Skip to content

Commit 2b5a3e4

Browse files
authored
docs(api-reference): deprecation message on TypeDoc api reference (#4894)
1 parent 63c3e60 commit 2b5a3e4

File tree

1 file changed

+3
-5
lines changed
  • packages/core-theme-documentation-generator/src

1 file changed

+3
-5
lines changed

packages/core-theme-documentation-generator/src/theme.tsx

+3-5
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,10 @@ class SdkThemeContext extends DefaultThemeRenderContext {
248248
<>
249249
<style>{style}</style>
250250
<div class="documentation-developer-preview">
251-
<h2>New API Documentation - Developer Preview Available</h2>
251+
<h2>This API Documentation is now deprecated</h2>
252252
<p>
253-
We are excited to announce the{" "}
254-
<a href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/preview/">developer preview</a> of our new
255-
API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave
256-
us your feedback.
253+
We are excited to announce our{" "}
254+
<a href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/">new API Documentation</a>.
257255
</p>
258256
</div>
259257
{oldHeader(props)}

0 commit comments

Comments
 (0)