Skip to content

Commit 00a3240

Browse files
authored
Revert "ai-section" (#22517)
Reverts #22514
1 parent d71c305 commit 00a3240

File tree

17 files changed

+13
-43
lines changed

17 files changed

+13
-43
lines changed

content/manuals/_index.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ params:
1010
sidebar:
1111
groups:
1212
- Open source
13-
- AI
1413
- Products
1514
- Platform
1615
notoc: true
@@ -31,15 +30,6 @@ params:
3130
description: Run containers programmatically in your preferred programming language.
3231
icon: /assets/icons/Testcontainers.svg
3332
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/
4333
products:
4434
- title: Docker Desktop
4535
description: Your command center for container development.
@@ -101,12 +91,6 @@ Open source development and containerization technologies.
10191

10292
{{< grid items=open-source >}}
10393

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

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

content/manuals/compose/how-tos/model-runner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This lets you define and run AI-powered applications alongside your other servic
2020
- Docker Compose v2.35 or later
2121
- Docker Desktop 4.41 or later
2222
- Docker Desktop for Mac with Apple Silicon or Docker Desktop for Windows with NVIDIA GPU
23-
- [Docker Model Runner enabled in Docker Desktop](/manuals/ai/model-runner.md#enable-docker-model-runner)
23+
- [Docker Model Runner enabled in Docker Desktop](/manuals/desktop/features/model-runner.md#enable-docker-model-runner)
2424

2525
## Provider services
2626

@@ -63,4 +63,4 @@ This lets the `chat` service to interact with the model and use it for its own p
6363

6464
## Reference
6565

66-
- [Docker Model Runner documentation](/manuals/ai/model-runner.md)
66+
- [Docker Model Runner documentation](/manuals/desktop/features/model-runner.md)

content/manuals/compose/releases/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more detailed information, see the [release notes in the Compose repo](https
3333

3434
### Bug fixes and enhancements
3535

36-
- Added support for [Docker Model Runner](/manuals/ai/model-runner.md) to easily integrate AI models into your Compose applications
36+
- Added support for [Docker Model Runner](/manuals/desktop/features/model-runner.md) to easily integrate AI models into your Compose applications
3737
- Added `build --print` command to help debug complex build configurations by showing the equivalent bake file
3838
- Added `volume.type=image` to provide more flexible volume management for container images
3939
- Added `--quiet` options to the `run` command for cleaner output when running containers

content/manuals/desktop/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Docker Desktop integrates with your preferred development tools and languages, a
6060
- [Docker Scout](../scout/_index.md)
6161
- [Docker Build](/manuals/build/_index.md)
6262
- [Docker Compose](/manuals/compose/_index.md)
63-
- [Ask Gordon](/manuals/ai/gordon/_index.md)
63+
- [Ask Gordon](/manuals/desktop/features/gordon/_index.md)
6464
- [Docker Extensions](../extensions/_index.md)
6565
- [Docker Content Trust](/manuals/engine/security/trust/_index.md)
6666
- [Kubernetes](https://github.com/kubernetes/kubernetes/)

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

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

1512
{{< summary-bar feature_name="Ask Gordon" >}}

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

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

2220
## What is MCP?

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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/
75
---
86

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

0 commit comments

Comments
 (0)