mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
integrations/puppet: Migrate docs to Markdown.
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
<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>
|
|
||||||
8
templates/zerver/integrations/puppet.md
Normal file
8
templates/zerver/integrations/puppet.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Zulip supports Puppet integration and can notify you when Puppet
|
||||||
|
runs fail (or when they happen at all).
|
||||||
|
|
||||||
|
You can follow the instructions
|
||||||
|
[here](https://forge.puppetlabs.com/mbarr/puppet_zulip)
|
||||||
|
to get it set up.
|
||||||
|
|
||||||
|
##### Thanks to Matt from Kensho for submitting this integration!
|
||||||
@@ -291,7 +291,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.md'),
|
'phabricator': Integration('phabricator', 'phabricator', doc='zerver/integrations/phabricator.md'),
|
||||||
'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.html'),
|
'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.md'),
|
||||||
'redmine': Integration('redmine', 'redmine', doc='zerver/integrations/redmine.html'),
|
'redmine': Integration('redmine', 'redmine', doc='zerver/integrations/redmine.html'),
|
||||||
'rss': Integration('rss', 'rss', display_name='RSS', doc='zerver/integrations/rss.html'),
|
'rss': Integration('rss', 'rss', display_name='RSS', doc='zerver/integrations/rss.html'),
|
||||||
'subversion': Integration('subversion', 'subversion', doc='zerver/integrations/subversion.md'),
|
'subversion': Integration('subversion', 'subversion', doc='zerver/integrations/subversion.md'),
|
||||||
|
|||||||
Reference in New Issue
Block a user