From bff259731f58b9b8e3f50dcba5523e20bc4e1e97 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 9 May 2025 18:36:25 -0400 Subject: [PATCH] docs: Redirect `docs/ai` to `docs/ai/overview` (#30442) This PR adds a redirect from `zed.dev/docs/ai` to `zed.dev/docs/ai/overview`. Not 100% sure this will work, but want to give it a try. Release Notes: - N/A --- docs/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book.toml b/docs/book.toml index 936a30f08a..aa5d1a2c56 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -25,6 +25,7 @@ enable = false "/assistant.html" = "/docs/assistant/assistant.html" "/developing-zed.html" = "/docs/development.html" "/conversations.html" = "/community-links" +"/ai.html" = "/docs/ai/overview.html" "/assistant/assistant.html" = "/docs/ai/overview.html" "/assistant/configuration.html" = "/docs/ai/custom-api-keys.html" "/assistant/assistant-panel.html" = "/docs/ai/agent-panel.html"