docs: Add some more redirects (#34537)

Marshall Bowers created

This PR adds some more redirects for the docs.

Release Notes:

- N/A

Change summary

docs/book.toml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

Detailed changes

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.