Skip to content

Commit 753e7d9

Browse files
docs: remove OSS image/pricing updates banner (#546)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1098e2b commit 753e7d9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
---
22
import Default from '@astrojs/starlight/components/Banner.astro';
3-
4-
const route = Astro.locals.starlightRoute;
5-
if (route.id.startsWith('aws')) {
6-
route.entry.data.banner = {
7-
content:
8-
'To improve reliability, we’ve moved to a single, authenticated LocalStack for AWS image that requires an <a href="https://app.localstack.cloud/workspace/auth-tokens">auth token</a>. For more details on plans and pricing, see our <a href="https://www.localstack.cloud/pricing">pricing page</a>.',
9-
};
10-
}
113
---
124

135
<Default />

0 commit comments

Comments
 (0)