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.
This commit is contained in:
Lauryn Menard 2024-10-01 17:04:11 +02:00 committed by Tim Abbott
parent 2f8e2f77aa
commit 4283207f6f
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{tab|desktop-web} {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 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. top of the menu to filter the list by channel name or description.

View File

@ -117,6 +117,7 @@ def help_handle_match(key: str) -> str:
channel_info = { channel_info = {
"all": ["All channels", "/#channels/all"], "all": ["All channels", "/#channels/all"],
"not-subscribed": ["Not subscribed", "/#channels/notsubscribed"],
} }
channel_all_instructions = """ channel_all_instructions = """