mirror of https://github.com/zulip/zulip.git
help: Improve integrations documentation.
- Renames "Bots and integrations" to "Bots overview" everywhere (sidebar, page title, page URL). - Adds a copy of /api/integrations-overview (symbolic link) as the second page in the Bots & integrations section, titled "Integrations overview". Fixes #28758.
This commit is contained in:
parent
474703a963
commit
fe0d4db153
|
@ -1,4 +1,4 @@
|
|||
# About bots
|
||||
# Bots overview
|
||||
|
||||
Bots allow you to
|
||||
|
||||
|
@ -7,7 +7,7 @@ Bots allow you to
|
|||
* Automate tasks a human user could do.
|
||||
|
||||
A bot that sends content to or from another product is often called an
|
||||
**integration**.
|
||||
[integration](/help/integrations-overview).
|
||||
|
||||
## Pre-made bots
|
||||
|
||||
|
@ -83,6 +83,7 @@ is visible and available for anyone to use.
|
|||
|
||||
## Related articles
|
||||
|
||||
* [Integrations overview](/help/integrations-overview)
|
||||
* [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)
|
|
@ -228,7 +228,8 @@
|
|||
* [Configure multi-language search](/help/configure-multi-language-search)
|
||||
|
||||
## Bots & integrations
|
||||
* [Bots and integrations](/help/bots-and-integrations)
|
||||
* [Bots overview](/help/bots-overview)
|
||||
* [Integrations overview](/help/integrations-overview)
|
||||
* [Add a bot or integration](/help/add-a-bot-or-integration)
|
||||
* [Generate integration URL](/help/generate-integration-url)
|
||||
* [Edit a bot](/help/edit-a-bot)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../api_docs/integrations-overview.md
|
|
@ -81,6 +81,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
|||
URLRedirect("/help/reading-topics", "/help/reading-conversations"),
|
||||
URLRedirect("/help/finding-a-topic-to-read", "/help/finding-a-conversation-to-read"),
|
||||
URLRedirect("/help/view-and-browse-images", "/help/view-images-and-videos"),
|
||||
URLRedirect("/help/bots-and-integrations", "/help/bots-overview"),
|
||||
]
|
||||
|
||||
LANDING_PAGE_REDIRECTS = [
|
||||
|
|
Loading…
Reference in New Issue