mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
help center: Document bot name in org settings link to bot's user card.
Documents link to the bot's user card from the bot's name in Organization settings > Bots, and information in the bot's user card. Fixes part of #23970.
This commit is contained in:
@@ -9,6 +9,8 @@ sent](/help/view-messages-sent-by-a-user).
|
|||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
|
{tab|user}
|
||||||
|
|
||||||
- Their avatar.
|
- Their avatar.
|
||||||
- Their name.
|
- Their name.
|
||||||
- Their email address, if you [have
|
- Their email address, if you [have
|
||||||
@@ -20,12 +22,22 @@ sent](/help/view-messages-sent-by-a-user).
|
|||||||
- Their current [local time](/help/change-your-timezone).
|
- Their current [local time](/help/change-your-timezone).
|
||||||
- Their [status and availability](/help/status-and-availability).
|
- Their [status and availability](/help/status-and-availability).
|
||||||
|
|
||||||
|
{tab|bot}
|
||||||
|
|
||||||
|
- Its avatar.
|
||||||
|
- Its name.
|
||||||
|
- Its owner's name.
|
||||||
|
- Its email address, if you [have
|
||||||
|
permission](/help/restrict-visibility-of-email-addresses) to view it.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
## View someone's user card
|
## View someone's user card
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
|
{tab|user}
|
||||||
|
|
||||||
{!right-sidebar-user-card.md!}
|
{!right-sidebar-user-card.md!}
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
@@ -37,6 +49,12 @@ sent](/help/view-messages-sent-by-a-user).
|
|||||||
Alternatively, open someone's **user card** by selecting a message they sent, and
|
Alternatively, open someone's **user card** by selecting a message they sent, and
|
||||||
using the <kbd>U</kbd> shortcut.
|
using the <kbd>U</kbd> shortcut.
|
||||||
|
|
||||||
|
{tab|bot}
|
||||||
|
|
||||||
|
{settings_tab|bot-list-admin}
|
||||||
|
|
||||||
|
1. Click on the name of a bot in the **Name** column to open its **user card**.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
## Related articles
|
## Related articles
|
||||||
|
|||||||
@@ -90,6 +90,8 @@ TAB_SECTION_LABELS = {
|
|||||||
"keycloak": "Keycloak",
|
"keycloak": "Keycloak",
|
||||||
"logged-in": "If you are logged in",
|
"logged-in": "If you are logged in",
|
||||||
"logged-out": "If you are logged out",
|
"logged-out": "If you are logged out",
|
||||||
|
"user": "User",
|
||||||
|
"bot": "Bot",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user