From 37927a5dc839df577c328f54ce3c3d0f51003880 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 16 Jul 2025 10:01:31 -0400 Subject: [PATCH] docs: Add some more redirects (#34537) This PR adds some more redirects for the docs. Release Notes: - N/A --- docs/book.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index d04447d90f..1895a377a6 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -37,7 +37,16 @@ enable = false "/assistant/model-context-protocol.html" = "/docs/ai/mcp.html" "/model-improvement.html" = "/docs/ai/ai-improvement.html" "/extensions/context-servers.html" = "/docs/extensions/mcp-extensions.html" - +"/assistant-panel" = "/docs/ai/agent-panel.html" +"/assistant/model-context-protocolCitedby" = "/docs/ai/mcp.html" +"/community/feedback" = "/community-links" +"/context-servers" = "/docs/ai/mcp.html" +"/contribute-to-zed" = "/docs/development.html#contributor-links" +"/contributing" = "/docs/development.html#contributor-links" +"/debuggers" = "/docs/debugger.html" +"/development/development/macos" = "/docs/development/macos.html" +"/development/development/linux" = "/docs/development/linux.html" +"/development/development/windows" = "/docs/development/windows.html" # Our custom preprocessor for expanding commands like `{#kb action::ActionName}`, # and other docs-related functions.