mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Fix formatting, grammar, and style in Yo integration docs.
This commit is contained in:
committed by
Tim Abbott
parent
4c529cdf37
commit
c270b94b21
@@ -2034,23 +2034,24 @@ access_token_secret =</pre>
|
||||
|
||||
<p>See your Yo App notifications in Zulip!</p>
|
||||
|
||||
<p>Set up a bot for the integration. You'll need the bot's API key
|
||||
to construct a URL for Yo App Callback.</p>
|
||||
<p><a href="/api/#api_keys">Go to your Zulip settings and set up a Zulip bot for the
|
||||
integration.</a> You'll need the bot's API key to construct a URL for
|
||||
<a href="http://docs.justyo.co/docs/receiving-a-yo-with-the-api">Yo App Callback</a>.</p>
|
||||
|
||||
<p>You will receive your notifications as a private message between you and the bot.</p>
|
||||
|
||||
<pre>
|
||||
Create URL using your bot's API key and the email address
|
||||
associated with your Zulip account:
|
||||
https://zulip.example.com/api/v1/external/yo?email=awesome@zulip.example.com&api_key=abcdefgh
|
||||
</pre>
|
||||
<p>Create a URL using your bot's API key and the email address associated with your Zulip account:</p>
|
||||
|
||||
<p>Copy the url created and go to <a href="https://yoapi.justyo.co">yoapi.justyo.co</a></p>
|
||||
<p>Sign in using your username and password and go to Edit Profile.</p>
|
||||
<p><pre><code>
|
||||
https://zulip.example.com/api/v1/external/yo?email=awesome@zulip.example.com&api_key=abcdefgh
|
||||
</code></pre></p>
|
||||
|
||||
<p>Copy the URL created and go to <a href="https://yoapi.justyo.co">yoapi.justyo.co</a>.</p>
|
||||
<p>Sign in using your username and password and go to <b>Edit Profile</b>.</p>
|
||||
|
||||
<img class="screenshot" src="/static/images/integrations/yo-app/001.png" />
|
||||
|
||||
<p>Paste the URL in Callback field and click on Update.</p>
|
||||
<p>Paste the URL in the <b>Callback</b> field and click on <b>Update</b>.</p>
|
||||
|
||||
<p><b>Congratulations! You're done!</b><br />When someone sends your username a Yo,
|
||||
you'll receive a notification as a private message from the bot
|
||||
|
||||
Reference in New Issue
Block a user