mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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
This commit is contained in:
committed by
Tim Abbott
parent
22605a3f14
commit
daec793b9d
@@ -31,7 +31,15 @@ it, you'll never want to use a different team chat app!
|
|||||||
|
|
||||||
## Reading your messages
|
## Reading your messages
|
||||||
|
|
||||||
<ReadingConversations />
|
<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>
|
||||||
|
|
||||||
## Sending messages
|
## Sending messages
|
||||||
|
|
||||||
|
@@ -4,7 +4,15 @@ title: Reading conversations
|
|||||||
|
|
||||||
import ReadingConversations from "./include/_ReadingConversations.mdx";
|
import ReadingConversations from "./include/_ReadingConversations.mdx";
|
||||||
|
|
||||||
<ReadingConversations />
|
<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
|
## Related articles
|
||||||
|
|
||||||
|
@@ -22,7 +22,15 @@ in Zulip.
|
|||||||
|
|
||||||
## Conversation by conversation
|
## Conversation by conversation
|
||||||
|
|
||||||
<ReadingConversations />
|
<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>
|
||||||
|
|
||||||
### Following, muting and unmuting conversations
|
### Following, muting and unmuting conversations
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user