Skip to content

Commit 67fbcf3

Browse files
DOC-6615: Link home page and AI index to Context Engine
Updates the Redis AI index page image-card and home page diagram layer to point to the new /develop/ai/context-engine/ page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ca59db5 commit 67fbcf3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/develop/ai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Redis stores and indexes vector embeddings that semantically represent unstructu
1616
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 my-8">
1717
{{< image-card image="images/ai-lib.svg" alt="AI Redis icon" title="Redis vector Python client library documentation" url="/develop/ai/redisvl/" >}}
1818
{{< image-card image="images/ai-cube.svg" alt="AI Redis icon" title="Use Redis Search to search data" url="/develop/ai/search-and-query/" >}}
19-
{{< image-card image="images/ai-brain.svg" alt="AI Redis icon" title="Use LangCache to store LLM responses" url="/develop/ai/langcache/" >}}
19+
{{< image-card image="images/ai-brain.svg" alt="AI Redis icon" title="Give AI agents the context engine they need with Redis Iris." url="/develop/ai/context-engine/" >}}
2020
</div>
2121

2222
## Redis Feature Form

layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h3 class="text-base font-medium mb-1 group-hover:text-redis-yellow-500">Streams
274274
</div>
275275

276276
<!-- Middle Layer: Redis (Highlighted) -->
277-
<div class="relative bg-redis-red-10 border border-redis-red-500 rounded-lg p-4 shadow-xl text-center">
277+
<a href="{{ relURL "develop/ai/context-engine/" }}" class="relative bg-redis-red-10 border border-redis-red-500 rounded-lg p-4 shadow-xl text-center block hover:border-redis-red-400 hover:bg-redis-red-10/80 transition-colors">
278278
<!-- Redis Logo Badge -->
279279
<div class="absolute -left-6 top-1/2 -translate-y-1/2">
280280
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -296,7 +296,7 @@ <h3 class="text-base font-medium mb-1 group-hover:text-redis-yellow-500">Streams
296296
<div class="text-xs text-redis-red-500 opacity-60 mt-2">
297297
Memory, retrieval, state, streaming
298298
</div>
299-
</div>
299+
</a>
300300

301301
<!-- Connection Arrow -->
302302
<div class="flex justify-center -my-1">

0 commit comments

Comments
 (0)