Skip to content

Commit a519ac4

Browse files
DOC-5877 moved AI tile to the left column on home page
1 parent 025aef1 commit a519ac4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

layouts/home.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ <h2 class="text-5xl font-medium text-white" id="operate">Get Started</h2>
121121
(dict "Text" "Go" "URL" "./develop/clients/go/")
122122
(dict "Text" "PHP" "URL" "./develop/clients/php/")
123123
) ) }}
124+
{{ partial "docs-section.html" (dict
125+
"Title" "Resources for AI agents"
126+
"Description" "Learn more about Redis documentation features that support AI agents"
127+
"ButtonLink" "https://redis.io/llms.txt"
128+
"ButtonLabel" "Main `llms.txt` index for doc structure"
129+
"LinksLeft" (slice
130+
(dict "Text" "AI Agent Resources" "URL" "./ai-agent-resources")
131+
(dict "Text" "Example doc page in Markdown format" "URL" "./develop/index.html.md")
132+
)
133+
) }}
124134
</div>
125135
<div class="lg:px-11 w-full flex flex-col gap-3">
126136
<h2 class="text-5xl font-medium text-white" id="operate">Deploy</h2>
@@ -170,16 +180,6 @@ <h2 class="text-5xl font-medium text-white" id="operate">Deploy</h2>
170180
(dict "Text" "Redis Insight" "URL" "./develop/tools/insight/")
171181
(dict "Text" "Redis for VSCode" "URL" "./develop/tools/redis-for-vscode/")
172182
) ) }}
173-
{{ partial "docs-section.html" (dict
174-
"Title" "Resources for AI agents"
175-
"Description" "Learn more about Redis documentation features that support AI agents"
176-
"ButtonLink" "https://redis.io/llms.txt"
177-
"ButtonLabel" "Main `llms.txt` index for doc structure"
178-
"LinksLeft" (slice
179-
(dict "Text" "AI Agent Resources" "URL" "./ai-agent-resources")
180-
(dict "Text" "Example doc page in Markdown format" "URL" "./develop/index.html.md")
181-
)
182-
) }}
183183
</div>
184184
</div>
185185
</div>

0 commit comments

Comments
 (0)