mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
docs: Update API and contributor documentation for new macro.
Updates API and contributor documentation for writing integrations for the new `generate-integration-url.md` macro. Removes all refrences to `create-bot-construct-url.md`, which was removed in the previous commit.
This commit is contained in:
committed by
Tim Abbott
parent
0d525cf644
commit
e72a9fb814
@@ -429,8 +429,9 @@ Learn how Zulip integrations work with this simple Hello World example!
|
||||
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-an-incoming-webhook.md!}
|
||||
|
||||
1. {!generate-integration-url.md!}
|
||||
|
||||
1. To trigger a notification using this example webhook, you can use
|
||||
`send_webhook_fixture_message` from a [Zulip development
|
||||
@@ -455,7 +456,7 @@ Learn how Zulip integrations work with this simple Hello World example!
|
||||
|
||||
```
|
||||
|
||||
`{!create-bot-construct-url.md!}` and `{!congrats.md!}` are examples of
|
||||
`{!create-an-incoming-webhook.md!}` and `{!congrats.md!}` are examples of
|
||||
a Markdown macro. Zulip has a macro-based Markdown/Jinja2 framework that
|
||||
includes macros for common instructions in Zulip's webhooks/integrations
|
||||
documentation.
|
||||
|
||||
Reference in New Issue
Block a user