docs: Update `docs/documentation/` files to use channel.

Updates descriptive text that refer to Zulip channels in the
`docs/documentation` files to use channel instead of stream.

Part of the stream to channel rename project.
This commit is contained in:
Lauryn Menard 2024-05-20 18:07:07 +02:00 committed by Tim Abbott
parent 0d175174b5
commit db918bd78f
1 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ existing help center articles:
would be appropriate in the description of the feature. For example,
your new feature might relate to general Zulip features like
[keyboard shortcuts](https://zulip.com/help/keyboard-shortcuts)
or [streams and topics](https://zulip.com/help/streams-and-topics).
or [channels and topics](https://zulip.com/help/streams-and-topics).
- Make sure there is a **Related articles** section at the end
of the article that again links to any help center documentation
@ -210,7 +210,7 @@ as guidance when documenting Zulip's features.
When you refer to the features in the Zulip UI, you should **bold** the
feature's name followed by the feature itself (e.g. **Settings** page,
**Change password** button, **Email** field). No quotation marks should be
used. Use **bold** for stream names, and quotation marks for topic names.
used. Use **bold** for channel names, and quotation marks for topic names.
Keep in mind that the UI may change — dont describe it in more detail than
is needed. In particular:
@ -374,7 +374,7 @@ The source for macros is the Markdown files under `help/include` in the
- **Save changes** `{!save-changes.md!}`: Save changes after modifying
organization settings.
- **Stream actions** `{!channel-actions.md!}`: Navigate to the stream actions
- **Channel actions** `{!channel-actions.md!}`: Navigate to the channel actions
menu from the left sidebar.
- **Start composing** `{!start-composing.md!}`: Open the compose box.
@ -409,7 +409,7 @@ Tips are more common than warnings.
```md
!!! warn ""
**Note:** If you attempt to input a nonexistent stream name, an error
**Note:** If you attempt to input a nonexistent channel name, an error
message will appear.
```