Skip to content

Commit

Permalink
DOC-194: add Kapa homepage links
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell committed Nov 4, 2024
1 parent 603db14 commit 9c673c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/partials/body-home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<a href="{{{siteRootPath}}}/hazelcast/latest/getting-started/get-started-docker">Start a local cluster</a>
</li>
<li class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/getting-started/enterprise-overview">Get started with Enterprise Edition</a>
<a href="{{{siteRootPath}}}/hazelcast/latest/getting-started/install-hazelcast">Install Community Edition for free</a>
</li>
<li class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/getting-started/install-hazelcast">Install Community Edition for free</a>
<a href="{{{siteRootPath}}}/hazelcast/latest/ask-ai">Ask AI</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -251,13 +251,19 @@
<h4 class="card-title">Popular</h4>
</div>
<dl class="card-list">
<dt class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/ask-ai">Ask AI</a>
</dt>
<dd class="card-list-item-description">
Get instant answers to all your questions about Hazelcast with our new Ask AI feature on docs.hazelcast.com.
</dd>
<dt class="card-list-item">
<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 vector search, compute isolation, multi-member routing, dynamic configuration using REST API, and much more.
</dd>
<dt class="card-list-item">
<dt class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/integrate/integrate-with-feast">Integrate with Feast</a>
</dt>
<dd class="card-list-item-description">
Expand All @@ -269,12 +275,6 @@
<dd class="card-list-item-description">
Use the MapStore API to build a cache on top of Hazelcast.
</dd>
<dt class="card-list-item">
<a href="{{{siteRootPath}}}/tutorials/hazelcast-platform-operator-expose-externally/">Using Platform Operator</a>
</dt>
<dd class="card-list-item-description">
Simplify working with Hazelcast clusters on Kubernetes and OpenShift.
</dd>
<dt class="card-list-item">
<a href="https://hazelcast.com/blog/spring-boot/?utm_source=docs-website">Blog: Caching with Spring Boot and Hazelcast</a>
</dt>
Expand Down

0 comments on commit 9c673c8

Please sign in to comment.