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

5.5 updates to homepage #220

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
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
Binary file removed build/ui-bundle.zip
Binary file not shown.
12 changes: 6 additions & 6 deletions src/partials/body-home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
<ul class="card-list">
<li class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/whats-new">What’s new in 5.4</a>
<a href="{{{siteRootPath}}}/hazelcast/5.5/whats-new">What’s new in 5.5</a>
</li>
<li class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/deploy/choosing-a-deployment-option">Available topologies</a>
Expand Down Expand Up @@ -184,7 +184,7 @@
<div class="card">
<div class="card-header">
<i data-feather="cloud" class="card-img"></i>
<h4 class="card-title"><a href="{{{siteRootPath}}}/cloud/">Cloud</a></h4>
<h4 class="card-title"><a href="{{{siteRootPath}}}/cloud/">Hazelcast Cloud</a></h4>
</div>
<ul class="card-list">
<li class="card-list-item">
Expand Down Expand Up @@ -252,16 +252,16 @@
</div>
<dl class="card-list">
<dt class="card-list-item">
<a href="https://hazelcast.com/blog/announcing-hazelcast-platform-5-4-release">Blog: What’s New in Hazelcast 5.4</a>
<a href="https://hazelcast.com/blog/announcing-hazelcast-platform-5-5-release/?utm_source=docs-website">Blog: What’s New in Hazelcast 5.5</a>
</dt>
<dd class="card-list-item-description">
Discover our latest improvements, including Tiered Storage, CP Map, Thread-Per-Core (TPC), User Code Namespaces, and much more.
Discover our latest improvements, including vector search, compute isolation, multi-member routing, dynamic configuration using REST API, and much more.
</dd>
<dt class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/mapstore/working-with-external-data">Build a Cache with MapStore</a>
<a href="{{{siteRootPath}}}/hazelcast/latest/integrate/integrate-with-feast">Integrate with Feast</a>
</dt>
<dd class="card-list-item-description">
Deploy Hazelcast using Kubernetes and get up and running as quickly as possible.
Start using Feast integration to serve real-time online features.
</dd>
<dt class="card-list-item">
<a href="{{{siteRootPath}}}/tutorials/write-through-cache-serverless-mapstore/">Building a cache with MapStore</a>
Expand Down
Loading