mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
help: Use 1. for numbered lists everywhere.
The conversion script for help-beta assumes that all items in a numbered list start with 1. which was a wrong assumption. This commit attempts to fix that. We are not introducing any lint step to tackle this since it will be easy to just check for this again before the cutover happens. We do not change this for `numbered-list-examples.md` since that example shows how the current numbered lists work and we might still want to show that. We can decide what to do with that file once the time of cutover arrives.
This commit is contained in:
committed by
Tim Abbott
parent
b8e09b3c35
commit
a54d247111
@@ -2,14 +2,14 @@
|
||||
|
||||
1. If you are logged in, start by [logging out](/help/logging-out).
|
||||
|
||||
2. Go to your organization's login page at `https://<organization-url>/login/`.
|
||||
1. Go to your organization's login page at `https://<organization-url>/login/`.
|
||||
|
||||
3. Click the **Forgot your password?** link below the **Log in** button or
|
||||
1. Click the **Forgot your password?** link below the **Log in** button or
|
||||
buttons.
|
||||
|
||||
4. Enter your email address, and click **Send reset link**.
|
||||
1. Enter your email address, and click **Send reset link**.
|
||||
|
||||
5. You will receive a confirmation email within a few minutes. Open it and click
|
||||
1. You will receive a confirmation email within a few minutes. Open it and click
|
||||
**Reset password**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
@@ -8,14 +8,14 @@ Once the import process is completed, you will need to:
|
||||
permissions](/help/restrict-message-editing-and-deletion),
|
||||
and [how users can join your organization](/help/restrict-account-creation).
|
||||
|
||||
2. All users from your previous workspace will have accounts in your new Zulip
|
||||
1. All users from your previous workspace will have accounts in your new Zulip
|
||||
organization. However, you will need to let users know about their new
|
||||
accounts, and [decide how they will log
|
||||
in](/help/import-from-slack#decide-how-users-will-log-in) for the first time.
|
||||
|
||||
3. Share the URL for your new Zulip organization, and (recommended) the [Getting
|
||||
1. Share the URL for your new Zulip organization, and (recommended) the [Getting
|
||||
started with Zulip guide](/help/getting-started-with-zulip).
|
||||
|
||||
4. Migrate any [integrations](/integrations/).
|
||||
1. Migrate any [integrations](/integrations/).
|
||||
|
||||
{end_tabs}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
1. Tap the **Inbox** (<i class="zulip-icon zulip-icon-inbox mobile-help"></i>)
|
||||
tab in the bottom left corner of the app.
|
||||
|
||||
2. Tap on a conversation you're interested in to view it. You can return to
|
||||
1. Tap on a conversation you're interested in to view it. You can return to
|
||||
your **inbox** when done (e.g., by using the **back** button) to select
|
||||
the next conversation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user