mirror of https://github.com/zulip/zulip.git
integration-docs: Add comma to all uses of "e.g." in integration docs.
This commit is contained in:
parent
2fab09639f
commit
6dfe063c91
|
@ -1,3 +1,3 @@
|
||||||
* You can limit the branches you receive notifications for by
|
* You can limit the branches you receive notifications for by
|
||||||
specifying them in a comma-separated list appended to the generated
|
specifying them in a comma-separated list appended to the generated
|
||||||
URL, e.g. `&branches=main,development`.
|
URL, e.g., `&branches=main,development`.
|
||||||
|
|
|
@ -49,7 +49,7 @@ To learn more, see the [plugin's README](https://github.com/jenkinsci/zulip-plug
|
||||||
|
|
||||||
1. Did you set up a post-build action for your project?
|
1. Did you set up a post-build action for your project?
|
||||||
|
|
||||||
1. Does the stream you picked (e.g. `jenkins`) already exist?
|
1. Does the stream you picked (e.g., `jenkins`) already exist?
|
||||||
If not, create the stream and make sure you're subscribed to it.
|
If not, create the stream and make sure you're subscribed to it.
|
||||||
|
|
||||||
1. Are your API key and email address correct? Test them
|
1. Are your API key and email address correct? Test them
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
* **Name**: Zulip
|
* **Name**: Zulip
|
||||||
* **Authentication Method**: Basic Auth
|
* **Authentication Method**: Basic Auth
|
||||||
* **URL**: `{{ api_url }}/v1/external/deskdotcom`
|
* **URL**: `{{ api_url }}/v1/external/deskdotcom`
|
||||||
* **User name**: *your bot's user name, e.g.* `desk-bot@yourdomain.com`
|
* **User name**: your bot's user name, e.g., `desk-bot@yourdomain.com`
|
||||||
* **Password**: *your bot's API key*
|
* **Password**: your bot's API key
|
||||||
|
|
||||||
![](/static/images/integrations/desk/002.png)
|
![](/static/images/integrations/desk/002.png)
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
**Add Action** to add a new action. You'll do this for every action
|
**Add Action** to add a new action. You'll do this for every action
|
||||||
you want a notification on Zulip for. (To add another action later,
|
you want a notification on Zulip for. (To add another action later,
|
||||||
look for your custom action on the **Apps** page under
|
look for your custom action on the **Apps** page under
|
||||||
**Installed Apps.**
|
**Installed Apps**.)
|
||||||
|
|
||||||
![](/static/images/integrations/desk/003.png)
|
![](/static/images/integrations/desk/003.png)
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ New Relic can send messages to a Zulip channel for incidents.
|
||||||
|
|
||||||
1. Navigate to **Notification channels**.
|
1. Navigate to **Notification channels**.
|
||||||
|
|
||||||
1. Create a new notification channel. Select channel type of **Webhook**, choose a name (e.g. "Zulip"), enter the webhook url created earlier as **Base Url**.
|
1. Create a new notification channel. Select channel type of **Webhook**, choose a name (e.g., "Zulip"), enter the webhook url created earlier as **Base Url**.
|
||||||
|
|
||||||
1. It should look like:
|
1. It should look like:
|
||||||
![](/static/images/integrations/newrelic/newrelic.png)
|
![](/static/images/integrations/newrelic/newrelic.png)
|
||||||
|
|
|
@ -37,7 +37,7 @@ us](/help/contact-support) if a platform you care about is missing.
|
||||||
1. Once you've saved the internal integration, go to **Alerts** and click
|
1. Once you've saved the internal integration, go to **Alerts** and click
|
||||||
on the **Create Alert** button to create a new alert rule. Select the
|
on the **Create Alert** button to create a new alert rule. Select the
|
||||||
project for which you want to receive notifications. Set the conditions
|
project for which you want to receive notifications. Set the conditions
|
||||||
to be whatever you want (e.g. the events you want to be notified for),
|
to be whatever you want (e.g., the events you want to be notified for),
|
||||||
and under **PERFORM THESE ACTIONS**, select **Add an action...** >
|
and under **PERFORM THESE ACTIONS**, select **Add an action...** >
|
||||||
**Send a notification via an integration**, and set it to the internal
|
**Send a notification via an integration**, and set it to the internal
|
||||||
integration you created in the previous step.
|
integration you created in the previous step.
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
* **URL**: the URL we created above
|
* **URL**: the URL we created above
|
||||||
* **Method**: POST
|
* **Method**: POST
|
||||||
* **Attribute Name**: message
|
* **Attribute Name**: message
|
||||||
* **Username**: *your bot's user name, e.g.* `zendesk-bot@yourdomain.com`
|
* **Username**: your bot's user name, e.g., `zendesk-bot@yourdomain.com`
|
||||||
* **Password**: *your bot's API key*
|
* **Password**: your bot's API key
|
||||||
|
|
||||||
![](/static/images/integrations/zendesk/003.png)
|
![](/static/images/integrations/zendesk/003.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue