mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +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
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							d041bb0674
						
					
				
				
					commit
					d8adeb66ca
				
			| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| Integrations allow you to send data from other products into or out of | ||||
| Zulip. Zulip natively integrates with dozens of products, and with hundreds | ||||
| more through Zapier, IFTTT, and Hubot. | ||||
| more through Zapier and IFTTT. | ||||
|  | ||||
| Zulip also makes it very easy to write your own integration, and (if you'd | ||||
| like) to get it merged into the main Zulip repository. | ||||
| @@ -33,10 +33,6 @@ Zulip. | ||||
|   pointed at Zulip's | ||||
|   [Slack-compatible webhook API](/integrations/slack/slack_incoming). | ||||
|  | ||||
| * Check if [Hubot](https://github.com/hubot-scripts) has an integration with | ||||
|   the product. If it does, follow | ||||
|   [these instructions](/integrations/doc/hubot) to set it up. | ||||
|  | ||||
| * If the product can send email notifications, you can | ||||
|   [send those emails to a stream](/help/message-a-stream-by-email). | ||||
|  | ||||
|   | ||||
| @@ -386,8 +386,7 @@ | ||||
|             <p> | ||||
|                 Zulip has more than 90 native integrations. Several hundred more | ||||
|                 are available through | ||||
|                 <a href="/integrations/doc/hubot">Hubot</a>, | ||||
|                 <a href="/integrations/doc/zapier">Zapier</a>, | ||||
|                 <a href="/integrations/doc/zapier">Zapier</a> | ||||
|                 and | ||||
|                 <a href="/integrations/doc/ifttt">IFTTT</a>. | ||||
|             </p> | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # Request an integration | ||||
|  | ||||
| Zulip comes with over 100 native integrations. Hundreds more are | ||||
| available through [Hubot](https://hubot.github.com/), | ||||
| available through | ||||
| [Zapier](https://zapier.com/home), [IFTTT](https://ifttt.com/), and | ||||
| the [Slack compatible webhook](/integrations/doc/slack_incoming). | ||||
|  | ||||
|   | ||||
| @@ -26,8 +26,7 @@ | ||||
|                     <h2 class="portico-page-subheading"> | ||||
|                         {% trans %} | ||||
|                         And hundreds more through | ||||
|                         <a href="/integrations/doc/hubot">Hubot</a>, | ||||
|                         <a href="/integrations/doc/zapier">Zapier</a>, | ||||
|                         <a href="/integrations/doc/zapier">Zapier</a> | ||||
|                         and | ||||
|                         <a href="/integrations/doc/ifttt">IFTTT</a>. | ||||
|                         {% endtrans %} | ||||
|   | ||||
| @@ -197,7 +197,6 @@ class DocPageTest(ZulipTestCase): | ||||
|             "native integrations.", | ||||
|             extra_strings=[ | ||||
|                 "And hundreds more through", | ||||
|                 "Hubot", | ||||
|                 "Zapier", | ||||
|                 "IFTTT", | ||||
|             ], | ||||
|   | ||||
| @@ -154,7 +154,7 @@ 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. " | ||||
|         "and integrates with Zapier and IFTTT to provide hundreds more. " | ||||
|         "Connect the apps you use every day to Zulip." | ||||
|     ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user