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:
David Rosa 2024-01-31 14:18:55 -08:00 committed by Tim Abbott
parent 474703a963
commit fe0d4db153
4 changed files with 7 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -0,0 +1 @@
../api_docs/integrations-overview.md

View File

@ -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 = [