integration guide: Update documentation instructions.

This commit is contained in:
Tim Abbott 2016-08-04 12:04:12 -07:00
parent 6ab09064ac
commit 4a7e6e852f
1 changed files with 6 additions and 3 deletions

View File

@ -527,9 +527,12 @@ Every Zulip integration must be documented in
`templates/zerver/integrations.html`. Usually, this involves a few
steps:
* Add an `integration-lozenge` class block in the alphabetically
correct place in the main integration list, using the logo for the
integrated software.
* Make sure you've added your integration to
`zerver/lib/integrations.py`; this results in your integration
appearing on the `/integrations` page. You'll need to add a logo
image for your integration under the
`static/images/integrations/logos/<name>.png`, where `<name>` is the
name of the integration, all in lower case.
* Add an `integration-instructions` class block also in the
alphabetically correct place, explaining all the steps required to