mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
integrations doc: Move phabricator doc to separate file.
This commit is contained in:
@@ -117,28 +117,6 @@
|
||||
{% endif %}
|
||||
|
||||
|
||||
<div id="phabricator" class="integration-instructions">
|
||||
|
||||
|
||||
<p>Zulip supports integration with Phabricator and can notify you of the
|
||||
latest items in your Phabricator feed.</p>
|
||||
|
||||
<p>You can follow the instructions at
|
||||
<a href="https://github.com/zulip/phabricator-to-zulip">
|
||||
https://github.com/zulip/phabricator-to-zulip
|
||||
</a>
|
||||
to get it set up.
|
||||
</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="puppet" class="integration-instructions">
|
||||
<p>Zulip supports Puppet integration and can notify you when Puppet runs fail (or when they happen at all).</p>
|
||||
|
||||
|
||||
12
templates/zerver/integrations/phabricator.html
Normal file
12
templates/zerver/integrations/phabricator.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<p>
|
||||
Zulip supports integration with Phabricator and can notify you of the
|
||||
latest items in your Phabricator feed.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can follow the instructions at
|
||||
<a href="https://github.com/zulip/phabricator-to-zulip">
|
||||
https://github.com/zulip/phabricator-to-zulip
|
||||
</a>
|
||||
to get it set up.
|
||||
</p>
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user