docs: Add redirect for /conversations (#20170)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2024-11-04 14:56:07 +00:00 committed by GitHub
parent 49a0a11c4f
commit 6316151a83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

View file

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

0
a.py Normal file
View file

View file

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