You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core-theme-documentation-generator/src/theme.tsx
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ class SdkThemeContext extends DefaultThemeRenderContext {
143
143
return res.json()
144
144
})
145
145
.then(({ version }) => {
146
-
versionEl.alt = "NPM latest version V" + version
146
+
versionEl.alt = "npm@latest v" + version
147
147
})
148
148
.catch(err => {
149
149
console.error(err)
@@ -286,8 +286,10 @@ class SdkThemeContext extends DefaultThemeRenderContext {
286
286
<divclass="documentation-developer-preview">
287
287
<h2>New API Documentation - Developer Preview Available</h2>
288
288
<p>
289
-
We are excited to announce the <ahref="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/preview/">developer preview</a> of our new API documentation
290
-
for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
289
+
We are excited to announce the{" "}
290
+
<ahref="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/preview/">developer preview</a> of our new
291
+
API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave
0 commit comments