mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
integrations doc: Move puppet doc to separate file.
This commit is contained in:
@@ -117,27 +117,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<div id="puppet" class="integration-instructions">
|
|
||||||
<p>Zulip supports Puppet integration and can notify you when Puppet runs fail (or when they happen at all).</p>
|
|
||||||
|
|
||||||
<p>You can follow the instructions at
|
|
||||||
<a href="https://forge.puppetlabs.com/mbarr/puppet_zulip">
|
|
||||||
https://forge.puppetlabs.com/mbarr/puppet_zulip
|
|
||||||
</a>
|
|
||||||
to get it set up.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p><small>Thanks to Matt from Kensho for submitting this integration!</small></p>
|
|
||||||
|
|
||||||
<p style="font-size:11px; font-style:italic;">
|
|
||||||
Logos are trademarks of their respective owners.
|
|
||||||
None of the integrations on this page are created by,
|
|
||||||
affiliated with, or supported by the companies
|
|
||||||
represented by the logos.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="redmine" class="integration-instructions">
|
<div id="redmine" class="integration-instructions">
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
12
templates/zerver/integrations/puppet.html
Normal file
12
templates/zerver/integrations/puppet.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<p>Zulip supports Puppet integration and can notify you when Puppet runs fail (or when they happen at all).</p>
|
||||||
|
|
||||||
|
<p>You can follow the instructions at
|
||||||
|
<a href="https://forge.puppetlabs.com/mbarr/puppet_zulip">
|
||||||
|
https://forge.puppetlabs.com/mbarr/puppet_zulip
|
||||||
|
</a>
|
||||||
|
to get it set up.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<small>Thanks to Matt from Kensho for submitting this integration!</small>
|
||||||
|
</p>
|
||||||
@@ -224,7 +224,7 @@ INTEGRATIONS = {
|
|||||||
),
|
),
|
||||||
'perforce': Integration('perforce', 'perforce', doc='zerver/integrations/perforce.html'),
|
'perforce': Integration('perforce', 'perforce', doc='zerver/integrations/perforce.html'),
|
||||||
'phabricator': Integration('phabricator', 'phabricator', doc='zerver/integrations/phabricator.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'),
|
'redmine': Integration('redmine', 'redmine'),
|
||||||
'rss': Integration('rss', 'rss', display_name='RSS'),
|
'rss': Integration('rss', 'rss', display_name='RSS'),
|
||||||
'subversion': Integration('subversion', 'subversion'),
|
'subversion': Integration('subversion', 'subversion'),
|
||||||
|
|||||||
Reference in New Issue
Block a user