mirror of https://github.com/zulip/zulip.git
help: Remove follow-steps doc macro.
This commit is contained in:
parent
00255ad7c0
commit
390eeaab5b
|
@ -284,7 +284,7 @@ immediately after the title.
|
|||
```md
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} change who can join your stream by changing the stream's
|
||||
Follow the following steps to change who can join your stream by changing the stream's
|
||||
accessibility.
|
||||
```
|
||||
```md
|
||||
|
@ -371,24 +371,6 @@ macro](#message-actions-message-actions-md-macro).
|
|||
name of the stream in the **Filter streams** input.
|
||||
```
|
||||
|
||||
### **Follow steps** `{!follow-steps.md!}` macro
|
||||
|
||||
* **About:** Prepends phrases with instructions to follow the following steps.
|
||||
|
||||
* **Contents:**
|
||||
```md
|
||||
Follow the following steps to
|
||||
```
|
||||
|
||||
* **Example usage and rendering:**
|
||||
```md
|
||||
{!follow-steps.md!} change your mobile notification settings.
|
||||
```
|
||||
```md
|
||||
Follow the following steps to change your mobile notification
|
||||
settings.
|
||||
```
|
||||
|
||||
### **Message actions** `{!message-actions.md!}` macro
|
||||
|
||||
* **About:** Explains how to view the actions of message. Usually followed by an instruction
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Ordinary users can [change their own names](/help/change-your-name), but
|
||||
administrators can change users' names when users are
|
||||
unavailable. {!follow-steps.md!} change the name of a user.
|
||||
unavailable. Follow the following steps to change the name of a user.
|
||||
|
||||
1. Go to the [Users](/#organization/user-list-admin)
|
||||
{!admin.md!}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} change the default language of your organization.
|
||||
Follow the following steps to change the default language of your organization.
|
||||
|
||||
1. Go to the [Organization settings](/#organization/organization-settings)
|
||||
{!admin.md!}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} change who can join your stream by changing the stream's
|
||||
Follow the following steps to change who can join your stream by changing the stream's
|
||||
privacy.
|
||||
|
||||
Please note that any users that were previously subscribed to the stream will
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} change the description of any stream in your
|
||||
Follow the following steps to change the description of any stream in your
|
||||
organization.
|
||||
|
||||
{!subscriptions.md!}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Configure email digest notifications
|
||||
|
||||
{!follow-steps.md!} configure your settings to receive a weekly digest email
|
||||
Follow the following steps to configure your settings to receive a weekly digest email
|
||||
with a summary of the activity on your Zulip organization, such as popular
|
||||
conversations and new users, while you were away.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Configure email notifications
|
||||
|
||||
{!follow-steps.md!} configure your settings to receive email notifications
|
||||
Follow the following steps to configure your settings to receive email notifications
|
||||
for private messages and @-mentions sent while you are offline.
|
||||
|
||||
1. Go to the [Notifications](/#settings/notifications)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Configure mobile push notifications
|
||||
|
||||
{!follow-steps.md!} change your mobile notification settings.
|
||||
Follow the following steps to change your mobile notification settings.
|
||||
|
||||
1. Go to the [Notifications](/#settings/notifications)
|
||||
{!settings.md!}
|
||||
|
|
|
@ -11,7 +11,7 @@ searching for your organization.
|
|||
|
||||
## Change your organization's name
|
||||
|
||||
{!follow-steps.md!} change the name of your organization.
|
||||
Follow the following steps to change the name of your organization.
|
||||
|
||||
2. Edit your organization's name in the **Your organization's name** textbox.
|
||||
You can choose any name of up to 40 characters for your organization.
|
||||
|
@ -20,7 +20,7 @@ You can choose any name of up to 40 characters for your organization.
|
|||
|
||||
## Change your organization's description
|
||||
|
||||
{!follow-steps.md!} change the description of your organization.
|
||||
Follow the following steps to change the description of your organization.
|
||||
|
||||
2. Edit your organization's description in the **Your organization's description**
|
||||
textbox. Markdown syntax is supported.
|
||||
|
@ -29,7 +29,7 @@ textbox. Markdown syntax is supported.
|
|||
|
||||
## Change your organization's avatar
|
||||
|
||||
{!follow-steps.md!} change the avatar your organization uses.
|
||||
Follow the following steps to change the avatar your organization uses.
|
||||
|
||||
2. Under the **Organization avatar** section, click the **Upload new icon**
|
||||
button and select the image you would like to use from your computer.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} deactivate or reactivate any bots
|
||||
Follow the following steps to deactivate or reactivate any bots
|
||||
in your organization.
|
||||
|
||||
!!! tip ""
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} deactivate or reactivate any user's account in your
|
||||
Follow the following steps to deactivate or reactivate any user's account in your
|
||||
organization.
|
||||
|
||||
## Deactivate a user
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Follow the following steps to
|
|
@ -1,7 +1,7 @@
|
|||
# Invite a friend to Zulip
|
||||
|
||||
By default, all users in a Zulip organization can invite users to
|
||||
their Zulip organization. {!follow-steps.md!} invite a friend to Zulip.
|
||||
their Zulip organization. Follow the following steps to invite a friend to Zulip.
|
||||
|
||||
1. Click the cog (<i class="icon-vector-cog"></i>) in the top right corner of
|
||||
the right sidebar.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
By default, everyone in an organization is a user; this limits them from
|
||||
modifying organization-wide settings, such as changing the organization name,
|
||||
activating or deactivating users, deleting streams, etc. {!follow-steps.md!}
|
||||
activating or deactivating users, deleting streams, etc. Follow the following steps to
|
||||
give any user in your organization administrative rights.
|
||||
|
||||
1. Go to the [Users](/#organization/user-list-admin)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Manage your uploaded files
|
||||
|
||||
{!follow-steps.md!} view and manage the uploaded files to your organization.
|
||||
Follow the following steps to view and manage the uploaded files to your organization.
|
||||
|
||||
## View your uploaded files
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} rename existing streams in your organization.
|
||||
Follow the following steps to rename existing streams in your organization.
|
||||
|
||||
{!subscriptions.md!}
|
||||
{!filter-streams.md!}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Send a private message
|
||||
|
||||
{!follow-steps.md!} send a new private message.
|
||||
Follow the following steps to send a new private message.
|
||||
|
||||
## Open a new compose box for private messaging
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Send a new stream message
|
||||
|
||||
{!follow-steps.md!} send a new stream message.
|
||||
Follow the following steps to send a new stream message.
|
||||
|
||||
1. Click the **New topic** button located in the compose box
|
||||
at the bottom of your screen. The compose box will open, showing the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{!admin-only.md!}
|
||||
|
||||
{!follow-steps.md!} set the default streams that new users are automatically
|
||||
Follow the following steps to set the default streams that new users are automatically
|
||||
subscribed to.
|
||||
|
||||
1. Go to the [Default streams](/#organization/default-streams-list)
|
||||
|
|
|
@ -20,7 +20,7 @@ rerenders the message to display the timestamp, so you can look for
|
|||
the timestamp to determine whether a message has been successfully
|
||||
received by the server.
|
||||
|
||||
{!follow-steps.md!} to see this in action.
|
||||
Follow the following steps to to see this in action.
|
||||
|
||||
1. Disconnect your computer from the Internet.
|
||||
|
||||
|
|
Loading…
Reference in New Issue