Commit Graph

349 Commits

Author SHA1 Message Date
Alya Abbott
85654b19fb help: Document resolved topics filter in the left sidebar. 2025-07-15 17:51:11 -07:00
Shubham Padia
1a2adb4e82 help-beta: Update sidebar to the current state.
Partially fixes #35130.
We will still need to do a second check before the cutover, but this
commit does most of the work before the cutover happens.
The comparison was done manually.
Added comment to sidebar index should help update these changes to astro
config, although we will not solely rely on people reading that. A
second check before cutover would be prudent.
2025-07-15 12:23:47 -07:00
Lauryn Menard
b24f82e152 help: Update out-of-date icons in help center instructions. 2025-07-14 10:41:17 -07:00
Lauryn Menard
4473a1ef89 help: Update mobile tabs for channel feed and topic list icons. 2025-07-14 10:39:19 -07:00
Alya Abbott
df98dd11ea help: Update channel advanced configuration settings for new UI.
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
2025-07-10 17:53:54 -07:00
Alya Abbott
bd40497b1d help: Update article on viewing and sharing message content.
Reframe as interacting with content as Markdown rather than
"Markdown source".
2025-07-10 17:35:22 -07:00
Alya Abbott
a9f55878e3 help: Document channel-specific "general chat" permissions. 2025-07-09 16:42:07 -07:00
Lauryn Menard
dded5c3bad help: Remove instructions with relative links to settings overlay.
These links do not work for the general help center docs as there
is no Zulip organization for the relative link to go to. Instead
we link to other help center documentation that's relevant to the
context of these articles.
2025-07-08 09:28:40 -07:00
Rohan Gudimetla
a3e7ef8e71 left_sidebar: Add navigation option to go to top unread topic.
This commit adds option in personal settings to allow
navigation of channel links in left sidebar to the top
unread topic in that channel.

In cases of no unread messages in unmuted topics of the channel,
it falls back to the top topic of channel.

Fixes #35066
2025-07-03 18:14:10 -07:00
Aman Agrawal
82abc7e10c help: Document how to use reminders feature. 2025-07-02 13:02:52 -07:00
Lauryn Menard
8cb6919c9c help: Add tabbed notes and links for previous mobile features.
For mobile features that were documented and implemented for the legacy
React Native app, adds back a tabbed block for mobile with a note to
use the web app instructions in a mobile device browser, and with a
link to the Flutter GitHub issues tracking implementing the feature in
the new mobile app.

If the feature is a mobile only feature, then adds the link to the
Flutter GitHub issue in a warning note.
2025-06-27 11:08:29 -07:00
Shubham Padia
35e4cf6bf6 help: Ordered list item should always be followed by an indented line.
Our help-beta conversion script expects text to be indented if the text
is part of the same list item. If it is not part of the same list item,
then it expects an empty line just after the list item. This commit
fixes existing instances for the same by searching for regex: `^1\.
.*\n(?!\n)(?!1\.)( {0,1}\S.*)`.

We do not want to add a lint rule for this, since not indenting is not
technically wrong. We will add a TODO list item in the conversion script
for help-beta in future commits.
2025-06-23 09:48:43 -07:00
Shubham Padia
a54d247111 help: Use 1. for numbered lists everywhere.
The conversion script for help-beta assumes that all items in a numbered
list start with 1. which was a wrong assumption. This commit attempts to
fix that. We are not introducing any lint step to tackle this since it
will be easy to just check for this again before the cutover happens.
We do not change this for `numbered-list-examples.md` since that example
shows how the current numbered lists work and we might still want to
show that. We can decide what to do with that file once the time of
cutover arrives.
2025-06-23 09:48:43 -07:00
Niloth P
aa117366ef help-docs: Update the subdomain manually for Zulip Cloud examples.
Update to maintain consistency with the value of the context property
used in the other docs.

