From 4283207f6f766375de699ada74005ba39d8a8bae Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 1 Oct 2024 17:04:11 +0200 Subject: [PATCH] help-relative: Add option for "Not subscribed" tab of channels overlay. Updates the relative help link for "Browse and subscribe to channels" in help center "Introduction to channels" article. Fixes #31605. --- help/introduction-to-channels.md | 2 +- zerver/lib/markdown/help_relative_links.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/help/introduction-to-channels.md b/help/introduction-to-channels.md index 913bcef375..fdb71cf4a3 100644 --- a/help/introduction-to-channels.md +++ b/help/introduction-to-channels.md @@ -8,7 +8,7 @@ {tab|desktop-web} -{relative|channel|all} +{relative|channel|not-subscribed} 1. Scroll through the list of channels. You can use the **search box** near the top of the menu to filter the list by channel name or description. diff --git a/zerver/lib/markdown/help_relative_links.py b/zerver/lib/markdown/help_relative_links.py index 52511964a5..75acb56bd2 100644 --- a/zerver/lib/markdown/help_relative_links.py +++ b/zerver/lib/markdown/help_relative_links.py @@ -117,6 +117,7 @@ def help_handle_match(key: str) -> str: channel_info = { "all": ["All channels", "/#channels/all"], + "not-subscribed": ["Not subscribed", "/#channels/notsubscribed"], } channel_all_instructions = """