help docs: Add {settings_tab} for the first three org settings.

This commit is contained in:
Lyla Fischer
2018-04-24 14:57:34 -04:00
committed by Rishi Gupta
parent 68f68bf56d
commit b2be1a67f8
11 changed files with 18 additions and 22 deletions

View File

@@ -11,8 +11,7 @@ members to those with email invitations.
## Limiting new membership to users invited by organization members ## Limiting new membership to users invited by organization members
1. Go to the [Organization permissions](/#organization/organization-permissions) {settings_tab|organization-permissions}
{!admin.md!}
4. Locate the **Users need an invitation to join** checkbox under the 4. Locate the **Users need an invitation to join** checkbox under the
**Joining the organization** section. **Joining the organization** section.

View File

@@ -6,8 +6,7 @@ By default, when a user uploads or links to an image or links to a website, a
preview of the content will be shown. You can choose to disable previews of preview of the content will be shown. You can choose to disable previews of
images and links separately. images and links separately.
1. Go to the [Organization settings](/#organization/organization-settings) {settings_tab|organization-settings}
{!admin.md!}
2. Select the **Show previews of uploaded and linked images** or the 2. Select the **Show previews of uploaded and linked images** or the
**Show previews of linked websites** checkbox under the **Message feed** **Show previews of linked websites** checkbox under the **Message feed**

View File

@@ -4,8 +4,7 @@
Follow the following steps to change the default language of your organization. Follow the following steps to change the default language of your organization.
1. Go to the [Organization settings](/#organization/organization-settings) {settings_tab|organization-settings}
{!admin.md!}
2. Find and click on the **Default language** option under the 2. Find and click on the **Default language** option under the
**Language & notifications** section. **Language & notifications** section.

View File

@@ -6,8 +6,7 @@ There are several aspects to your organization's profile that can be
configured to customize how your organization appears to users and people configured to customize how your organization appears to users and people
searching for your organization. searching for your organization.
1. Go to the [Organization profile](/#organization/organization-profile) {settings_tab|organization-profile}
{!admin.md!}
## Change your organization's name ## Change your organization's name

View File

@@ -6,8 +6,7 @@ By default, any user in your Zulip organization can add custom emoji to the
organization. You can change your organization's settings to only allow organization. You can change your organization's settings to only allow
administrators to add new emoji. administrators to add new emoji.
1. Go to the [Organization permissions](/#organization/organization-permissions) {settings_tab|organization-permissions}
{!admin.md!}
2. Select the **Prevent users from adding custom emoji** checkbox under the 2. Select the **Prevent users from adding custom emoji** checkbox under the
**Streams & custom emoji** section. **Streams & custom emoji** section.

View File

@@ -5,8 +5,7 @@
By default, any user can create new streams. You can enable a setting that By default, any user can create new streams. You can enable a setting that
only allows administrators to create new streams in the organization. only allows administrators to create new streams in the organization.
1. Go to the [Organization permissions](/#organization/organization-permissions) {settings_tab|organization-permissions}
{!admin.md!}
2. Select the **Prevent users from creating streams** checkbox under the 2. Select the **Prevent users from creating streams** checkbox under the
**Streams & custom emoji** section. **Streams & custom emoji** section.

View File

@@ -6,8 +6,7 @@ By default, any user in your Zulip organization can invite new users. You
can change your organization's settings to only allow administrators to can change your organization's settings to only allow administrators to
invite new users. invite new users.
1. Go to the [Organization permissions](/#organization/organization-permissions) {settings_tab|organization-permissions}
{!admin.md!}
2. Select the **Users need an invitation to join** and **Only admins can invite new users** 2. Select the **Users need an invitation to join** and **Only admins can invite new users**
checkboxes under the **Joining the organization** section. checkboxes under the **Joining the organization** section.

View File

@@ -11,8 +11,7 @@ Some organizations prefer to require that every message to a stream
includes a topic. Organization administrators can choose to enforce includes a topic. Organization administrators can choose to enforce
the use of topics in new messages to streams: the use of topics in new messages to streams:
1. Go to the [Organization settings](/#organization/organization-settings) {settings_tab|organization-settings}
{!admin.md!}
2. Select the **Require topics in messages to streams** checkbox under the 2. Select the **Require topics in messages to streams** checkbox under the
**Message feed** section. **Message feed** section.

View File

@@ -2,9 +2,7 @@
{!admin-only.md!} {!admin-only.md!}
{settings_tab|organization-permissions}
1. Go to the [Organization permissions](/#organization/organization-permissions)
{!admin.md!}
# Prevent users from changing their email address # Prevent users from changing their email address

View File

@@ -7,8 +7,7 @@ who are not in their organization. The administrator can accomplish this by
restricting users to have email addresses only from the organization's restricting users to have email addresses only from the organization's
domains. domains.
1. Go to the [Organization permissions](/#organization/organization-permissions) {settings_tab|organization-permissions}
{!admin.md!}
2. Restricting user email addresses to certain domains can be enabled or disabled 2. Restricting user email addresses to certain domains can be enabled or disabled
with the **Users restricted to (allowed domains)** checkbox in the with the **Users restricted to (allowed domains)** checkbox in the

View File

@@ -19,7 +19,14 @@ link_mapping = {
'uploaded-files': ['Settings', 'Uploaded files', '/#settings/uploaded-files'], 'uploaded-files': ['Settings', 'Uploaded files', '/#settings/uploaded-files'],
'muted-topics': ['Settings', 'Muted topics', '/#settings/muted-topics'], 'muted-topics': ['Settings', 'Muted topics', '/#settings/muted-topics'],
'emoji-settings': ['Manage organization', 'Custom emoji', '/#organization/emoji-settings'], 'organization-profile': ['Manage organization', 'Organization profile',
'/#organization/organization-profile'],
'organization-settings': ['Manage organization', 'Organization settings',
'/#organization/organization-settings'],
'organization-permissions': ['Manage organization', 'Organization permissions',
'/#organization/organization-permissions'],
'emoji-settings': ['Manage organization', 'Custom emoji',
'/#organization/emoji-settings'],
} }
settings_markdown = """ settings_markdown = """