mirror of https://github.com/zulip/zulip.git
help: Fix "Related articles" in the bots section.
Adds or extends "Related articles" lists that are either missing or incomplete.
This commit is contained in:
parent
83bd709562
commit
2a5e4e2820
|
@ -30,3 +30,11 @@ is visible and available for anyone to use.
|
||||||
Depending on the type of bot you're creating, you may need to download its
|
Depending on the type of bot you're creating, you may need to download its
|
||||||
`.zuliprc` configuration file. For that, click the **download**
|
`.zuliprc` configuration file. For that, click the **download**
|
||||||
(<i class="fa fa-download"></i>) icon under the bot's name.
|
(<i class="fa fa-download"></i>) icon under the bot's name.
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
* [Bots and integrations](/help/bots-and-integrations)
|
||||||
|
* [Edit a bot](/help/edit-a-bot)
|
||||||
|
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
||||||
|
* [Restrict bot creation](/help/restrict-bot-creation)
|
||||||
|
* [View all bots in your organization](/help/view-all-bots-in-your-organization)
|
||||||
|
|
|
@ -75,3 +75,12 @@ By default, anyone other than guests can [add a bot](/help/add-a-bot-or-integrat
|
||||||
Zulip organization, but administrators can
|
Zulip organization, but administrators can
|
||||||
[restrict bot creation](/help/restrict-bot-creation). Any bot that is added
|
[restrict bot creation](/help/restrict-bot-creation). Any bot that is added
|
||||||
is visible and available for anyone to use.
|
is visible and available for anyone to use.
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
* [Add a bot or integration](/help/add-a-bot-or-integration)
|
||||||
|
* [Edit a bot](/help/edit-a-bot)
|
||||||
|
* [Request an integration](/help/request-an-integration)
|
||||||
|
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
||||||
|
* [Restrict bot creation](/help/restrict-bot-creation)
|
||||||
|
* [View all bots in your organization](/help/view-all-bots-in-your-organization)
|
||||||
|
|
|
@ -22,4 +22,8 @@ bot, regardless of who owns them.
|
||||||
|
|
||||||
## Related articles
|
## 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)
|
||||||
* [Restrict bot creation](/help/restrict-bot-creation)
|
* [Restrict bot creation](/help/restrict-bot-creation)
|
||||||
|
* [View all bots in your organization](/help/view-all-bots-in-your-organization)
|
||||||
|
|
|
@ -15,3 +15,8 @@ issues][integrations-issues], and if none exists, [open a new
|
||||||
issue](https://github.com/zulip/zulip/issues/new).
|
issue](https://github.com/zulip/zulip/issues/new).
|
||||||
|
|
||||||
[integrations-issues]: https://github.com/zulip/zulip/issues?q=is%3Aopen+label%3A%22area%3A+integrations%22+is%3Aissue
|
[integrations-issues]: https://github.com/zulip/zulip/issues?q=is%3Aopen+label%3A%22area%3A+integrations%22+is%3Aissue
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
* [Bots and integrations](/help/bots-and-integrations)
|
||||||
|
* [Add a bot or integration](/help/add-a-bot-or-integration)
|
||||||
|
|
|
@ -25,4 +25,6 @@ change who is allowed to add bots.
|
||||||
|
|
||||||
## Related articles
|
## Related articles
|
||||||
|
|
||||||
|
* [Bots and integrations](/help/bots-and-integrations)
|
||||||
|
* [Add a bot or integration](/help/add-a-bot-or-integration)
|
||||||
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)
|
||||||
|
|
|
@ -12,3 +12,10 @@ Organization [administrators](/help/roles-and-permissions) can also
|
||||||
{settings_tab|bot-list-admin}
|
{settings_tab|bot-list-admin}
|
||||||
|
|
||||||
{end_tabs}
|
{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)
|
||||||
|
|
Loading…
Reference in New Issue