mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
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.
30 lines
891 B
Markdown
30 lines
891 B
Markdown
{start_tabs}
|
|
|
|
{tab|desktop-web}
|
|
|
|
{!go-to-inbox.md!}
|
|
|
|
1. Click 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 in your browser
|
|
or desktop app) to select the next conversation.
|
|
|
|
{tab|mobile}
|
|
|
|
1. Tap the **Inbox** (<i class="zulip-icon zulip-icon-inbox mobile-help"></i>)
|
|
tab in the bottom left corner of the app.
|
|
|
|
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.
|
|
|
|
{end_tabs}
|
|
|
|
!!! tip ""
|
|
|
|
You can collapse or expand the list of topics in a channel by clicking the
|
|
**collapse**
|
|
(<i class="zulip-icon zulip-icon-arrow-down"></i>)
|
|
or **expand**
|
|
(<i class="zulip-icon zulip-icon-arrow-down icon-collapsed-state"></i>)
|
|
icon to the left of a channel name.
|