mirror of https://github.com/zulip/zulip.git
integrations: Update Yo Documentation.
I have updated the documentation for the Yp integration to include number for ease of readability. Fixes part of #17633.
This commit is contained in:
parent
bd79428a19
commit
3649da27bf
|
@ -1,24 +1,24 @@
|
|||
See your Yo App notifications in Zulip!
|
||||
|
||||
First, on your {{ settings_html|safe }}, create a bot for
|
||||
{{ integration_display_name }}. Construct the URL for the
|
||||
{{ integration_display_name }} bot using the bot API key
|
||||
and the email address associated with your Zulip account:
|
||||
1. First, on your {{ settings_html|safe }}, create a bot for
|
||||
{{ integration_display_name }}. Construct the URL for the
|
||||
{{ integration_display_name }} bot using the bot API key
|
||||
and the email address associated with your Zulip account:
|
||||
|
||||
`{{ api_url }}{{ integration_url }}?api_key=abcdefgh&email=awesome@zulip.example.com`
|
||||
`{{ api_url }}{{ integration_url }}?api_key=abcdefgh&email=awesome@zulip.example.com`
|
||||
|
||||
Modify the parameters of the URL above, where `api_key` is the API key
|
||||
of your Zulip bot.
|
||||
1. Modify the parameters of the URL above, where `api_key` is the API key
|
||||
of your Zulip bot.
|
||||
|
||||
You will receive your notifications as a private message from the bot.
|
||||
1. You will receive your notifications as a private message from the bot.
|
||||
|
||||
Copy the URL created and go to <https://yoapi.justyo.co>.
|
||||
1. Copy the URL created and go to <https://yoapi.justyo.co>.
|
||||
|
||||
Sign in using your username and password and go to **Edit Profile**.
|
||||
1. Sign in using your username and password and go to **Edit Profile**.
|
||||
|
||||
![](/static/images/integrations/yo-app/001.png)
|
||||
![](/static/images/integrations/yo-app/001.png)
|
||||
|
||||
Paste the URL in the **Callback** field and click on **Update**.
|
||||
1. Paste the URL in the **Callback** field and click on **Update**.
|
||||
|
||||
{!congrats.md!}
|
||||
|
||||
|
|
Loading…
Reference in New Issue