mirror of https://github.com/zulip/zulip.git
webhooks/codeship: Update text and remove screenshots.
This commit: * Adds a missing step to the documentation. * Replaces wording such as "Go to X" with "Click on X". * Removes the unnecessary screenshots. * Rearranges the doc to contain only 4 steps. For uncomplicated setups, 4 seems to be the right number.
This commit is contained in:
parent
0d39b05cf6
commit
e139d29fca
Binary file not shown.
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
|
@ -3,27 +3,16 @@ your build statuses.
|
|||
|
||||
1. {!create-stream.md!}
|
||||
|
||||
2. {!create-bot-construct-url-indented.md!}
|
||||
1. {!create-bot-construct-url-indented.md!}
|
||||
|
||||
3. Next, for your project, go to **Project Settings**, click on
|
||||
**Notifications**. The URL for the **Notifications** page should
|
||||
look like the following:
|
||||
1. Next, on your project's webpage, click on **Project Settings** in
|
||||
the top right corner. Click on the **Notifications** tab, and click on
|
||||
the **+ New Notification** button. Select **Webhook**.
|
||||
|
||||
`https://codeship.com/projects/PROJECT_ID/configure_notifications`
|
||||
|
||||
where `PROJECT_ID` is the ID of your project in Codeship.
|
||||
|
||||
4. Click on the **+ New Notification** button.
|
||||
|
||||
5. In the **Webhook URL** field, provide the URL constructed above:
|
||||
|
||||
![](/static/images/integrations/codeship/001.png)
|
||||
|
||||
You may also supply an optional description or a specific branch
|
||||
you would like to be notified about.
|
||||
|
||||
6. Click **Save**.
|
||||
1. Set **Webhook URL** to the URL created above. You may also supply
|
||||
an optional description or a specific branch you would like to be
|
||||
notified about. Click **Save**.
|
||||
|
||||
{!congrats.md!}
|
||||
|
||||
![](/static/images/integrations/codeship/002.png)
|
||||
![](/static/images/integrations/codeship/001.png)
|
||||
|
|
Loading…
Reference in New Issue