mirror of https://github.com/zulip/zulip.git
docs: Update the gear menu icon.
This commit updates the /help and /api docs to reflect the new gear
menu icon introduced in bc3d486
.
This commit is contained in:
parent
bb5db2cc4b
commit
19a7dae8aa
|
@ -89,7 +89,7 @@ pip3 install zulip_botserver
|
||||||
1. Register new bot users on the Zulip server's web interface.
|
1. Register new bot users on the Zulip server's web interface.
|
||||||
|
|
||||||
* Log in to the Zulip server.
|
* Log in to the Zulip server.
|
||||||
* Navigate to *Personal settings (<i class="fa fa-cog"></i>)* -> *Bots* -> *Add a new bot*.
|
* Navigate to *Personal settings (<i class="zulip-icon zulip-icon-gear"></i>)* -> *Bots* -> *Add a new bot*.
|
||||||
Select *Outgoing webhook* for bot type, fill out the form (using
|
Select *Outgoing webhook* for bot type, fill out the form (using
|
||||||
the URL from above) and click on *Create bot*.
|
the URL from above) and click on *Create bot*.
|
||||||
* A new bot user should appear in the *Active bots* panel.
|
* A new bot user should appear in the *Active bots* panel.
|
||||||
|
|
|
@ -18,7 +18,7 @@ with porting an existing Slack integration to work with Zulip.
|
||||||
To register an outgoing webhook:
|
To register an outgoing webhook:
|
||||||
|
|
||||||
* Log in to the Zulip server.
|
* Log in to the Zulip server.
|
||||||
* Navigate to *Personal settings (<i class="fa fa-cog"></i>)* -> *Bots* ->
|
* Navigate to *Personal settings (<i class="zulip-icon zulip-icon-gear"></i>)* -> *Bots* ->
|
||||||
*Add a new bot*. Select *Outgoing webhook* for bot type, the URL
|
*Add a new bot*. Select *Outgoing webhook* for bot type, the URL
|
||||||
you'd like Zulip to post to as the **Endpoint URL**, the format you
|
you'd like Zulip to post to as the **Endpoint URL**, the format you
|
||||||
want, and click on *Create bot*. to submit the form/
|
want, and click on *Create bot*. to submit the form/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
|
1. Click on the **gear** (<i class="zulip-icon zulip-icon-gear"></i>) icon in the upper
|
||||||
right corner of the web or desktop app.
|
right corner of the web or desktop app.
|
||||||
|
|
||||||
1. Select <i class="fa fa-user-plus"></i> **Invite users**.
|
1. Select <i class="fa fa-user-plus"></i> **Invite users**.
|
||||||
|
|
|
@ -56,7 +56,7 @@ Here are some ways to find the URL for your Zulip organization.
|
||||||
* On [Zulip Cloud](https://zulip.com/plans/) and other Zulip servers updated to
|
* On [Zulip Cloud](https://zulip.com/plans/) and other Zulip servers updated to
|
||||||
[Zulip 6.0 or
|
[Zulip 6.0 or
|
||||||
higher](https://zulip.readthedocs.io/en/stable/overview/changelog.html#zulip-6-x-series),
|
higher](https://zulip.readthedocs.io/en/stable/overview/changelog.html#zulip-6-x-series),
|
||||||
click the **gear** (<i class="fa fa-cog"></i>) icon in the upper right
|
click the **gear** (<i class="zulip-icon zulip-icon-gear"></i>) icon in the upper right
|
||||||
corner of the web or desktop app. Your organization's log in URL is shown in the top
|
corner of the web or desktop app. Your organization's log in URL is shown in the top
|
||||||
section of the menu.
|
section of the menu.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
{tab|desktop-web}
|
{tab|desktop-web}
|
||||||
|
|
||||||
1. Click the **gear** (<i class="fa fa-cog"></i>) icon in the top
|
1. Click the **gear** (<i class="zulip-icon zulip-icon-gear"></i>) icon in the top
|
||||||
right corner of the app.
|
right corner of the app.
|
||||||
|
|
||||||
1. Click **Log out**.
|
1. Click **Log out**.
|
||||||
|
|
|
@ -19,7 +19,7 @@ Zulip Cloud organizations are always updated to the latest version of Zulip.
|
||||||
|
|
||||||
{tab|v6}
|
{tab|v6}
|
||||||
|
|
||||||
1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
|
1. Click on the **gear** (<i class="zulip-icon zulip-icon-gear"></i>) icon in the upper
|
||||||
right corner of the web or desktop app.
|
right corner of the web or desktop app.
|
||||||
|
|
||||||
1. View the version number or Zulip Cloud plan in the top section of the menu.
|
1. View the version number or Zulip Cloud plan in the top section of the menu.
|
||||||
|
|
|
@ -102,7 +102,7 @@ link_mapping = {
|
||||||
}
|
}
|
||||||
|
|
||||||
settings_markdown = """
|
settings_markdown = """
|
||||||
1. Click on the **gear** (<i class="fa fa-cog"></i>) icon in the upper
|
1. Click on the **gear** (<i class="zulip-icon zulip-icon-gear"></i>) icon in the upper
|
||||||
right corner of the web or desktop app.
|
right corner of the web or desktop app.
|
||||||
|
|
||||||
1. Select **{setting_type_name}**.
|
1. Select **{setting_type_name}**.
|
||||||
|
|
Loading…
Reference in New Issue