Skip to content

Commit cdcf7ef

Browse files
authored
Merge pull request #22518 from aevesdocker/ai-section-2
ai section
1 parent 00a3240 commit cdcf7ef

File tree

17 files changed

+43
-13
lines changed

17 files changed

+43
-13
lines changed

content/manuals/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ params:
1010
sidebar:
1111
groups:
1212
- Open source
13+
- AI
1314
- Products
1415
- Platform
1516
notoc: true
@@ -30,6 +31,15 @@ params:
3031
description: Run containers programmatically in your preferred programming language.
3132
icon: /assets/icons/Testcontainers.svg
3233
link: /testcontainers/
34+
ai:
35+
- title: Ask Gordon
36+
description: streamline your workflow and get the most out of the Docker ecosystem with your personal AI assistant.
37+
icon: note_add
38+
link: /ai/gordon/
39+
- title: Docker Model Runner
40+
description: View and manage your local models
41+
icon: view_in_ar
42+
link: /model-runner/
3343
products:
3444
- title: Docker Desktop
3545
description: Your command center for container development.
@@ -91,6 +101,12 @@ Open source development and containerization technologies.
91101

92102
{{< grid items=open-source >}}
93103

104+
## AI
105+
106+
All the Docker AI tools in one easy-to-access location.
107+
108+
{{< grid items=ai >}}
109+
94110
## Products
95111

96112
End-to-end developer solutions for innovative teams.

content/manuals/desktop/features/gordon/_index.md renamed to content/manuals/ai/gordon/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ params:
77
badge:
88
color: blue
99
text: Beta
10+
group: AI
11+
aliases:
12+
- /desktop/features/gordon/
1013
---
1114

1215
{{< summary-bar feature_name="Ask Gordon" >}}
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/manuals/desktop/features/gordon/mcp/_index.md renamed to content/manuals/ai/gordon/mcp/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ grid:
66
- title: Built-in tools
77
description: Use the built-in tools.
88
icon: construction
9-
link: /desktop/features/gordon/mcp/built-in-tools
9+
link: /ai/gordon/mcp/built-in-tools
1010
- title: MCP configuration
1111
description: Configure MCP tools on a per-project basis.
1212
icon: manufacturing
13-
link: /desktop/features/gordon/mcp/yaml
13+
link: /ai/gordon/mcp/yaml
1414
- title: MCP Server
1515
description: Use Gordon as an MCP server
1616
icon: dns
17-
link: /desktop/features/gordon/mcp/gordon-mcp-server/
17+
link: /ai/gordon/mcp/gordon-mcp-server/
18+
aliases:
19+
- /desktop/features/gordon/mcp/
1820
---
1921

2022
## What is MCP?

content/manuals/desktop/features/gordon/mcp/built-in-tools.md renamed to content/manuals/ai/gordon/mcp/built-in-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Built-in tools
33
description: How to use Gordon's built-in tools
44
keywords: ai, mcp, gordon
5+
aliases:
6+
- /desktop/features/gordon/mcp/built-in-tools/
57
---
68

79
Gordon comes with an integrated toolbox providing access to various system tools

content/manuals/desktop/features/gordon/mcp/gordon-mcp-server.md renamed to content/manuals/ai/gordon/mcp/gordon-mcp-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Gordon as an MCP server
33
description: How to use Gordon as an MCP server
44
keywords: ai, mcp, gordon
5+
aliases:
6+
- /desktop/features/gordon/mcp/gordon-mcp-server/
57
---
68

79
## Gordon as an MCP server

content/manuals/desktop/features/gordon/mcp/yaml.md renamed to content/manuals/ai/gordon/mcp/yaml.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: YAML configuration
33
description: Learn how to use MCP servers with Gordon
44
keywords: ai, mcp, gordon
5+
aliases:
6+
- /desktop/features/gordon/mcp/yaml/
57
---
68

79
Docker has partnered with Anthropic to build container images for the [reference

content/manuals/desktop/features/model-runner.md renamed to content/manuals/ai/model-runner.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ params:
55
badge:
66
color: blue
77
text: Beta
8+
group: AI
89
weight: 20
910
description: Learn how to use Docker Model Runner to manage and run AI models.
1011
keywords: Docker, ai, model runner, docker deskotp, llm
12+
aliases:
13+
- /desktop/features/model-runner/
1114
---
1215

1316
{{< summary-bar feature_name="Docker Model Runner" >}}

0 commit comments

Comments
 (0)