From f39805d529d580ba152f10b4a00419d4cfb6f04c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 27 Aug 2024 16:40:40 -0400 Subject: [PATCH] docs: Add redirect from `/developing-zed` to `/development` (#16974) This PR adds a redirect from the old `/docs/developing-zed` page to the new `/docs/development` page. Fixes https://github.com/zed-industries/zed/issues/16785. Release Notes: - N/A --- docs/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book.toml b/docs/book.toml index fac0e64fe2..6696d0bb12 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -23,6 +23,7 @@ enable = false "/adding-new-languages.html" = "/docs/extensions/languages.html" "/language-model-integration.html" = "/docs/assistant/assistant.html" "/assistant.html" = "/docs/assistant/assistant.html" +"/developing-zed.html" = "/docs/development.html" # Our custom preprocessor for expanding commands like `{#kb action::ActionName}`, # and other docs-related functions.