From bc7185e6dad500696f9471c58e5104fadf59fc80 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Sat, 4 Oct 2025 21:47:49 -0600 Subject: [PATCH 1/2] Remove chat from docs --- docs/src/channels.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/channels.md b/docs/src/channels.md index d8318d22e5d18c..21d34bda68f9a6 100644 --- a/docs/src/channels.md +++ b/docs/src/channels.md @@ -35,9 +35,6 @@ Each channel has a notes file associated with it to keep track of current status This is similar to a Google Doc, except powered by Zed's collaborative software and persisted to our servers. -## Chat - -The chat is also there for quickly sharing context without a microphone, getting questions answered, or however else you'd want to use a chat channel. ## Inviting people @@ -51,6 +48,6 @@ Once you have added someone, they can either join your channel by clicking on it A Channel can also be made Public. This allows anyone to join the channel by clicking on the link. -Guest users in channels can hear and see everything that is happening, and have read only access to projects and channel notes. They can use the Chat as normal. +Guest users in channels can hear and see everything that is happening, and have read only access to projects and channel notes. If you'd like to invite a guest to participate in a channel for the duration of a call you can do so by right clicking on them in the Collaboration Panel. "Allowing Write Access" will allow them to edit any projects shared into the call, and to use their microphone and share their screen if they wish. From 94ed1e137f2c587d12e9023c1ded1b2aa621be53 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 6 Oct 2025 12:30:25 -0600 Subject: [PATCH 2/2] PRETTIER --- docs/src/channels.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/channels.md b/docs/src/channels.md index 21d34bda68f9a6..afd97cdabc51f8 100644 --- a/docs/src/channels.md +++ b/docs/src/channels.md @@ -35,7 +35,6 @@ Each channel has a notes file associated with it to keep track of current status This is similar to a Google Doc, except powered by Zed's collaborative software and persisted to our servers. - ## Inviting people By default, channels you create can only be accessed by you. You can invite collaborators by right clicking and selecting `Manage members`.