From 7dfbbafdc89fe529d867daafe5bacb078fac0ad2 Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Tue, 12 May 2026 15:34:15 +0200 Subject: [PATCH 1/4] fix: add 7 redirects for broken external links to docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broken paths → new destinations: - /features/editor/autosuggestions → /terminal/command-completions/autosuggestions/ - /code/code-permissions → /agent-platform/capabilities/agent-profiles-permissions/ - /getting-started/refer-a-friend → /support-and-community/community/refer-a-friend/ - /help/using-warp-offline → /support-and-community/troubleshooting-and-support/using-warp-offline/ - /features/secret-redaction → /support-and-community/privacy-and-security/secret-redaction/ - /features/warp-ai/active-ai → /agent-platform/local-agents/active-ai/ - /oz → /agent-platform/cloud-agents/overview/ Co-Authored-By: Oz --- vercel.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/vercel.json b/vercel.json index 86ca682d..a2df40b6 100644 --- a/vercel.json +++ b/vercel.json @@ -9537,6 +9537,41 @@ "source": "/integrations/integrations-overview/integrations-and-environments", "destination": "/reference/cli/integration-setup/", "statusCode": 308 + }, + { + "source": "/features/editor/autosuggestions", + "destination": "/terminal/command-completions/autosuggestions/", + "statusCode": 308 + }, + { + "source": "/code/code-permissions", + "destination": "/agent-platform/capabilities/agent-profiles-permissions/", + "statusCode": 308 + }, + { + "source": "/getting-started/refer-a-friend", + "destination": "/support-and-community/community/refer-a-friend/", + "statusCode": 308 + }, + { + "source": "/help/using-warp-offline", + "destination": "/support-and-community/troubleshooting-and-support/using-warp-offline/", + "statusCode": 308 + }, + { + "source": "/features/secret-redaction", + "destination": "/support-and-community/privacy-and-security/secret-redaction/", + "statusCode": 308 + }, + { + "source": "/features/warp-ai/active-ai", + "destination": "/agent-platform/local-agents/active-ai/", + "statusCode": 308 + }, + { + "source": "/oz", + "destination": "/agent-platform/cloud-agents/overview/", + "statusCode": 308 } ] } From a3cb64e3582f32dba00db8da130fe8af8f53e24f Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Mon, 18 May 2026 12:50:30 +0100 Subject: [PATCH 2/4] Canonicalize warp.dev links Co-Authored-By: Oz --- src/components/CustomSiteTitle.astro | 2 +- src/components/WarpTopbar.astro | 2 +- .../docs/agent-platform/capabilities/codebase-context.mdx | 2 +- .../docs/agent-platform/cli-agents/claude-code.mdx | 4 ++-- src/content/docs/agent-platform/cli-agents/codex.mdx | 4 ++-- src/content/docs/agent-platform/cli-agents/opencode.mdx | 4 ++-- .../docs/agent-platform/cloud-agents/quickstart.mdx | 4 ++-- .../agent-platform/cloud-agents/self-hosting/index.mdx | 2 +- .../cloud-agents/self-hosting/managed-direct.mdx | 2 +- .../cloud-agents/self-hosting/managed-docker.mdx | 2 +- .../cloud-agents/self-hosting/managed-kubernetes.mdx | 2 +- .../cloud-agents/self-hosting/quickstart.mdx | 2 +- .../cloud-agents/team-access-billing-and-identity.mdx | 2 +- .../docs/agent-platform/local-agents/active-ai.mdx | 4 ++-- src/content/docs/changelog/2025.mdx | 2 +- .../enterprise-features/architecture-and-deployment.mdx | 2 +- .../enterprise/enterprise-features/bring-your-own-llm.mdx | 4 ++-- .../getting-started/getting-started-developers.mdx | 4 ++-- .../getting-started/getting-started-enterprise.mdx | 4 ++-- .../docs/enterprise/getting-started/quickstart.mdx | 2 +- src/content/docs/enterprise/index.mdx | 4 ++-- .../docs/enterprise/security-and-compliance/sso.mdx | 2 +- .../docs/enterprise/team-management/admin-panel.mdx | 4 ++-- .../agent-workflows/how-to-review-ai-generated-code.mdx | 2 +- .../how-to-run-multiple-ai-coding-agents.mdx | 8 ++++---- ...ow-to-use-voice-and-images-to-prompt-coding-agents.mdx | 2 +- .../building-a-real-time-chat-app-github-mcp-railway.mdx | 2 +- .../guides/external-tools/how-to-set-up-claude-code.mdx | 2 +- .../guides/external-tools/how-to-set-up-codex-cli.mdx | 2 +- .../guides/external-tools/how-to-set-up-gemini-cli.mdx | 2 +- .../docs/guides/external-tools/how-to-set-up-opencode.mdx | 2 +- src/content/docs/reference/cli/warp-drive.mdx | 2 +- .../community/warp-preview-and-alpha-program.mdx | 4 ++-- .../plans-and-billing/bring-your-own-api-key.mdx | 2 +- .../plans-and-billing/plans-pricing-refunds.mdx | 4 ++-- .../plans-and-billing/pricing-faqs.mdx | 2 +- 36 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/components/CustomSiteTitle.astro b/src/components/CustomSiteTitle.astro index 2d631389..b48a9f6a 100644 --- a/src/components/CustomSiteTitle.astro +++ b/src/components/CustomSiteTitle.astro @@ -27,7 +27,7 @@ import logoLight from '../assets/warp-logo-light.svg?raw'; const { siteTitle } = Astro.locals.starlightRoute; --- - +