mirror of https://github.com/zulip/zulip.git
help: Change URL from all-messages to combined-feed.
Changes url from /help/all-messages to /help/combined-feed. Also renames files "all-messages.md" and "go-to-all-messages.md" to "combined-feed.md" and "go-to-combined-feed.md" respectively. Fixes #27802.
This commit is contained in:
parent
b141c28855
commit
ba196cfd6b
|
@ -1,6 +1,6 @@
|
|||
# Combined feed
|
||||
|
||||
{!all-messages.md!}
|
||||
{!combined-feed.md!}
|
||||
|
||||
!!! keyboard_tip ""
|
||||
|
|
@ -7,7 +7,7 @@ keyboard shortcuts.
|
|||
The home views available in Zulip are
|
||||
[**Inbox**](/help/inbox),
|
||||
[Recent conversations](/help/recent-conversations), and
|
||||
[Combined feed](/help/all-messages). See
|
||||
[Combined feed](/help/combined-feed). See
|
||||
[Reading strategies](/help/reading-strategies) for recommendations
|
||||
on how to use these views.
|
||||
|
||||
|
@ -22,7 +22,7 @@ Organization administrators can [configure the home view for their
|
|||
organization](/help/configure-default-new-user-settings) to
|
||||
[**Inbox**](/help/inbox),
|
||||
[**Recent conversations**](/help/recent-conversations), or
|
||||
[**Combined feed**](/help/all-messages).
|
||||
[**Combined feed**](/help/combined-feed).
|
||||
|
||||
- The **Inbox** view works best if you regularly clear all unread messages in
|
||||
streams you follow.
|
||||
|
@ -80,5 +80,5 @@ shortcut.
|
|||
|
||||
* [Reading strategies](/help/reading-strategies)
|
||||
* [Recent conversations](/help/recent-conversations)
|
||||
* [Combined feed](/help/all-messages)
|
||||
* [Combined feed](/help/combined-feed)
|
||||
* [Keyboard shortcuts](/help/keyboard-shortcuts)
|
||||
|
|
|
@ -51,7 +51,7 @@ In the web app, you can control whether the **Inbox** includes all topics, just
|
|||
|
||||
* [Reading strategies](/help/reading-strategies)
|
||||
* [Recent conversations](/help/recent-conversations)
|
||||
* [Combined feed](/help/all-messages)
|
||||
* [Combined feed](/help/combined-feed)
|
||||
* [Mute or unmute a stream](/help/mute-a-stream)
|
||||
* [Mute or unmute a topic](/help/mute-a-topic)
|
||||
* [Browse and subscribe to streams](/help/browse-and-subscribe-to-streams)
|
||||
|
|
|
@ -9,7 +9,7 @@ view](/help/configure-home-view#configure-home-view) for the Zulip web app.
|
|||
|
||||
{tab|desktop-web}
|
||||
|
||||
{!go-to-all-messages.md!}
|
||||
{!go-to-combined-feed.md!}
|
||||
|
||||
{tab|mobile}
|
||||
|
|
@ -9,7 +9,7 @@ Muting has the following effects:
|
|||
word](/help/dm-mention-alert-notifications#alert-words) notifications), unless
|
||||
you are [mentioned](/help/mention-a-user-or-group).
|
||||
- Messages in muted topics do not appear in the [**Combined feed**
|
||||
view](/help/all-messages) or the mobile **Inbox** view.
|
||||
view](/help/combined-feed) or the mobile **Inbox** view.
|
||||
- Muted topics appear in the [**Recent conversations**
|
||||
view](/help/recent-conversations) only if the **Include muted** filter is
|
||||
enabled.
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
* [Reading strategies](/help/reading-strategies)
|
||||
* [Inbox](/help/inbox)
|
||||
* [Recent conversations](/help/recent-conversations)
|
||||
* [Combined feed](/help/all-messages)
|
||||
* [Combined feed](/help/combined-feed)
|
||||
* [Message actions](/help/message-actions)
|
||||
* [Marking messages as read](/help/marking-messages-as-read)
|
||||
* [Marking messages as unread](/help/marking-messages-as-unread)
|
||||
|
|
|
@ -22,8 +22,8 @@ web/desktop app.
|
|||
- **Only in conversation views**: In Zulip, a **conversation** is a [direct
|
||||
message](/help/direct-messages) thread (one-on-one or with a group), or a
|
||||
[topic in a stream](/help/streams-and-topics). This option makes it convenient
|
||||
to preview new messages in a stream, or skim [All
|
||||
messages](/help/all-messages), and later read each topic in detail.
|
||||
to preview new messages in a stream, or skim [Combined
|
||||
feed](/help/combined-feed), and later read each topic in detail.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ workflows:
|
|||
|
||||
### Combined feed
|
||||
|
||||
{!all-messages.md!}
|
||||
{!combined-feed.md!}
|
||||
|
||||
### Direct message feed
|
||||
|
||||
|
|
|
@ -37,5 +37,5 @@ containing the most recent messages.
|
|||
* [Reading conversations](/help/reading-conversations)
|
||||
* [Reading strategies](/help/reading-strategies)
|
||||
* [Inbox](/help/inbox)
|
||||
* [Combined feed](/help/all-messages)
|
||||
* [Combined feed](/help/combined-feed)
|
||||
* [Configure home view](/help/configure-home-view)
|
||||
|
|
|
@ -181,7 +181,7 @@ message_info = {
|
|||
"drafts": ["Drafts", "/#drafts", draft_instructions],
|
||||
"scheduled": ["Scheduled messages", "/#scheduled", scheduled_instructions],
|
||||
"recent": ["Recent conversations", "/#recent", recent_instructions],
|
||||
"all": ["Combined feed", "/#all_messages", all_instructions],
|
||||
"all": ["Combined feed", "/#feed", all_instructions],
|
||||
"starred": ["Starred messages", "/#narrow/is/starred", starred_instructions],
|
||||
"direct": ["Direct message feed", "/#narrow/is/dm", direct_instructions],
|
||||
"inbox": ["Inbox", "/#inbox", inbox_instructions],
|
||||
|
|
|
@ -83,6 +83,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
|||
URLRedirect("/help/view-and-browse-images", "/help/view-images-and-videos"),
|
||||
URLRedirect("/help/bots-and-integrations", "/help/bots-overview"),
|
||||
URLRedirect("/help/configure-notification-bot", "/help/configure-automated-notices"),
|
||||
URLRedirect("/help/all-messages", "/help/combined-feed"),
|
||||
]
|
||||
|
||||
LANDING_PAGE_REDIRECTS = [
|
||||
|
|
Loading…
Reference in New Issue