mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	help center: Update relative gear menu macro for organization settings.
Renames "Manage organization" to "Organization settings" to reflect changes in the previous commit.
This commit is contained in:
		@@ -3,7 +3,7 @@ want it to be.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{start_tabs}
 | 
					{start_tabs}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{relative|gear|manage-organization}
 | 
					{relative|gear|organization-settings}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Click on the **Organization settings** and **Organization
 | 
					1. Click on the **Organization settings** and **Organization
 | 
				
			||||||
   permissions** tabs, as well as any others that are of interest.
 | 
					   permissions** tabs, as well as any others that are of interest.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@ generally only organization administrators can interact with them.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{start_tabs}
 | 
					{start_tabs}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{relative|gear|manage-organization}
 | 
					{relative|gear|organization-settings}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Click on each tab on the left.
 | 
					1. Click on each tab on the left.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,7 +20,7 @@ gear_info = {
 | 
				
			|||||||
    # link is used for relative links: `Select [name](link).`
 | 
					    # link is used for relative links: `Select [name](link).`
 | 
				
			||||||
    "manage-streams": ["Manage streams", "/#streams/subscribed"],
 | 
					    "manage-streams": ["Manage streams", "/#streams/subscribed"],
 | 
				
			||||||
    "settings": ["Personal Settings", "/#settings/profile"],
 | 
					    "settings": ["Personal Settings", "/#settings/profile"],
 | 
				
			||||||
    "manage-organization": ["Manage organization", "/#organization/organization-profile"],
 | 
					    "organization-settings": ["Organization settings", "/#organization/organization-profile"],
 | 
				
			||||||
    "integrations": ["Integrations", "/integrations"],
 | 
					    "integrations": ["Integrations", "/integrations"],
 | 
				
			||||||
    "stats": ["Usage statistics", "/stats"],
 | 
					    "stats": ["Usage statistics", "/stats"],
 | 
				
			||||||
    "plans": ["Plans and pricing", "/plans"],
 | 
					    "plans": ["Plans and pricing", "/plans"],
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,70 +32,74 @@ link_mapping = {
 | 
				
			|||||||
    "muted-topics": ["Personal settings", "Muted topics", "/#settings/muted-topics"],
 | 
					    "muted-topics": ["Personal settings", "Muted topics", "/#settings/muted-topics"],
 | 
				
			||||||
    "muted-users": ["Personal settings", "Muted users", "/#settings/muted-users"],
 | 
					    "muted-users": ["Personal settings", "Muted users", "/#settings/muted-users"],
 | 
				
			||||||
    "organization-profile": [
 | 
					    "organization-profile": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Organization profile",
 | 
					        "Organization profile",
 | 
				
			||||||
        "/#organization/organization-profile",
 | 
					        "/#organization/organization-profile",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "organization-settings": [
 | 
					    "organization-settings": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Organization settings",
 | 
					        "Organization settings",
 | 
				
			||||||
        "/#organization/organization-settings",
 | 
					        "/#organization/organization-settings",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "organization-permissions": [
 | 
					    "organization-permissions": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Organization permissions",
 | 
					        "Organization permissions",
 | 
				
			||||||
        "/#organization/organization-permissions",
 | 
					        "/#organization/organization-permissions",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "default-user-settings": [
 | 
					    "default-user-settings": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Default user settings",
 | 
					        "Default user settings",
 | 
				
			||||||
        "/#organization/organization-level-user-defaults",
 | 
					        "/#organization/organization-level-user-defaults",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "emoji-settings": ["Manage organization", "Custom emoji", "/#organization/emoji-settings"],
 | 
					    "emoji-settings": ["Organization settings", "Custom emoji", "/#organization/emoji-settings"],
 | 
				
			||||||
    "auth-methods": [
 | 
					    "auth-methods": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Authentication methods",
 | 
					        "Authentication methods",
 | 
				
			||||||
        "/#organization/auth-methods",
 | 
					        "/#organization/auth-methods",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "user-groups-admin": ["Manage organization", "User groups", "/#organization/user-groups-admin"],
 | 
					    "user-groups-admin": [
 | 
				
			||||||
    "user-list-admin": ["Manage organization", "Users", "/#organization/user-list-admin"],
 | 
					        "Organization settings",
 | 
				
			||||||
 | 
					        "User groups",
 | 
				
			||||||
 | 
					        "/#organization/user-groups-admin",
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "user-list-admin": ["Organization settings", "Users", "/#organization/user-list-admin"],
 | 
				
			||||||
    "deactivated-users-admin": [
 | 
					    "deactivated-users-admin": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Deactivated users",
 | 
					        "Deactivated users",
 | 
				
			||||||
        "/#organization/deactivated-users-admin",
 | 
					        "/#organization/deactivated-users-admin",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "bot-list-admin": [
 | 
					    "bot-list-admin": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "your organization's Bots",
 | 
					        "your organization's Bots",
 | 
				
			||||||
        "/#organization/bot-list-admin",
 | 
					        "/#organization/bot-list-admin",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "default-streams-list": [
 | 
					    "default-streams-list": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Default streams",
 | 
					        "Default streams",
 | 
				
			||||||
        "/#organization/default-streams-list",
 | 
					        "/#organization/default-streams-list",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "linkifier-settings": [
 | 
					    "linkifier-settings": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Linkifiers",
 | 
					        "Linkifiers",
 | 
				
			||||||
        "/#organization/linkifier-settings",
 | 
					        "/#organization/linkifier-settings",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "playground-settings": [
 | 
					    "playground-settings": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Code playgrounds",
 | 
					        "Code playgrounds",
 | 
				
			||||||
        "/#organization/playground-settings",
 | 
					        "/#organization/playground-settings",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "profile-field-settings": [
 | 
					    "profile-field-settings": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Custom profile fields",
 | 
					        "Custom profile fields",
 | 
				
			||||||
        "/#organization/profile-field-settings",
 | 
					        "/#organization/profile-field-settings",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "invites-list-admin": [
 | 
					    "invites-list-admin": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Invitations",
 | 
					        "Invitations",
 | 
				
			||||||
        "/#organization/invites-list-admin",
 | 
					        "/#organization/invites-list-admin",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "data-exports-admin": [
 | 
					    "data-exports-admin": [
 | 
				
			||||||
        "Manage organization",
 | 
					        "Organization settings",
 | 
				
			||||||
        "Data exports",
 | 
					        "Data exports",
 | 
				
			||||||
        "/#organization/data-exports-admin",
 | 
					        "/#organization/data-exports-admin",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user