integrations doc: Move phabricator doc to separate file.

This commit is contained in:
Tomasz Kolek
2017-04-05 07:49:21 +02:00
committed by Tim Abbott
parent 4a6acc4fb9
commit f4bd9dfda5
3 changed files with 13 additions and 23 deletions

View File

@@ -223,7 +223,7 @@ INTEGRATIONS = {
doc='zerver/integrations/openshift.html'
),
'perforce': Integration('perforce', 'perforce', doc='zerver/integrations/perforce.html'),
'phabricator': Integration('phabricator', 'phabricator'),
'phabricator': Integration('phabricator', 'phabricator', doc='zerver/integrations/phabricator.html'),
'puppet': Integration('puppet', 'puppet'),
'redmine': Integration('redmine', 'redmine'),
'rss': Integration('rss', 'rss', display_name='RSS'),