mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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:
committed by
Tim Abbott
parent
d041bb0674
commit
d8adeb66ca
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user