help: Move channel types into an include file.

This commit is contained in:
Alya Abbott
2025-02-27 11:20:00 -08:00
committed by Tim Abbott
parent b6ff852d89
commit 1a63c46b14
2 changed files with 16 additions and 14 deletions

View File

@@ -2,20 +2,7 @@
{!channels-intro.md!}
There are three types of channels in Zulip:
* [Private channels](#private-channels) (indicated by <i class="zulip-icon
zulip-icon-lock"></i>), where joining and viewing messages requires being
invited. You can choose whether new subscribers can see messages sent before
they were subscribed.
* [Public channels](#public-channels) (indicated by <i class="zulip-icon
zulip-icon-hashtag"></i>), which are open to everyone in your organization
other than guests.
* [Web-public channels](#web-public-channels) (indicated by <i class="zulip-icon
zulip-icon-globe"></i>), where anyone on the Internet can see messages without
creating an account.
{!channel-privacy-types.md!}
In addition, you can configure the following permissions for each channel,
regardless of its type:

View File

@@ -0,0 +1,15 @@
There are three types of channels in Zulip:
* [Private channels](/help/channel-permissions#private-channels)
(indicated by <i class="zulip-icon zulip-icon-lock"></i>), where
joining and viewing messages requires being invited. You can choose
whether new subscribers can see messages sent before they were
subscribed.
* [Public channels](/help/channel-permissions#public-channels)
(indicated by <i class="zulip-icon zulip-icon-hashtag"></i>), which
are open to everyone in your organization other than guests.
* [Web-public channels](/help/channel-permissions#web-public-channels)
(indicated by <i class="zulip-icon zulip-icon-globe"></i>), where
anyone on the Internet can see messages without creating an account.