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 e78b24255c9e690b05be37a308a4af66a9d87a63..bdae692f27ca50af5190a5fbfd10e87b919c88f9 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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/docs/book.toml b/docs/book.toml index fbf55ef90a868c1fb6b544991769a384bb29bf2d..f65bdb5fa72d2b4d8db3c0833bd4f2f19d84a687 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.