mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
help: Insert headings inside import for ImportHowUsersWillLogIn.
Headings inside the import will not be rendered anywhere, but the `On this page` component on the right needs those headings in the main file to read it and then make it a part of `On this page`. See https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20on.20this.20page.20overview/near/2249466
This commit is contained in:
committed by
Tim Abbott
parent
4196a17024
commit
22605a3f14
@@ -273,7 +273,13 @@ keep in mind about the import process:
|
||||
|
||||
## Decide how users will log in
|
||||
|
||||
<ImportHowUsersWillLogIn />
|
||||
<ImportHowUsersWillLogIn>
|
||||
### Allow users to log in with non-password authentication
|
||||
|
||||
### Send password reset emails to all users
|
||||
|
||||
### Manual password resets
|
||||
</ImportHowUsersWillLogIn>
|
||||
|
||||
## Related articles
|
||||
|
||||
|
@@ -154,7 +154,13 @@ any problems using this tool.
|
||||
|
||||
## Decide how users will log in
|
||||
|
||||
<ImportHowUsersWillLogIn />
|
||||
<ImportHowUsersWillLogIn>
|
||||
### Allow users to log in with non-password authentication
|
||||
|
||||
### Send password reset emails to all users
|
||||
|
||||
### Manual password resets
|
||||
</ImportHowUsersWillLogIn>
|
||||
|
||||
## Related articles
|
||||
|
||||
|
@@ -188,7 +188,13 @@ token from being used to access your Slack workspace in the future.
|
||||
|
||||
## Decide how users will log in
|
||||
|
||||
<ImportHowUsersWillLogIn />
|
||||
<ImportHowUsersWillLogIn>
|
||||
### Allow users to log in with non-password authentication
|
||||
|
||||
### Send password reset emails to all users
|
||||
|
||||
### Manual password resets
|
||||
</ImportHowUsersWillLogIn>
|
||||
|
||||
## Related articles
|
||||
|
||||
|
Reference in New Issue
Block a user