Files
zulip/starlight_help/src/content/docs/reading-conversations.mdx
Shubham Padia daec793b9d help: Insert headings inside import for ReadingConversations.
Fixes #35127.

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`.

We have skipped includes with `What you type` and `What it looks like`
in them as we don't need to show them in the `on this page` overview.

We have skipped adding any headings with four hashes `####`, since they
do not appear in `on this page`
overview.`ImportIntoAZulipCloudOrganization` and
`ImportIntoASelfHostedServerDescription` are two examples of this.

See https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20on.20this.20page.20overview/near/2249466
2025-09-08 14:29:08 -07:00

22 lines
577 B
Plaintext

---
title: Reading conversations
---
import ReadingConversations from "./include/_ReadingConversations.mdx";
<ReadingConversations>
### Finding a conversation to read from the Inbox view
### Finding a conversation to read from Recent conversations
### Finding a conversation to read from the left sidebar
### Reading conversations
</ReadingConversations>
## Related articles
* [Getting started with Zulip](/help/getting-started-with-zulip)
* [Finding a conversation to read](/help/finding-a-conversation-to-read)
* [Reading strategies](/help/reading-strategies)