integrations/phabricator: Migrate docs to Markdown.

This commit is contained in:
Eeshan Garg
2017-06-20 00:27:01 -02:30
committed by showell
parent 169d7393a6
commit fc0d7ed882
3 changed files with 7 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
<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>

View File

@@ -0,0 +1,6 @@
Zulip supports integration with Phabricator and can notify you
of the latest items in your Phabricator feed.
You can follow the instructions
[here](https://github.com/zulip/phabricator-to-zulip)
to get it set up.

View File

@@ -290,7 +290,7 @@ INTEGRATIONS = {
doc='zerver/integrations/openshift.md' doc='zerver/integrations/openshift.md'
), ),
'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.md'),
'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.html'), 'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.html'),
'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'),