integrations doc: Move hubot doc to separate file.

This commit is contained in:
Tomasz Kolek
2017-04-05 07:23:24 +02:00
committed by Tim Abbott
parent bd1103373d
commit 34500f755c
3 changed files with 49 additions and 42 deletions

View File

@@ -194,7 +194,7 @@ INTEGRATIONS = {
display_name='Google Calendar',
doc='zerver/integrations/google-calendar.html'
),
'hubot': Integration('hubot', 'hubot'),
'hubot': Integration('hubot', 'hubot', doc='zerver/integrations/hubot.html'),
'jenkins': Integration('jenkins', 'jenkins', secondary_line_text='(or Hudson)'),
'jira-plugin': Integration(
'jira-plugin',