mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
# Change the stream description
|
|
|
|
{!admin-only.md!}
|
|
|
|
Streams descriptions are displayed when viewing the stream in the
|
|
web and desktop apps, and can be used to explain the purpose of a
|
|
stream and link to usage guidelines, resources, or related streams.
|
|
|
|
Stream descriptions support Zulip's standard [Markdown
|
|
formatting][markdown-formatting], with the exception that image
|
|
previews are disabled.
|
|
|
|
{start_tabs}
|
|
|
|
{relative|stream|all}
|
|
|
|
1. Select a stream.
|
|
|
|
{!select-stream-view-general.md!}
|
|
|
|
1. Click the **pencil** (<i class="fa fa-pencil"></i>)
|
|
to the right of the stream name. Enter a new description.
|
|
|
|
{!save-changes.md!}
|
|
|
|
!!! tip ""
|
|
Use [Markdown formatting][markdown-formatting] to include a link to a
|
|
website, Zulip [message][message-link], or [topic][topic-link] in the
|
|
stream description: `[link text](URL)`.
|
|
|
|
{end_tabs}
|
|
|
|
{!automated-notice-stream-event.md!}
|
|
|
|
[markdown-formatting]: /help/format-your-message-using-markdown
|
|
[message-link]: /help/link-to-a-message-or-conversation#get-a-link-to-a-specific-message
|
|
[topic-link]:
|
|
/help/link-to-a-message-or-conversation#get-a-link-to-a-specific-topic
|