We avoid using the context property for these instances because we
always want them to show "your-org.zulipchat.com" irrespective of the
domain the docs are hosted in. Hence, the manual replacements.
2025-06-20 16:04:26 -07:00
Alya Abbott
46583240d6 help: Document list of topics in a channel. 2025-06-18 11:30:40 -07:00
Lauryn Menard
6b8f1dee2d help: Add include macros for shared mobile instructions.
Fixes #34748.
2025-06-17 11:43:49 -07:00
Alya Abbott
6decd18a66 help: Document new "Open message feeds at" mobile configuration. 2025-06-16 17:11:27 -07:00
Lauryn Menard
7fd8acdee6 help: Reorder tabs on logging in article instructions.
Makes the mobile tab be the initial one shown for the instructions
to log in to a new organization and to switch between organizations.
2025-06-16 17:09:43 -07:00
Lauryn Menard
74bbd38ef7 help: Remove mobile documentation files that are no longer in use.
These files are no longer in use due to the combined changes of
the updates for the Flutter app launch: #34869 and #34887.
2025-06-16 11:42:19 -07:00
Lauryn Menard
275e8cb2e5 help: Update "View your starred messages" section for Flutter launch.
Deletes static/images/help/mobile-star-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
54d4863994 help: Update "View your mentions" instructions for Flutter launch.
Deletes static/images/help/mobile-at-sign-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
0b03a0b3a4 help: Update "Inbox" instructions for Flutter launch.
Also, updates the options in 'Filter by topic status'
for the web app as "Unmuted topics" has been changed
to "Standard view".

Deletes static/images/help/mobile-expand-more.svg,
static/images/help/mobile-expand-less.svg, and
static/images/help/mobile-inbox-icon.svg as they are
no longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
31c6e75e53 help: Update "Start a new topic" instructions for Flutter launch.
Deletes static/images/help/mobile-send-circle-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
7d1347095f help: Update "Combined feed" instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
f22fbbbcbc help: Update send direct message instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
9b380d6a65 help: Update "Switch account" instructions for Flutter launch.
Adds mobile-arrow-left-right icon to shared icons.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
9d6af079c7 help: Add article for "Installing the Zulip mobile apps".
Adds article to help center documentation for downloading mobile
apps.

Part of #34748.
2025-06-13 22:20:04 -07:00
Lauryn Menard
1192491ff1 help: Remove "Create a channel" mobile tab.
The ability to create a channel is not yet implemented
for the initial launch of the Flutter mobile app, so we remove
the legacy React Native app instructions.

This feature is tracked in:
https://github.com/zulip/zulip-flutter/issues/1572

Part of #34748.
2025-06-13 17:04:26 -07:00
Saubhagya Patel
cfadd67c75 icons: Rename zulip-icon-unmute-new to zulip-icon-unmute.
This commit removes the old `zulip-icon-unmute` icon, which is
no longer used. The `zulip-icon-unmute-new` icon is now
renamed to `zulip-icon-unmute`.
2025-06-05 17:05:24 -07:00
Saubhagya Patel
b4f2c4cafc icons: Rename zulip-icon-mute-new to zulip-icon-mute.
This commit removes the old `zulip-icon-mute` icon, which is
no longer used. The `zulip-icon-mute-new` icon is now
renamed to `zulip-icon-mute`.
2025-06-05 17:05:24 -07:00
Shubham Padia
43a27423d5 help: Remove single use macro manage-configured-topics.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
5131008682 help: Remove single use macro trying-out-zulip.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
0c131cf624 help: Remove single use macro tips-for-creating-channels.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
0d168ff7bb help: Remove single use macro set-up-integrations.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
f5d4a5a942 help: Remove single use macro self-hosted-log-in.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
3a13bcf432 help: Remove single use macro self-hosted-billing-admin-only.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
15f0750480 help: Remove single use macro remove-from-a-group.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
1b40ec4576 help: Remove single use macro register-server.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
946e6c6055 help: Remove single use macro register-server-legacy.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
ca38c388c1 help: Remove single use macro reading-dms.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
9afa916fb1 help: Remove single use macro organization-profile-intro.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
4f73a9d969 help: Remove single use macro migrating-from-other-chat-tools.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
32f609a88d help: Remove single use macro manual-billing-intro.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
88c1a3dcde help: Remove single use macro self-hosted-billing.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
0b094b98d8 help: Remove single use macro legacy-log-in-intro.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
683b372708 help: Remove single use macro custom-organization-settings.md.
Having these single use macros exist was not intentional
2025-05-22 11:05:29 -07:00
Shubham Padia
fd89d91fbe help: Remove single use macro configure-topic-notifications.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
489370b1b1 help: Remove single use macro cloud-only.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Shubham Padia
0770adcebf help: Remove single use macro advantages-of-self-hosting-zulip.md.
Having these single use macros exist was not intentional.
2025-05-22 11:05:29 -07:00
Alya Abbott
83396562eb help: Expand organization profile description. 2025-04-25 15:14:31 -07:00