From 2053fea0a7cebdd160c55e02e13cb9624b9f4efa Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 25 Nov 2025 11:28:33 -0500 Subject: [PATCH] Add collaboration redirects (#43471) Redirect: https://zed.dev/docs/collaboration -> https://zed.dev/docs/collaboration/overview https://zed.dev/docs/channels -> https://zed.dev/docs/collaboration/channels Release Notes: - N/A --- docs/book.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index 60ddc5ac515cb73f7b0b4f2f8c2c193bdddf228b..2bb57c5c08ea2421aa9b8a2fb47fdc9521d32a39 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -56,6 +56,10 @@ enable = false "/model-improvement.html" = "/docs/ai/ai-improvement.html" "/ai/temperature.html" = "/docs/ai/agent-settings.html#model-temperature" +# Collaboration +"/channels.html" = "/docs/collaboration/channels.html" +"/collaboration.html" = "/docs/collaboration/overview.html" + # Community "/community/feedback.html" = "/community-links" "/conversations.html" = "/community-links"