docs: Deemphasize Hubot as an integration bridge.

The Hubot project looks to be abandoned; it hasn’t been updated in
years and its own installation instructions don’t work anymore.
Remove our special placement of Hubot alongside Zapier and IFTTT.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-06-09 12:47:43 -07:00
committed by Tim Abbott
parent d041bb0674
commit d8adeb66ca
6 changed files with 6 additions and 13 deletions

View File

@@ -154,8 +154,8 @@ def add_integrations_open_graph_context(context: Dict[str, Any], request: HttpRe
path_name = request.path.rstrip("/").split("/")[-1]
description = (
"Zulip comes with over a hundred native integrations out of the box, "
"and integrates with Zapier, IFTTT, and Hubot to provide hundreds more. "
"Connect the apps you use everyday to Zulip."
"and integrates with Zapier and IFTTT to provide hundreds more. "
"Connect the apps you use every day to Zulip."
)
if path_name in INTEGRATIONS: