From 0d2b75a21e5b414927ee7a07daf2910f83bb5eec Mon Sep 17 00:00:00 2001 From: cpadm <57954026+cpAdm@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:56:22 +0200 Subject: [PATCH] docs: Update homepage links to documentation pages --- src/pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d655ee912f..34e8cfd17f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -54,14 +54,14 @@ const paths: PathCardProps[] = [ title: "Playwright CLI", description: "Token-efficient browser automation for coding agents like Claude Code and GitHub Copilot. Skill-based workflows without large context overhead.", install: "npm i -g @playwright/cli@latest", - href: "https://github.com/microsoft/playwright-cli", + href: "docs/getting-started-cli", linkText: "CLI documentation", }, { title: "Playwright MCP", description: "Model Context Protocol server that gives AI agents full browser control through structured accessibility snapshots.", install: "npx @playwright/mcp@latest", - href: "https://github.com/microsoft/playwright-mcp", + href: "docs/getting-started-mcp", linkText: "MCP documentation", }, ]; @@ -167,7 +167,7 @@ const Home: React.FC = () => {
- Drop-in Model Context Protocol server + Drop-in Model Context Protocol server for VS Code, Cursor, Claude Desktop, Windsurf, and any MCP client. Full browser control through standard tool calls.