Commit Graph

849 Commits

Author SHA1 Message Date
Alex Vandiver
0fb87acfa8 help: Make sure curl is installed before calling it. 2025-06-25 11:35:05 -07:00
Alya Abbott
aa0f1711c7 help: Document channel-specific permissions to move messages. 2025-06-24 16:56:01 -07:00
Alya Abbott
3207403425 help: Describe topic mentions as separate from wildcard mentions. 2025-06-24 12:07:16 -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
Niloth P
dab97304f6 documentation: Add context properties for subdomain and host segments.
The subdomain and host parts are already used within zulip_url, api_url,
this commit adds them as context properties themselves, so that they
can be used in email addresses and URLs without the URI scheme,
increasing uniformity.

The new context properties `display_host` and `display_subdomain` are
usable in the Help, API docs and Policies.

Occurrences of `*.zulipchat.com` have been updated to use them.
2025-06-20 16:04:26 -07:00
Lauryn Menard
2abe4ad18b help: Add edit message tip for mentions notifications.
Updates the "Mention a user or group" article to have a tip that
links to the section on how message notifications work for mentions
when editing a message's content.
2025-06-19 12:49:20 -07:00
Lauryn Menard
bfe5962853 help: Revise "Configure where you land in message feeds".
Updates instruction for selecting the desire configuration to
better match other similar mobile help instructions, e.g., "Manage
color theme".
2025-06-18 14:00:47 -07:00
Alya Abbott
46583240d6 help: Document list of topics in a channel. 2025-06-18 11:30:40 -07:00
Tim Abbott
ddb0d3f555 help: Use final Flutter blog post URL.
We also update the "Zulip updates" URL, just to save a redirect.
2025-06-17 13:05:45 -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
92497ee73a help: Reorder "Mark messages as read" options to match app menus. 2025-06-16 17:11:29 -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
d0d8c76f21 help: Update section header for logging in to a new organization.
The instructions for the desktop and mobile apps for this section
are for when the user has already logged into an initial Zulip
organization, so we update the section header to be "Log in to a
new organization" instead of "Log in for the first time".

For both apps, if the user has not logged in to any Zulip
organization, then the apps default to the log in prompts, so
there is no need to add a set of instructions for that case.

Follow-up to feedback in #34869.
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
Tim Abbott
f4d0febc02 help: Add link to Flutter launch blog post planned URL. 2025-06-16 10:53:52 -07:00
Lauryn Menard
047c687762 help: Add "Configure automatically marked as read" mobile instructions.
As https://github.com/zulip/zulip-flutter/pull/1574 was merged for
this feature, we add back the instructions for automatically
marking messages as read on scroll for the mobile app.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
4ed0e4efa9 help: Update "View message Markdown source" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
32b724fa34 help: Update "View someone's profile" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
d2f06eb7df help: Update "View images and videos" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
d231a93cce help: Update "Resolve a topic" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
7738171e02 help: Update "Quote or forward a message" for Flutter launch.
Deletes the mobile tab of the "Forward message" section as that is
not a named feature in the mobile app. Adds a tip about setting a
different topic if the user is in the channel view of the mobile
app.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
06ef2710e1 help: Update "Mute or unmute a topic" for Flutter launch.
Deletes static/images/help/mobile-list-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
40705a2773 help: Update "Mark all messages as read" for Flutter launch.
Deletes static/images/help/mobile-globe-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
66b8ee03b1 help: Update log in/out instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
3cb3f9a09a help: Update "Star a message" article for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -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
37c487866e help: Update "Add a new reaction" instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
4cef6e48f6 help: Update "Edit a message" instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
61aa6d83bb help: Add mobile view your DMs instructions for Flutter launch.
Updates the "View your DMs" section to have an instruction block
for locating recent DM conversations in the Flutter app.

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
ae0aaa0b4c help: Update "Delete message content" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
23184a0058 help: Update "Dark theme" article for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
7c0eacba97 help: Update "Share and upload files" for Flutter launch.
Adds mobile-camera and mobile-image to shared icons.

Deletes static/images/help/mobile-camera-icon.svg,
static/images/help/mobile-image-icon.svg, and
static/images/help/mobile-paperclip.svg as they are no
longer used.

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
ebcb7ec3bc help: Update "Configure how links open" for Flutter launch.
Adds mobile-menu icon to shared icons.

Adds "mobile-help" class for CSS rule that updates the icon color
in the help documentation when describing the Flutter app.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
9a7e1691dc help: Add mobile documentation for "Follow a topic".
Adds instructions for the Flutter mobile app in the "Follow a topic"
article.

Part of #34748.
2025-06-16 09:48:15 -07:00
Lauryn Menard
4f60a95065 help: Add "View Zulip mobile app version" section.
Adds a section to "View Zulip version" article for viewing the
mobile app version, and adds the mobile app installation guide
to the related articles section.

Part of #34748.
2025-06-16 09:48:15 -07:00
Lauryn Menard
459350c564 help: Remove Flutter blog post link in mobile install guide. 2025-06-16 09:14:22 -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
5ce55ac8f4 help: Remove "Unsubscribe from a channel" mobile tabs.
The ability to unsubscribe from a channel is not yet implemented
for the initial launch of the Flutter mobile app, so we remove
the legacy React Native app instructions.

Deletes static/images/help/mobile-check-icon.svg as it is no
longer used.

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

Part of #34748.
2025-06-13 17:05:17 -07:00
Lauryn Menard
c1dd12b841 help: Remove "Subscribe users to a channel" mobile tabs.
The ability to subscribe users to 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/1222

Part of #34748.
2025-06-13 17:05:17 -07:00
Lauryn Menard
eec6151cd1 help: Remove "Status and availability" mobile tabs.
The ability to view, set, edit a user's status, or to toggle invisible
mode are not yet implemented for the initial launch of the Flutter
mobile app, so we remove the legacy React Native app instructions.

Deletes static/images/help/mobile-x-icon.svg as it is no
longer used.

This feature is tracked in:
https://github.com/zulip/zulip-flutter/issues/197
https://github.com/zulip/zulip-flutter/issues/198
https://github.com/zulip/zulip-flutter/issues/1578

Part of #34748.
2025-06-13 17:05:03 -07:00
Lauryn Menard
815a522b86 help: Remove "Start a video call" mobile tab.
The ability to add a link to a video call is not yet implemented
for the initial launch of the Flutter mobile app, so we remove
the legacy React Native app instructions.

Deletes static/images/help/mobile-video-icon.svg as it is no
longer used.

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

Part of #34748.
2025-06-13 17:04:39 -07:00