integrations doc: Move puppet doc to separate file.

This commit is contained in:
Tomasz Kolek
2017-04-05 07:49:59 +02:00
committed by Tim Abbott
parent f4bd9dfda5
commit 06e4adc01d
3 changed files with 13 additions and 22 deletions

View File

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