File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments