From 6316151a8372bbed1bd9129e1961f6465faeb067 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 4 Nov 2024 14:56:07 +0000 Subject: [PATCH] docs: Add redirect for /conversations (#20170) Release Notes: - N/A --- .github/workflows/ci.yml | 2 +- a.py | 0 docs/book.toml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 a.py diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78b24255c..bdae692f27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: branches: - "**" paths-ignore: - - "docs/**" + - "docs/**/*" - ".github/workflows/community_*" concurrency: diff --git a/a.py b/a.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/book.toml b/docs/book.toml index fbf55ef90a..f65bdb5fa7 100644 --- a/docs/book.toml +++ b/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.