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.