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
Alya Abbott
800130461d
help: Reframe moderation capabilities as a toolkit.
2025-04-08 15:27:42 -07:00
Alya Abbott
de691113fc
help: Permissions intro tweak.
...
Now that we're done with the conversion, "most" is not necessary.
2025-04-08 15:15:37 -07:00
Prakhar Pratyush
41df472d41
corporate: Replace /try-zulip with /?show_try_zulip_modal.
...
This commit removes the `/try-zulip` landing page.
The URLs are replaced with `chat.zulip.org/?show_try_zulip_modal`,
which leads to display a modal for spectators.
Fixes #34181 .
2025-04-03 13:01:48 -07:00
Alya Abbott
76deb33542
help: Improve inbox and recent conversations docs.
...
Fixes #27191 .
2025-04-01 09:06:22 -07:00
Lauryn Menard
edf787f87d
help: Add article about moving to Zulip Cloud from self-hosting.
...
Adds a help center article that provides an overview and guide
for moving from a self-hosted Zulip organization to using Zulip
Cloud.
Updates the bullet points with the advantages of Zulip Cloud
that is also used in the help center article about choosing
between Zulip Cloud and self-hosting.
Fixes #24042 .
2025-03-19 17:06:10 -07:00
Lauryn Menard
e853f3cb9b
help: Rename and redirect "Edit a bot" to "Manage a bot".
...
Fixes #32887 .
Co-authored-by: ahmedgulabkhan <demoncommand97@gmail.com>
2025-03-17 10:52:25 -07:00
Alya Abbott
ae4922cef8
help: Add instructions for adding user to groups via profile.
2025-03-14 16:20:13 -07:00
Alya Abbott
800d6d9dce
help: Update right sidebar user card instructions for avatars.
2025-03-14 16:20:13 -07:00
Alya Abbott
6cd45bac7a
help: Document permission to resolve topics.
2025-03-13 13:50:39 -07:00
Alya Abbott
cd131c4840
help: Document new font size and line spacing options.
2025-03-12 17:19:22 -07:00
Alya Abbott
7a1b66d12f
help: Document is:muted search filter better.
...
Messages in muted channels may not be muted, so the documentation
was previously not quite accurate.
2025-03-12 16:30:50 -07:00