From 857bd892382d0c25a549ad7af91349de06731d51 Mon Sep 17 00:00:00 2001 From: Katie Geer Date: Thu, 18 Dec 2025 14:16:54 -0800 Subject: [PATCH] Add redirect for configuring-zed links --- docs/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index 2bb57c5c08ea2421aa9b8a2fb47fdc9521d32a39..86fa447f581fba88ff7df53bb51e08440585a9dc 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -56,6 +56,9 @@ enable = false "/model-improvement.html" = "/docs/ai/ai-improvement.html" "/ai/temperature.html" = "/docs/ai/agent-settings.html#model-temperature" +# Core +"/configuring-zed.html" = "/docs/reference/all-settings.html" + # Collaboration "/channels.html" = "/docs/collaboration/channels.html" "/collaboration.html" = "/docs/collaboration/overview.html"