mirror of https://github.com/zulip/zulip.git
user docs: Use {settings_tab} macro for more organization settings.
This commit is contained in:
parent
dbc573584b
commit
0f3cb14aae
|
@ -9,8 +9,7 @@ define a filter to automatically linkify #1234 to
|
|||
https://github.com/zulip/zulip/pulls/1234, Z1234 to link to that
|
||||
Zendesk ticket ID, or anything similar.
|
||||
|
||||
1. Go to the [Filter settings](/#organization/filter-settings)
|
||||
{!admin.md!}
|
||||
{settings_tab|filter-settings}
|
||||
|
||||
5. In the green section labeled **Add a new filter**, find the **Regular expression**
|
||||
and **URL format string** fields.
|
||||
|
|
|
@ -7,8 +7,7 @@ However, Zulip organization administrators must use the Zulip
|
|||
**[organization administration interface](/help/change-your-organization-settings)**
|
||||
to delete streams.
|
||||
|
||||
1. Go to the [Delete streams](/#organization/streams-list-admin)
|
||||
{!admin.md!}
|
||||
{settings_tab|streams-list-admin}
|
||||
|
||||
2. Find the stream you want to delete, and click the **Delete stream** button to
|
||||
the right of it.
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
Follow the following steps to set the default streams that new users are automatically
|
||||
subscribed to.
|
||||
|
||||
1. Go to the [Default streams](/#organization/default-streams-list)
|
||||
{!admin.md!}
|
||||
{settings_tab|default-streams-list}
|
||||
|
||||
2. To add a new stream to **Default streams**, enter the name of the stream in the
|
||||
box next to **Stream name**. Autocompletion suggestions will appear in a
|
||||
|
|
|
@ -35,6 +35,16 @@ link_mapping = {
|
|||
'deactivated-users-admin': ['Manage organization', 'Deactivated users',
|
||||
'/#organization/deactivated-users-admin'],
|
||||
'bot-list-admin': ['Manage organization', 'Bots', '/#organization/bot-list-admin'],
|
||||
'streams-list-admin': ['Manage organization', 'Delete streams',
|
||||
'/#organization/streams-list-admin'],
|
||||
'default-streams-list': ['Manage organization', 'Default streams',
|
||||
'/#organization/default-streams-list'],
|
||||
'filter-settings': ['Manage organization', 'Filter settings',
|
||||
'/#organization/filter-settings'],
|
||||
'profile-field-settings': ['Manage organization', 'Custom profile fields',
|
||||
'/#organization/profile-field-settings'],
|
||||
'invites-list-admin': ['Manage organization', 'Invitations',
|
||||
'/#organization/invites-list-admin'],
|
||||
}
|
||||
|
||||
settings_markdown = """
|
||||
|
|
Loading…
Reference in New Issue