mirror of https://github.com/zulip/zulip.git
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:
parent
4901a0d19b
commit
f70b321773
|
@ -9,6 +9,8 @@ sent](/help/view-messages-sent-by-a-user).
|
|||
|
||||
{start_tabs}
|
||||
|
||||
{tab|user}
|
||||
|
||||
- Their avatar.
|
||||
- Their name.
|
||||
- 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 [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}
|
||||
|
||||
## View someone's user card
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|user}
|
||||
|
||||
{!right-sidebar-user-card.md!}
|
||||
|
||||
!!! 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
|
||||
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}
|
||||
|
||||
## Related articles
|
||||
|
|
|
@ -90,6 +90,8 @@ TAB_SECTION_LABELS = {
|
|||
"keycloak": "Keycloak",
|
||||
"logged-in": "If you are logged in",
|
||||
"logged-out": "If you are logged out",
|
||||
"user": "User",
|
||||
"bot": "Bot",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue