integrations-docs: Make use of consistent spacing.

This commit is contained in:
Satyam Bansal
2023-07-17 22:35:17 +05:30
committed by Tim Abbott
parent 2ba2646730
commit 25cc0e4030
11 changed files with 57 additions and 57 deletions

View File

@@ -3,13 +3,13 @@ Learn how Zulip integrations work with this simple Hello World example!
This webhook is Zulip's official [example
integration](/api/incoming-webhooks-walkthrough).
1. The Hello World webhook will use the `test` stream, which is created
1. The Hello World webhook will use the `test` stream, which is created
by default in the Zulip development environment. If you are running
Zulip in production, you should make sure that this stream exists.
1. {!create-bot-construct-url.md!}
1. {!create-bot-construct-url.md!}
1. To trigger a notification using this example webhook, you can use
1. To trigger a notification using this example webhook, you can use
`send_webhook_fixture_message` from a [Zulip development
environment](https://zulip.readthedocs.io/en/latest/development/overview.html):