From 21a48cc752dd4508595506f232536fb405c84d1c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:01:18 +0000 Subject: [PATCH 1/2] Initial plan From 6ba9a6ba5ff8c1ab15c576e1822cb7031cf4be60 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:02:44 +0000 Subject: [PATCH 2/2] fix: correct broken Shopware CLI link in products/tools/index.md --- products/tools/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/tools/index.md b/products/tools/index.md index 1f84549da8..c1e30391a1 100644 --- a/products/tools/index.md +++ b/products/tools/index.md @@ -9,5 +9,5 @@ nav: Standalone developer tools for building, running, and extending Shopware: -- [Shopware CLI](../cli/index.md): command-line tool for managing projects and extensions, packaging for the Store, and running CI/CD pipelines. +- [Shopware CLI](./cli/index.md): command-line tool for managing projects and extensions, packaging for the Store, and running CI/CD pipelines. - [MCP Server](./mcp-server/index.md): a native Model Context Protocol server that lets AI clients (Claude Desktop, Cursor, Claude Code) interact with a Shopware shop through tools, resources, and prompts. Extensible via plugins and apps.