Skip to content

Commit

Permalink
Updated file for PR
Browse files Browse the repository at this point in the history
Following Serdar's comments, I have removed the updated uibundle from this PR and included only the updated file (main.hbs)
  • Loading branch information
rebekah-lawrence committed Nov 28, 2023
1 parent 8ddbaeb commit ca2f957
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/partials/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
{{else}}
{{#if (and (eq page.component.name 'imdg') (eq page.componentVersion page.component.latest) (not @root.page.componentVersion.prerelease ))}}
<div class="article-banner beta" id="latest-banner">
<div class="beta-imdg">
<p><b>Want to try Hazelcast Platform?</b></p>
<p>We’ve combined the in-memory storage of IMDG
with the stream processing power of Jet
to bring you the all new Hazelcast Platform.</p>
<div class="beta-imdg">
<p><b>Hazelcast IMDG Standard Support has expired. Extended support for version 4.1 ends in April 2024. Extended support for version 4.2 ends in September 2024.</b></p>
<p><b>We recommend that you try Hazelcast Platform.</b></p>
<p>In Hazelcast Platform, we’ve combined the in-memory storage of IMDG
with the stream processing power of Jet. Find out more in our <a href="https://docs.hazelcast.com/hazelcast/5.3/"><u>Platform documentation</u></a>.</p>
<p>The following topics are a good place to start:</p>
<ul>
<li><a href="https://docs.hazelcast.com/hazelcast/latest/getting-started/install-hazelcast">Get started by setting up your first cluster on Hazelcast Platform</a>.</li>
<li><a href="https://docs.hazelcast.com/hazelcast/latest/sql/learn-sql.html">Try out the improved SQL engine</a>.</li>
<li><a href="https://docs.hazelcast.com/hazelcast/latest/migrate/migration-tool-imdg.html">Learn how to migrate to Hazelcast Platform</a>.</li>
<li><a href="https://docs.hazelcast.com/hazelcast/latest/getting-started/install-hazelcast"><u>Install the Open Source Edition of Hazelcast Platform</u></a></li>
<li><a href="https://docs.hazelcast.com/hazelcast/latest/sql/learn-sql.html"><u>Use the improved SQL shell to query Kafka topics in real time</u></a></li>
<li><a href="https://docs.hazelcast.com/hazelcast/latest/migrate/migration-tool-imdg.html"><u>Migrate from IMDG to Hazelcast Platform</u></a></li>
</ul>
</div>
<button onclick="closeBanner()" style="color:white; font-size: 2em; background:none; border:none; align-self: flex-start;">&times;</button>
Expand Down

0 comments on commit ca2f957

Please sign in to comment.