integrations doc: Move redmine doc to separate file.

This commit is contained in:
Tomasz Kolek
2017-04-05 07:53:27 +02:00
committed by Tim Abbott
parent 06e4adc01d
commit 65dfc97fc4
3 changed files with 94 additions and 83 deletions

View File

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