Skip to content

Commit 49dc2a2

Browse files
committed
Update the landing page to include MCP Toolkit banner and card
Signed-off-by: Usha Mandya <[email protected]>
1 parent 27bf9b9 commit 49dc2a2

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

content/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ grid:
2525
url: "/dhi/get-started/"
2626
- text: "Use an image"
2727
url: "/dhi/how-to/use/"
28+
- title: Docker MCP Catalog and Toolkit
29+
icon: /icons/toolkit.svg
30+
description: |
31+
Augment your AI workflows with MCP servers.
32+
links:
33+
- text: "Overview"
34+
url: "/ai/mcp-catalog-and-toolkit/"
35+
- text: "Quickstart"
36+
url: "/ai/mcp-catalog-and-toolkit/get-started/"
37+
- text: "Explore the MCP Toolkit"
38+
url: "/ai/mcp-catalog-and-toolkit/toolkit/"
2839
- title: Docker Engine
2940
icon: developer_board
3041
description: |

layouts/index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,24 +207,18 @@ <h2 class="font-medium">
207207
<div class="flex flex-col gap-12">
208208
<div class="flex flex-col gap-4">
209209
<h2 class="font-medium">
210-
Docker Model Runner
210+
Docker MCP Catalog and Toolkit
211211
{{ partial "components/badge.html" (dict "color" "blue" "content" "Beta") }}
212212
</h2>
213213
<p class="text-xl">
214-
Run, test, and serve AI models locally in seconds — no
215-
setup, no hassle.
216-
</p>
217-
<p>
218-
Whether you’re experimenting with the latest LLMs or
219-
deploying to production, Docker Model Runner brings the
220-
performance and control you need, without the friction.
214+
Supercharge your AI applications or agents with secure, containerized tools
221215
</p>
222216
</div>
223217
<div class="flex flex-col items-start gap-4 xl:flex-row">
224218
<a
225-
href="/desktop/features/model-runner/"
219+
href="/ai/mcp-catalog-and-toolkit/get-started/"
226220
class="bg-blue dark:bg-blue rounded-sm p-2 px-4 text-white transition duration-300 hover:bg-blue-500 dark:hover:bg-blue-500"
227-
>Read the docs</a>
221+
>Let's get started</a>
228222
</div>
229223
</div>
230224
</div>

0 commit comments

Comments
 (0)