docs: Add redirect for /conversations (#20170)

Peter Tripp created

Release Notes:

- N/A

Change summary

.github/workflows/ci.yml | 2 +-
a.py                     | 0 
docs/book.toml           | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -13,7 +13,7 @@ on:
     branches:
       - "**"
     paths-ignore:
-      - "docs/**"
+      - "docs/**/*"
       - ".github/workflows/community_*"
 
 concurrency:

docs/book.toml 🔗

@@ -24,6 +24,7 @@ enable = false
 "/language-model-integration.html" = "/docs/assistant/assistant.html"
 "/assistant.html" = "/docs/assistant/assistant.html"
 "/developing-zed.html" = "/docs/development.html"
+"/conversations.html" = "/community-links"
 
 # Our custom preprocessor for expanding commands like `{#kb action::ActionName}`,
 # and other docs-related functions.