diff --git a/content/manuals/_index.md b/content/manuals/_index.md index 230f84d4bfc6..c4ead76622be 100644 --- a/content/manuals/_index.md +++ b/content/manuals/_index.md @@ -9,34 +9,20 @@ params: icon: description sidebar: groups: - - Open source - - AI - - Products - - Platform - - Enterprise + - AI and Agents + - Application Development + - Supply Chain Security + - Accounts and Admin notoc: true - open-source: - - title: Docker Build - description: Build and ship any application anywhere. - icon: build - link: /build/ - - title: Docker Engine - description: The industry-leading container runtime. - icon: developer_board - link: /engine/ - - title: Docker Compose - description: Define and run multi-container applications. - icon: /icons/Compose.svg - link: /compose/ - - title: Testcontainers - description: Run containers programmatically in your preferred programming language. - icon: /icons/Testcontainers.svg - link: /testcontainers/ - - title: Docker Agent - description: The open-source multi-agent solution to assist you in your tasks. - icon: /icons/cagent.svg - link: /ai/docker-agent - ai: + ai-and-agents: + - title: Docker Sandboxes + description: Run AI coding agents in isolated environments. + icon: terminal + link: /ai/sandboxes/ + - title: MCP Catalog and Toolkit + description: Augment your AI workflow with MCP servers. + icon: /icons/toolkit.svg + link: /ai/mcp-catalog-and-toolkit/ - title: Gordon description: Streamline your workflow and get the most out of the Docker ecosystem with your personal AI assistant. icon: note_add @@ -45,44 +31,53 @@ params: description: View and manage your local models. icon: /icons/models.svg link: /ai/model-runner/ - - title: MCP Catalog and Toolkit - description: Augment your AI workflow with MCP servers. - icon: /icons/toolkit.svg - link: /ai/mcp-catalog-and-toolkit/ - products: + - title: Docker Agent + description: The open-source multi-agent solution to assist you in your tasks. + icon: /icons/cagent.svg + link: /ai/docker-agent + application-development: - title: Docker Desktop description: Your command center for container development. icon: /icons/Whale.svg link: /desktop/ - - title: Docker Hardened Images - description: Secure, minimal images for trusted software delivery. - icon: /icons/dhi.svg - link: /dhi/ - title: Docker Offload description: Build and run containers in the cloud. icon: cloud link: /offload/ - - title: Build Cloud + - title: Docker Build Cloud description: Build your images faster in the cloud. icon: /icons/logo-build-cloud.svg link: /build-cloud/ + - title: Testcontainers + description: Run containers programmatically in your preferred programming language. + icon: /icons/Testcontainers.svg + link: /testcontainers/ + - title: Docker Build + description: Build and ship any application anywhere. + icon: build + link: /build/ + - title: Docker Engine + description: The industry-leading container runtime. + icon: developer_board + link: /engine/ + - title: Docker Compose + description: Define and run multi-container applications. + icon: /icons/Compose.svg + link: /compose/ + supply-chain-security: - title: Docker Hub description: Discover, share, and integrate container images. icon: hub link: /docker-hub/ + - title: Docker Hardened Images + description: Secure, minimal images for trusted software delivery. + icon: /icons/dhi.svg + link: /dhi/ - title: Docker Scout description: Image analysis and policy evaluation. icon: /icons/Scout.svg link: /scout/ - - title: Docker Extensions - description: Customize your Docker Desktop workflow. - icon: extension - link: /extensions/ - - title: Testcontainers Cloud - description: Run integration tests, with real dependencies, in the cloud. - icon: package_2 - link: https://testcontainers.com/cloud/docs/ - platform: + accounts-and-admin: - title: Administration description: Centralized observability for companies and organizations. icon: admin_panel_settings @@ -103,9 +98,8 @@ params: description: Commercial use licenses for Docker products. icon: card_membership link: /subscription/ - enterprise: - title: Deploy Docker Desktop - description: Deploy Docker Desktop at scale within your company + description: Deploy Docker Desktop at scale within your company. icon: download link: /enterprise/enterprise-deployment/ --- @@ -113,33 +107,27 @@ params: This section contains user guides on how to install, set up, configure, and use Docker products. -## Open source - -Open source development and containerization technologies. - -{{< grid items=open-source >}} - -## AI +## AI and Agents All the Docker AI tools in one easy-to-access location. -{{< grid items=ai >}} +{{< grid items=ai-and-agents >}} -## Products +## Application Development End-to-end developer solutions for innovative teams. -{{< grid items=products >}} +{{< grid items=application-development >}} + +## Supply Chain Security -## Platform +Security guardrails and image analysis for your software supply chain. -Documentation related to the Docker platform, such as administration and -subscription management. +{{< grid items=supply-chain-security >}} -{{< grid items=platform >}} +## Accounts and Admin -## Enterprise +Account management, billing, security, and enterprise deployment. -Targeted at IT administrators with help on deploying Docker Desktop at scale with configuration guidance on security related features. +{{< grid items=accounts-and-admin >}} -{{< grid items=enterprise >}} diff --git a/content/manuals/accounts/_index.md b/content/manuals/accounts/_index.md index dbb697f25430..52ea3002c74f 100644 --- a/content/manuals/accounts/_index.md +++ b/content/manuals/accounts/_index.md @@ -5,7 +5,7 @@ keywords: accounts, docker ID, account management, account settings, docker acco weight: 30 params: sidebar: - group: Platform + group: Accounts and Admin grid: - title: Create a Docker ID description: Get started with Docker and create an account. diff --git a/content/manuals/admin/_index.md b/content/manuals/admin/_index.md index 3ac92b00555b..8dadff18f650 100644 --- a/content/manuals/admin/_index.md +++ b/content/manuals/admin/_index.md @@ -5,7 +5,7 @@ keywords: admin, administration, company, organization, Admin Console, user acco weight: 10 params: sidebar: - group: Enterprise + group: Accounts and Admin grid: - title: Company administration description: Explore how to manage a company. diff --git a/content/manuals/ai-overview.md b/content/manuals/ai-overview.md index 81c6b1f38fc7..78832ad8d249 100644 --- a/content/manuals/ai-overview.md +++ b/content/manuals/ai-overview.md @@ -6,7 +6,7 @@ weight: 1 keywords: docker, ai, gordon, docker agent, sandboxes, model runner, mcp params: sidebar: - group: AI + group: AI and Agents --- Docker provides tools for working with AI across your development workflow. diff --git a/content/manuals/ai/compose/_index.md b/content/manuals/ai/compose/_index.md index 45e017bcaf08..7359c4fba769 100644 --- a/content/manuals/ai/compose/_index.md +++ b/content/manuals/ai/compose/_index.md @@ -5,5 +5,5 @@ title: AI and Docker Compose weight: 50 params: sidebar: - group: AI + group: AI and Agents --- diff --git a/content/manuals/ai/docker-agent/_index.md b/content/manuals/ai/docker-agent/_index.md index 4352ece7d510..d0724b51079c 100644 --- a/content/manuals/ai/docker-agent/_index.md +++ b/content/manuals/ai/docker-agent/_index.md @@ -7,7 +7,7 @@ aliases: - /manuals/ai/cagent/ params: sidebar: - group: Open source + group: AI and Agents badge: color: violet text: Experimental diff --git a/content/manuals/ai/gordon/_index.md b/content/manuals/ai/gordon/_index.md index 51b6c61e78ec..14abc52b6164 100644 --- a/content/manuals/ai/gordon/_index.md +++ b/content/manuals/ai/gordon/_index.md @@ -9,7 +9,7 @@ params: badge: color: blue text: Beta - group: AI + group: AI and Agents aliases: - /desktop/features/gordon/ --- diff --git a/content/manuals/ai/mcp-catalog-and-toolkit/_index.md b/content/manuals/ai/mcp-catalog-and-toolkit/_index.md index 02b2940e6429..9f728812bb95 100644 --- a/content/manuals/ai/mcp-catalog-and-toolkit/_index.md +++ b/content/manuals/ai/mcp-catalog-and-toolkit/_index.md @@ -3,11 +3,11 @@ title: Docker MCP Catalog and Toolkit linkTitle: MCP Catalog and Toolkit params: sidebar: - group: AI + group: AI and Agents badge: color: blue text: Beta -weight: 10 +weight: 20 description: Learn about Docker's MCP catalog on Docker Hub keywords: Docker, ai, mcp servers, ai agents, extension, docker desktop, llm, docker hub grid: diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index 16e86e6c9f5d..acc2642fd9e0 100644 --- a/content/manuals/ai/model-runner/_index.md +++ b/content/manuals/ai/model-runner/_index.md @@ -3,7 +3,7 @@ title: Docker Model Runner linkTitle: Model Runner params: sidebar: - group: AI + group: AI and Agents weight: 30 description: Learn how to use Docker Model Runner to manage and run AI models. keywords: Docker, ai, model runner, docker desktop, docker engine, llm, openai, ollama, llama.cpp, vllm, diffusers, cpu, nvidia, cuda, amd, rocm, vulkan, cline, continue, cursor, image generation, stable diffusion diff --git a/content/manuals/ai/sandboxes/_index.md b/content/manuals/ai/sandboxes/_index.md index 7aac1a88d34e..8434408103ad 100644 --- a/content/manuals/ai/sandboxes/_index.md +++ b/content/manuals/ai/sandboxes/_index.md @@ -2,10 +2,10 @@ title: Docker Sandboxes description: Run AI coding agents in isolated environments keywords: docker sandboxes, sbx, ai agents, sandboxed agents, microVM -weight: 20 +weight: 10 params: sidebar: - group: AI + group: AI and Agents badge: color: blue text: Early Access diff --git a/content/manuals/billing/_index.md b/content/manuals/billing/_index.md index 00925934faa7..b44c42365af4 100644 --- a/content/manuals/billing/_index.md +++ b/content/manuals/billing/_index.md @@ -6,7 +6,7 @@ keywords: billing, invoice, payment, subscription, Docker billing, update paymen weight: 10 params: sidebar: - group: Platform + group: Accounts and Admin grid_core: - title: Add or update a payment method description: Learn how to add or update a payment method for your personal account or organization. diff --git a/content/manuals/build-cloud/_index.md b/content/manuals/build-cloud/_index.md index 8a42cf722467..46333731780b 100644 --- a/content/manuals/build-cloud/_index.md +++ b/content/manuals/build-cloud/_index.md @@ -5,7 +5,7 @@ description: Find documentation on Docker Build Cloud to help you build your con keywords: build, cloud, cloud build, remote builder params: sidebar: - group: Products + group: Application Development aliases: - /build/cloud/faq/ - /build/cloud/ diff --git a/content/manuals/build/_index.md b/content/manuals/build/_index.md index c4af3ceb1af8..ae224dbf3bd2 100644 --- a/content/manuals/build/_index.md +++ b/content/manuals/build/_index.md @@ -5,7 +5,7 @@ description: Get an overview of Docker Build to package and bundle your code and keywords: build, buildx, buildkit params: sidebar: - group: Open source + group: Application Development grid: - title: Packaging your software description: 'Build and package your application to run it anywhere: locally or diff --git a/content/manuals/compose/_index.md b/content/manuals/compose/_index.md index 29f143ef44ee..032e094579e7 100644 --- a/content/manuals/compose/_index.md +++ b/content/manuals/compose/_index.md @@ -6,7 +6,7 @@ description: Learn how to use Docker Compose to define and run multi-container a keywords: docker compose, docker-compose, compose.yaml, docker compose command, multi-container applications, container orchestration, docker cli params: sidebar: - group: Open source + group: Application Development grid: - title: Why use Compose? description: Understand Docker Compose's key benefits diff --git a/content/manuals/desktop/_index.md b/content/manuals/desktop/_index.md index 9823c7fc7049..f3b9ee6e00f4 100644 --- a/content/manuals/desktop/_index.md +++ b/content/manuals/desktop/_index.md @@ -6,7 +6,7 @@ keywords: how to use docker desktop, what is docker desktop used for, what does desktop do, using docker desktop params: sidebar: - group: Products + group: Application Development grid: - title: Install Docker Desktop description: | diff --git a/content/manuals/dhi/_index.md b/content/manuals/dhi/_index.md index 0781a7673d4e..d56f5047ce28 100644 --- a/content/manuals/dhi/_index.md +++ b/content/manuals/dhi/_index.md @@ -4,7 +4,7 @@ description: Secure, minimal, and production-ready base images weight: 8 params: sidebar: - group: Products + group: Supply Chain Security badge: color: green text: New diff --git a/content/manuals/docker-hub/_index.md b/content/manuals/docker-hub/_index.md index 4d0df196c2fa..0f324018bff0 100644 --- a/content/manuals/docker-hub/_index.md +++ b/content/manuals/docker-hub/_index.md @@ -5,7 +5,7 @@ title: Docker Hub weight: 30 params: sidebar: - group: Products + group: Supply Chain Security grid: - title: Quickstart description: Step-by-step instructions on getting started on Docker Hub. diff --git a/content/manuals/engine/_index.md b/content/manuals/engine/_index.md index 9c67356c4f81..e453e9b54895 100644 --- a/content/manuals/engine/_index.md +++ b/content/manuals/engine/_index.md @@ -5,7 +5,7 @@ description: Find a comprehensive overview of Docker Engine, including how to in keywords: Engine params: sidebar: - group: Open source + group: Application Development grid: - title: Install Docker Engine description: Learn how to install the open source Docker Engine for your distribution. diff --git a/content/manuals/enterprise/enterprise-deployment/_index.md b/content/manuals/enterprise/enterprise-deployment/_index.md index 8324d70ef201..fec6033c2e36 100644 --- a/content/manuals/enterprise/enterprise-deployment/_index.md +++ b/content/manuals/enterprise/enterprise-deployment/_index.md @@ -5,7 +5,7 @@ description: If you're an IT admin, learn how to deploy Docker Desktop at scale keywords: msi, docker desktop, windows, installation, mac, pkg, enterprise params: sidebar: - group: Enterprise + group: Accounts and Admin grid: - title: MSI installer description: Learn how to install Docker Desktop with the MSI installer. diff --git a/content/manuals/enterprise/security/_index.md b/content/manuals/enterprise/security/_index.md index a115acf1fa12..a9386a43910b 100644 --- a/content/manuals/enterprise/security/_index.md +++ b/content/manuals/enterprise/security/_index.md @@ -6,7 +6,7 @@ keywords: docker, docker hub, docker desktop, security, enterprises, scale weight: 10 params: sidebar: - group: Enterprise + group: Accounts and Admin grid_admins: - title: Settings Management description: Learn how Settings Management can secure your developers' workflows. diff --git a/content/manuals/extensions/_index.md b/content/manuals/extensions/_index.md index 16d857332ea7..9011cf84531f 100644 --- a/content/manuals/extensions/_index.md +++ b/content/manuals/extensions/_index.md @@ -5,7 +5,7 @@ description: Extensions keywords: Docker Extensions, Docker Desktop, Linux, Mac, Windows params: sidebar: - group: Products + group: Application Development aliases: - /desktop/extensions/ --- diff --git a/content/manuals/offload/_index.md b/content/manuals/offload/_index.md index 2281f4629051..e4dd0463fcff 100644 --- a/content/manuals/offload/_index.md +++ b/content/manuals/offload/_index.md @@ -5,7 +5,7 @@ description: Find documentation on Docker Offload to help you offload containers keywords: build, cloud, cloud build, remote builder params: sidebar: - group: Products + group: Application Development grid: diff --git a/content/manuals/release-lifecycle.md b/content/manuals/release-lifecycle.md index 4b54d2cc3c3d..fc90321ae5d1 100644 --- a/content/manuals/release-lifecycle.md +++ b/content/manuals/release-lifecycle.md @@ -6,7 +6,7 @@ description: Describes the various stages of feature lifecycle from beta keywords: beta, GA, Early Access, params: sidebar: - group: Products + group: Application development --- This page details Docker's product release lifecycle and how Docker defines each stage. It also provides information on the product retirement process. Features and products may progress through some or all of these phases. diff --git a/content/manuals/retired.md b/content/manuals/retired.md index ded44c4146a0..afeba4b8abf5 100644 --- a/content/manuals/retired.md +++ b/content/manuals/retired.md @@ -7,7 +7,7 @@ description: | keywords: deprecated, retired, docker products, docker features, legacy params: sidebar: - group: Products + group: Application development aliases: - /docker-hub/service-accounts/ - /cloud/ diff --git a/content/manuals/scout/_index.md b/content/manuals/scout/_index.md index 6d7dbb2f8cba..4c63b5857a2d 100644 --- a/content/manuals/scout/_index.md +++ b/content/manuals/scout/_index.md @@ -8,7 +8,7 @@ aliases: - /engine/scan/ params: sidebar: - group: Products + group: Supply Chain Security grid: - title: Quickstart link: /scout/quickstart/ diff --git a/content/manuals/security/_index.md b/content/manuals/security/_index.md index efcda410e111..050d4fd28c19 100644 --- a/content/manuals/security/_index.md +++ b/content/manuals/security/_index.md @@ -6,7 +6,7 @@ keywords: docker, docker hub, docker desktop, security, developer security, 2FA, weight: 40 params: sidebar: - group: Platform + group: Accounts and Admin grid_developers: - title: Set up two-factor authentication description: Add an extra layer of authentication to your Docker account. diff --git a/content/manuals/subscription/_index.md b/content/manuals/subscription/_index.md index 7e58448d3ce0..9dfc74f0b9a2 100644 --- a/content/manuals/subscription/_index.md +++ b/content/manuals/subscription/_index.md @@ -5,7 +5,7 @@ keywords: docker subscription, pricing, billing, pro, team, business, subscripti weight: 50 params: sidebar: - group: Platform + group: Accounts and Admin grid_subscriptions: - title: Compare Docker subscriptions description: Visit the pricing page to see what's included in different Docker subscriptions.