diff --git a/zerver/webhooks/taiga/doc.html b/zerver/webhooks/taiga/doc.html deleted file mode 100644 index dc83ca02c8..0000000000 --- a/zerver/webhooks/taiga/doc.html +++ /dev/null @@ -1,94 +0,0 @@ -
- Go on your {{ settings_html|safe }}, create a Taiga bot. - Please note the bot name and API key. -
- -- Since Taiga allows you to integrate services on a per - project basis, you have to perform the following steps - for every project that you want to send - notifications to Zulip. -
- -Go to Admin > Integration > Webhooks menu.
-Click Add a new webhook.
-Fill out the form by following the instructions:
-Zulip
- {{ external_api_uri_subdomain }}/v1/external/taiga?stream=STREAM_NAME&topic=TOPIC_NAME&api_key=BOT_API_KEY
- STREAM_NAME - The url-encoded name of
- stream which you want to receive notifications.
- You can use an existing Zulip stream or create a
- new one for this.
- TOPIC_NAME - The url-encoded
- topic where your Taiga notifications will be
- posted. (Read the notes below.)
- BOT_API_KEY - API key created in Zulip.
- Remember to url-encode the stream and topic
- names. E.g. spaces need to be replaced
- with %20 (e.g. so if you want your stream
- to be called "My awesome project", STREAM_NAME
- should be My%20awesome%20project).
-
Click Save once you've finished filling out the form.
-
- That's it! Your actions on Taiga should now cause
- notifications on the Zulip stream you specified above.
-
-
- There are two different ways you may want to consider - when organizing your Taiga - Zulip integration: -
-Taiga. (Make sure to create this stream
- first!) For every integrated project, provide a new topic.
-
- -STREAM_NAME = Taiga -TOPIC = Project- -
%20).
-
- -STREAM_NAME = My%20existing%20Zulip%20stream -TOPIC = Taiga- -