help: Rename and redirect create-a-stream for channel.

This commit is contained in:
Lauryn Menard 2024-04-30 21:37:44 +02:00 committed by Tim Abbott
parent bd0faa8d77
commit bd91c82862
10 changed files with 26 additions and 25 deletions

View File

@ -48,5 +48,5 @@ unadvertised web-public stream in a legitimate organization.
## Related articles
* [Create a stream](/help/create-a-stream)
* [Create a channel](/help/create-a-channel)
* [Roles and permissions](/help/roles-and-permissions)

View File

@ -1,27 +1,27 @@
# Create a stream
# Create a channel
By default, all users other than guests can create streams. Administrators can
[restrict the ability to create a stream](/help/configure-who-can-create-streams) to specific
By default, all users other than guests can create channels. Administrators can
[restrict the ability to create a channel](/help/configure-who-can-create-streams) to specific
[roles](/help/roles-and-permissions).
If you are an administrator setting up streams for the first time, check out our
If you are an administrator setting up channels for the first time, check out our
[guide to setting up channels for a new organization](/help/create-channels).
## Create a channel
{!create-a-channel-instructions.md!}
## Stream options
## Channel options
There are several parameters you can set while creating a stream. All but
**Announce stream** you can change later.
There are several parameters you can set while creating a channel. All but
**Announce channel** you can change later.
* **Stream name**: Appears in the left sidebar for subscribed users. The
stream name can be in any language, and can include spaces and other
* **Channel name**: Appears in the left sidebar for subscribed users. The
channel name can be in any language, and can include spaces and other
punctuation.
* **Stream description**: Helps users decide whether to subscribe when they
are browsing streams.
* **Channel description**: Helps users decide whether to subscribe when they
are browsing channels.
* **Announce new stream in the [stream configured by your organization](/help/configure-automated-notices#new-stream-announcements)**:
Posts a message in the "new streams" topic advertising the new stream.

View File

@ -6,7 +6,7 @@
{!create-a-channel-instructions.md!}
For more details about channel settings, see [Create a channel](/help/create-a-stream#stream-options).
For more details about channel settings, see [Create a channel](/help/create-a-channel#channel-options).
## Tips for creating channels
@ -15,7 +15,7 @@ For more details about channel settings, see [Create a channel](/help/create-a-s
## Related articles
* [Setting up your organization](/help/getting-your-organization-started-with-zulip)
* [Create a stream](/help/create-a-stream#stream-options)
* [Create a channel](/help/create-a-channel#channel-options)
* [Stream permissions](/help/stream-permissions)
* [Set default streams for new users](/help/set-default-streams-for-new-users)
* [Getting started with Zulip](/help/getting-started-with-zulip)

View File

@ -5,7 +5,7 @@ of a [channel](/help/channels-and-topics). DMs work well for one-off messages,
usually with just one or two others.
If you find yourself frequently conversing with the same person or group, it
often works better to [create a private stream](/help/create-a-stream) for your
often works better to [create a private channel](/help/create-a-channel) for your
conversations. This lets you organize your discussion into topics, and add or
remove participants as needed.

View File

@ -65,8 +65,8 @@ us know!
{end_tabs}
For more details about stream settings, see [Create a
stream](/help/create-a-stream#stream-options).
For more details about channel settings, see [Create a
channel](/help/create-a-channel#channel-options).
### Tips for creating channels

View File

@ -128,7 +128,7 @@
* [Channels and topics](/help/channels-and-topics)
* [Browse and subscribe to streams](/help/browse-and-subscribe-to-streams)
* [Unsubscribe from a stream](/help/unsubscribe-from-a-stream)
* [Create a stream](/help/create-a-stream)
* [Create a channel](/help/create-a-channel)
* [View stream subscribers](/help/view-stream-subscribers)
* [Add or remove users from a stream](/help/add-or-remove-users-from-a-stream)
* [Pin a stream](/help/pin-a-stream)

View File

@ -63,11 +63,11 @@ communities such as open-source projects and research communities.
See [Managing abuse](#managing-abuse) to learn why only
trusted roles like moderators and administrators can create web-public streams.
## Creating a web-public stream
## Creating a web-public channel
To create a new web-public stream, follow the [instructions for
creating stream](/help/create-a-stream#create-a-stream_1), selecting
the **Web-public** option for **Who can access the stream?**.
To create a new web-public channel, follow the [instructions for
creating a channel](/help/create-a-channel#create-a-channel_1), selecting
the **Web-public** option for **Who can access the channel?**.
To make an existing stream web-public, follow the instructions to
[change the privacy of a

View File

@ -221,8 +221,8 @@ how to assign roles and permissions for a class.
{end_tabs}
For more details about stream settings, see [Create a
stream](/help/create-a-stream#stream-options).
For more details about channel settings, see [Create a
channel](/help/create-a-channel#channel-options).
### Tips for creating streams

View File

@ -1,2 +1,2 @@
[Create the stream](/help/create-a-stream) you'd like to use for
[Create the stream](/help/create-a-channel) you'd like to use for
{{ integration_display_name }} notifications.

View File

@ -86,6 +86,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
URLRedirect("/help/configure-notification-bot", "/help/configure-automated-notices"),
URLRedirect("/help/all-messages", "/help/combined-feed"),
URLRedirect("/help/create-streams", "/help/create-channels"),
URLRedirect("/help/create-a-stream", "/help/create-a-channel"),
]
LANDING_PAGE_REDIRECTS = [