Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add v4 blog banner #1573

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/en/overview/_index.html
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

<div class="doc-overview-grid container section-index">

<!-- <div class="pageinfo pageinfo-primary">
<p class="banner-title"><b>LocalStack v3!</b></p>
<div class="pageinfo pageinfo-primary">
<p class="banner-title"><b>LocalStack 4.0!</b></p>
<p>
We are excited to announce that we released LocalStack 3.0!
We are excited to announce that we released LocalStack 4.0!
This release introduces a lot of great new features, and also cleans up some legacy code and configurations.
You can find all information about the release and the new features in our <a href="https://localstack.cloud/blog/2023-11-16-announcing-localstack-30-general-availability/" target="_blank">blog.</a>
You can migrate to LocalStack 3.0 by following our <a href="https://discuss.localstack.cloud/t/upcoming-changes-for-localstack-v3/576/3" target="_blank">migration guide</a>.
You can find all information about the release and the new features in our <a href="https://blog.localstack.cloud/announcing-localstack-40-general-availability/" target="_blank">blog.</a>
You can migrate to LocalStack 4.0 by following our <a href="https://blog.localstack.cloud/important-changes-in-localstack-4-0/" target="_blank">migration guide</a>.
</p>
</div> -->
</div>

<div class="row mb-3 justify-content-center">
<div class="col-auto mb-2">
Expand Down