mirror of https://github.com/zulip/zulip.git
help: Add "View your bots" page.
- Adds new page with instructions for how to view your personal bots. Fixes #26796.
This commit is contained in:
parent
cf5bc5bd1d
commit
83883b08a6
|
@ -227,6 +227,7 @@
|
|||
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
||||
* [Request an integration](/help/request-an-integration)
|
||||
* [Restrict bot creation](/help/restrict-bot-creation)
|
||||
* [View your bots](/help/view-your-bots)
|
||||
* [View all bots in your organization](/help/view-all-bots-in-your-organization)
|
||||
|
||||
## Support
|
||||
|
|
|
@ -19,3 +19,4 @@ Organization [administrators](/help/roles-and-permissions) can also
|
|||
* [Add a bot or integration](/help/add-a-bot-or-integration)
|
||||
* [Edit a bot](/help/edit-a-bot)
|
||||
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
||||
* [View your bots](/help/view-your-bots)
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
# View your bots
|
||||
|
||||
You can view the bots you have added to your Zulip organization, including
|
||||
deactivated bots.
|
||||
|
||||
You can also [deactivate](/help/deactivate-or-reactivate-a-bot#deactivate-a-bot),
|
||||
[reactivate](/help/deactivate-or-reactivate-a-bot#reactivate-a-bot) or
|
||||
[edit](/help/edit-a-bot#edit-your-bot) any of your bots.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|your-bots}
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Bots and integrations](/help/bots-and-integrations)
|
||||
* [Add a bot or integration](/help/add-a-bot-or-integration)
|
||||
* [Edit a bot](/help/edit-a-bot)
|
||||
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
||||
* [View all bots in your organization](/help/view-all-bots-in-your-organization)
|
Loading…
Reference in New Issue