Alya Abbott
65febced00
help: Remove description of transition from self-hosted billing page.
2024-05-03 09:18:42 -07:00
Mateusz Mandera
23f0d6d93b
help: Mention SCIM has also been tested with EntraID.
...
With some edits from tabbott to show more confidence.
2024-05-02 18:12:21 -07:00
Mateusz Mandera
c31edca9cf
help: Tweak syntax in the instruction about API token in Okta doc.
...
The administrator fills out the API token field as e.g.
Bearer secret123
So let's write that as Bearer <token> to make it clear which part of
that expression is to be replaced.
2024-05-02 18:12:21 -07:00
Mateusz Mandera
eed98edb9d
help: Document configuration of SCIM with Microsoft Entra ID.
2024-05-02 18:12:21 -07:00
Sayam Samal
8fb7ab84e6
help: Update documentation on switching themes.
...
As a follow up to commit ad013a9
, this updates the /help/dark-theme
docs to describe the newer way to switch themes via the theme switcher,
located in the Personal Menu.
This replaces the documentation on switching themes via
"Personal Settings".
Fixes #29550 .
2024-05-02 13:34:09 -07:00
Prakhar Pratyush
b17a006bf0
data_import: Remove gitter data import tool.
...
Gitter broke their older API as part of being integrated
into Matrix.
Their announcement blog says:
"Anything left using the Gitter APIs will need to be
updated to use the Matrix API"
This commit drops the legacy Gitter import tool and
we plan to build a new one for Matrix in future.
2024-05-02 13:25:25 -07:00
N-Shar-ma
d64d535c2d
todo: Require space after colon to separate task title from description.
...
This fixes the annoying behaviour where a task title with a url in it,
for example, "Fix issue https://github/com/zulip/zulip/issues/1234 "
would be wrongly split into a description at the `:` in the url.
2024-04-30 12:36:42 -07:00
nimishmedatwal
ba196cfd6b
help: Change URL from all-messages to combined-feed.
...
Changes url from /help/all-messages to /help/combined-feed.
Also renames files "all-messages.md" and "go-to-all-messages.md"
to "combined-feed.md" and "go-to-combined-feed.md" respectively.
Fixes #27802 .
2024-04-26 14:28:13 -07:00
Alya Abbott
6f36dcc999
help and portico: Document custom domain request process on Cloud.
2024-04-25 16:59:55 -07:00
Alya Abbott
7aa90440ed
help: Update drafts documentation.
...
- Document new auto-restore functionality.
- Document opening drafts view from compose box.
- Restructure sections.
2024-04-23 09:57:27 -07:00
Sayam Samal
b8d1bde265
help: Update pencil icon in edit-a-message and delete-a-message docs.
...
This commit updates the pencil icon in help/edit-a-message and
help/delete-a-message to reflect the changes in commit 735a42d
, which
updated the pencil icon of the message on-hover options.
2024-04-23 09:24:02 -07:00
Sayam Samal
22d94e8a1d
help: Update invite user icon in help/invite-users.
...
This commit updates help/invite-users to reflect the new invite user
icon in the gear menu, introduced in 063669a
.
2024-04-23 09:24:02 -07:00
Sayam Samal
19a7dae8aa
docs: Update the gear menu icon.
...
This commit updates the /help and /api docs to reflect the new gear
menu icon introduced in bc3d486
.
2024-04-23 09:24:02 -07:00
Tim Abbott
62fb452e9c
keyboard-shortcuts: Improve home view labels.
2024-04-17 12:42:21 -07:00
Tim Abbott
2c62152a8b
left-sidebar: Rename "All direct messages" => "Direct message feed".
...
This aligns with the new naming scheme for other left sidebar
elements.
2024-04-17 12:42:21 -07:00
nimishmedatwal
1594011b67
left_sidebar: Rename All messages to Global Feed.
...
Fixes part of #27802 .
2024-04-17 12:42:21 -07:00
N-Shar-ma
89bca6ca93
help: Update article on collaborative to-do lists.
2024-04-16 16:55:41 -07:00
Alya Abbott
0d3da99037
help: Document option to disable seeing typing notifications.
2024-04-16 16:54:30 -07:00
Sayam Samal
610f46d74e
actions_popover: Rename "View message source".
...
This commit renames "View message source" to "View original message".
The meaning of "original" in this context is very similar to what
source/source code means in software jargon, while being easier to
understand and translate for a non-tech savvy user.
2024-04-11 15:57:24 -07:00
Alya Abbott
d24dadb52f
help: Add "Find administrators" help page.
2024-04-11 09:37:29 -07:00
Alya Abbott
a7ae454f52
help: Document role filter for Users list.
2024-04-11 09:37:29 -07:00
Alya Abbott
0007673d9f
help: Clarify warning about not applying authentication methods.
2024-04-10 13:10:44 -07:00
Alya Abbott
0fbc9f7f72
help: Document option to require unique names.
2024-04-02 14:17:32 -07:00
sujal
8cae09abd6
docs: Update integration URL generation documentation.
...
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
Co-authored-by: Alya Abbott <alya@zulip.com>
2024-04-01 11:39:03 -07:00
Alya Abbott
b11bf32f8f
help: Document user list in the right sidebar.
2024-03-28 17:33:11 -07:00
Alya Abbott
3a51ac349c
help: Add instructions for how to search for messages.
2024-03-28 17:33:11 -07:00
N-Shar-ma
46147cd13c
copy_and_paste: Add documentation for keyboard shortcuts for pasting.
...
Fixes : #29209 .
2024-03-28 13:07:34 -07:00
nimishmedatwal
35c5231fe6
left-sidebar: Change recent conversation icon.
...
Fixes #29180
2024-03-26 12:55:34 -07:00
Alya Abbott
b79040d752
help: Update documentation on authentication methods.
...
Also fix error on SSO with SAML line on /plans.
2024-03-26 09:09:36 -07:00
Alya Abbott
2514093688
docs and help: Update text of no-content mobile notifications.
...
Documentation follow-up to d9c5eb1280
.
2024-03-22 18:16:24 -07:00
Prakhar Pratyush
6484532830
help: Migrate configure-notification-bot help page to a new URL.
...
This commit migrates the 'help/configure-notification-bot' help
page to a new URL i.e. 'help/configure-automated-notices'.
2024-03-20 11:48:06 -07:00
Alya Abbott
c744154591
help: Improve documentation for Shift+M keyboard shortcut.
2024-03-19 16:30:49 -07:00
Alya Abbott
23dae53f1c
help: Clarify that the whole organization must be on the same plan.
2024-03-18 14:49:38 -07:00
Sahil Batra
e5128af34c
billing: Update name field label in login confirmation form.
...
This commit updates the label for name field in login confirmation
form for billing to "Name".
Fixes part of #29226 .
2024-03-14 10:53:36 -07:00
Sahil Batra
74ab3d2cbe
webapp: Rename "Full name" field to "Name".
...
This commit renames "Full name" field in profile settings,
"Edit user" form and in the email modal for demo orgs to
"Name".
Fixes part of #29226 .
2024-03-14 10:53:36 -07:00
Alya Abbott
eadd257854
help: Document new option to quote part of a message.
2024-03-13 11:40:03 -07:00
Alya Abbott
53ad0e4218
help: Add example playground URL templates.
...
Fixes #29067 .
Co-authored-by: Rohan Sharma <rs545837@gmail.com>
2024-03-13 11:29:45 -07:00
Alya Abbott
c969e11d7b
help: Clarify how automated notices are translated.
2024-03-12 12:17:08 -07:00
Alya Abbott
5384f7a326
help: Organize and extend guide for moderating open organizations.
2024-03-12 11:52:46 -07:00
Alya Abbott
d76ba00168
help: Rewrite article about automated notices.
...
- Rename article "Configutre Notification Bot" -> "Configure
automated notices".
- Reorganize article around types of notices.
- Other cleanup and clarifications.
2024-03-12 11:18:17 -07:00
David Rosa
65c68a5a72
help: Move alternate method to remove users from a stream to a tab.
...
Updates "Remove users from a stream" to follow current help center
documentation patterns.
2024-03-05 10:22:18 -08:00
David Rosa
3d63ea20b6
help: Add "View stream subscribers" page.
...
Documents how to view stream subscribers via settings and
the right sidebar.
Fixes #28887 .
2024-03-05 10:22:18 -08:00
David Rosa
3fda29afad
help: Document "Zulip update announcements" setting.
...
Documents the new organization setting for posting Zulip updates.
See #28604 .
2024-02-29 15:17:32 -08:00
Alya Abbott
0ce3d1ffa0
help: Explain options for automatically marking as read in detail.
...
The definition of "conversation" is copy-pasted (not included) to avoid
an undesirable line break.
2024-02-29 15:11:17 -08:00
Alya Abbott
567f915219
help: Link to /help/reading-conversations to define "conversation".
...
Previously, links went to /help/recent-conversations.
2024-02-28 22:50:18 -08:00
David Rosa
55326f7000
help: Add poll icon to "Create a poll".
...
Adds missing icon for the poll button.
Fixes #29051 .
2024-02-28 08:47:00 -08:00
Alya Abbott
ac9d2f6aca
help: List more permissions on "Moderating open organizations" guide.
2024-02-27 10:27:10 -08:00
Alya Abbott
72132502b9
tooltips: Rename LaTeX button to "Math (LaTeX)".
2024-02-24 08:33:45 -08:00
David Rosa
5215e3963c
help: Clean up beta app installation instructions.
...
Converts the beta app installation instructions into our standard
tabbed instructions format.
Fixes #28885 .
2024-02-24 08:12:34 -08:00
Alya Abbott
ac47f85a34
help: Remove term "narrow" form help center.
...
"Narrow" was used to describe navigation and search filtering, but
was not helpful in either situation.
2024-02-23 17:09:29 -08:00
Alya Abbott
34cbc5717b
help: Reorganize keyboard shortcuts documentation.
...
Also remove the unnecessary term "narrow".
2024-02-23 17:09:29 -08:00
David Rosa
948b427de7
api-docs: Add instructions to download `zuliprc` files.
...
- Adds instructions for downloading a zuliprc file for a bot or for
yourself.
- Updates the button label to "Download zuliprc", since that's the
filename it downloads.
Fixes #28881 .
2024-02-23 09:43:57 -08:00
Alya Abbott
d8848057ef
playgrounds: Replace replit playground example with Rust playground.
...
Passing code to replit as a URL parameter no longer works.
2024-02-23 09:03:44 -08:00
Sayam Samal
ece115c22d
hotkey: Reorder "Edit selected message or view source" in ? and /help.
2024-02-22 10:49:29 -08:00
Sayam Samal
eae148b67a
hotkey: Add `Shift` + `V` shortcut to toggle read receipts modal.
...
The read receipts option, resides under the triple-dot message actions
menu. This made the process of viewing the read receipts take up
multiple steps, even via a keyboard-driven workflow.
Via this commit, now while focused on any message in a message feed,
and pressing `Shift` + `V`, efficiently brings up the read receipts
for that message.
Fixes part of #24716 .
Co-Authored-by: SameepAher <sameepaher@gmail.com>
2024-02-22 10:49:29 -08:00
Alya Abbott
225b9e7b39
help: Clarify that paid Cloud features are available on Plus too.
2024-02-15 15:08:53 -08:00
Anders Kaseorg
80a6b12690
docs: Optimize /api links to skip trailing slash redirect.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-02-14 21:06:03 -05:00
Alya Abbott
a5cd63f3f2
help: Improve Roles and permissions page.
...
- Edit role descriptions and surrounging content.
- Add instructions for modifying roles and managing permissions.
2024-02-12 13:35:02 -08:00
Alya Abbott
73a62f4dc8
help: Move instructions for changing a user's role into /include.
2024-02-12 13:35:02 -08:00
Alya Abbott
de77521d1a
help: Improve descriptions of custom profile field types.
...
Also reorder as in 60225591dc
.
2024-02-09 12:28:00 -08:00
Anders Kaseorg
54053c1d28
help: Fix Windows offline install instructions for desktop app.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-02-09 14:42:36 -05:00
Alya Abbott
db938f5ed2
help: Clean up desktop installation guide.
...
Apply current help center patterns (e.g., tips).
2024-02-09 10:29:50 -08:00
Alya Abbott
ceeeacb20d
help: Finish renaming Self-managed plan to Free.
2024-02-02 11:00:14 -08:00
David Rosa
78f90860b2
help: Update links to Bots and Integrations overview pages.
...
- Cross-link as appropriate, both in related articles and in the
content of the pages.
Fixes #28758 .
2024-02-01 09:45:56 -08:00
David Rosa
fe0d4db153
help: Improve integrations documentation.
...
- Renames "Bots and integrations" to "Bots overview" everywhere
(sidebar, page title, page URL).
- Adds a copy of /api/integrations-overview (symbolic link) as the
second page in the Bots & integrations section, titled
"Integrations overview".
Fixes #28758 .
2024-02-01 09:45:56 -08:00
David Rosa
fd4897137b
help: Document how to configure warnings about mobile notifications.
...
Documents the new setting to control warning banners about
mobile push notifications.
Fixes #28707 .
2024-01-28 14:57:51 -08:00
Alya Abbott
557693bd9a
help: Rename send-group-dm.md to send-dm.md.
2024-01-28 14:55:38 -08:00
Alya Abbott
ad3e9286a6
help: Simplify direct messages documentation.
...
Remove unnecessary emphasis on DMs vs. group DMs.
2024-01-28 14:55:38 -08:00
Alya Abbott
af6a30db7e
help: Clarify that newsletter only goes to Zulip Cloud users.
2024-01-26 16:55:36 -08:00
nimishmedatwal
5e2d620d9f
help: Add installation through Flathub.
...
Fixes #28508
2024-01-26 09:07:38 -08:00
Alya Abbott
60c3980d9b
help: Document mobile notification warning banners.
2024-01-25 18:18:04 -08:00
Alya Abbott
6c1c9eab58
help: Suggest requesting extended push notifications access if needed.
2024-01-25 18:18:04 -08:00
Alya Abbott
10d8d4578e
help: Change "All older versions" tab to "All versions".
...
The instructions actually work on 8.0+ as well, not just older versions.
2024-01-25 18:18:04 -08:00
N-Shar-ma
e4258b56d5
hotkey: Introduce hotkey Alt+P to toggle preview for compose box.
...
On Mac, it's Option+P.
Fixes : #18471 .
2024-01-25 10:51:25 -08:00
N-Shar-ma
972b4de7c4
hotkey: Correct Mac equivalent of Alt and handle exceptions separately.
...
Though the correct mapping for Alt in Mac is Option, we had so far been
mapping it to Command, since for the 2 pre-existing shortcuts that used
Alt, Command was the only key that worked on Mac. However, these are
exceptions.
Now we map Alt to Option, and handle the 2 exceptions separately, using
data attributes on those shortcut elements.
This is a prep commit for introducing a hotkey that uses Alt / Option.
2024-01-25 10:51:25 -08:00
David Rosa
ffc1056c45
help: Document how to use an emoji in a topic name.
...
Documents how to insert emoji in topic names to avoid potential
confusion with Markdown formatting for emoji.
2024-01-24 10:17:33 -08:00
Alya Abbott
8adc3aa64a
help: Add announcement info to "Upgrades for legacy customers" section.
2024-01-24 09:21:30 -08:00
ColeBurch
9917ffa220
settings: Rename four custom profile fields types.
...
This commit renames four custom profile fields types.
Fixes part of #28511 .
2024-01-21 12:51:53 -08:00
Alya Abbott
bbe138fd0e
billing: Qualify policies for free and discounted plans.
2024-01-19 18:15:27 -08:00
Alya Abbott
57b5be6c91
billing: Rename button to apply for sponsorship or discount.
...
It was not clear that the button could be used for discounts.
2024-01-18 08:33:08 -08:00
Alya Abbott
f1e78d2135
help: Tweak instructions for finding your Zulip account.
2024-01-17 12:45:50 -08:00
Alya Abbott
c7a39312ab
help: Make minor tweaks to warning about multiple organizations billing.
2024-01-12 08:40:09 -08:00
Alex Vandiver
ec4f3e44df
docs: Fix selfhoster URL to be the canonical one.
...
We redirect from `/serverlogin` to `/serverlogin/`, so save a 301.
2024-01-11 12:43:31 -08:00
Alya Abbott
d790b28322
billing: Improve /plans and billing help pages.
...
- Clarify sponsorship policies.
- Explain how paid self-hosted plans fund the Zulip project.
2024-01-09 16:03:55 -08:00
Alya Abbott
1a927c50b0
help: Document plan sign-up in notification troubleshooting section.
2024-01-09 10:45:47 -08:00
Alex Vandiver
5b1387c9ba
send_password_reset_email: Add a flag to only email users who need it.
...
Emailing the password reset email to users who have already logged in
is not as useful.
2024-01-07 16:43:31 -08:00
Alya Abbott
fe2d7a92b2
help: Document self-hosted plan discounts in more detail.
2024-01-03 14:52:45 -08:00
Lauryn Menard
67e77ad370
integrations: Simplify instruction for generating incoming webhook URL.
...
As the help center article now has detailed instructions to generate
an incoming webhook URL, the integration documentation only needs to
link to that information.
2024-01-03 10:47:39 -08:00
Anders Kaseorg
711f6433cb
docs: Correct certutil invocation for importing self-signed certificate.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-29 12:48:08 -08:00
Aman Agrawal
3fde4f977d
docs: Change you organization to your organization.
2023-12-20 23:09:21 -08:00
Alya Abbott
79e0cf9005
help: Document guest user discounts for self-hosted organizations.
2023-12-20 23:09:21 -08:00
Alya Abbott
9e67a273b6
help: Improve documentation on automatic and manual license management.
2023-12-20 23:09:21 -08:00
Alya Abbott
37e408a428
help: Update self hosted billing documentation to add Basic plan.
2023-12-20 23:09:21 -08:00
Karl Stolley
a37354f92a
corporate: Add a Basic plan.
2023-12-20 23:09:21 -08:00
Tim Abbott
1e0339c18b
plans: Fix community plan documentation.
...
It appears the plans page version of this had a less clear/specific
list of example communities than was intended. Also improve the longer
version in the Help Center to give the same examples.
2023-12-17 00:09:06 -08:00
Alya Abbott
fc9cfc03e6
help: Update Contact support documentation for new paid plans.
2023-12-15 11:03:42 -08:00
Alya Abbott
eb2882d464
help: Adjust Zulip Cloud vs. self-hosting help page.
2023-12-15 11:03:42 -08:00
Alya Abbott
f65478fb1f
help: New page to document self-hosted billing.
2023-12-15 11:03:42 -08:00
Anders Kaseorg
cae11a60b6
help: Fix “community norms” link.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-12 12:14:21 -08:00
Alya Abbott
59dc5d1f53
help: Document setting to automatically follow topics when mentioned.
2023-12-11 23:31:54 -08:00
Alya Abbott
c7c0b871c5
help: Document limited guest user API access to presence updates.
...
Fixes #28131 .
2023-12-11 22:59:24 -08:00
Alya Abbott
5e1d94f996
help: Tweak user group documentation.
2023-12-11 22:15:48 -08:00
David Rosa
d0317a1792
help: Update "User groups".
...
- Documents user groups new UI.
- Splits documentation into "User groups" and "Manage User groups".
Fixes #18583 .
2023-12-11 22:15:48 -08:00
Alya Abbott
581d4ce3c5
help: Improve Contact support help page.
2023-12-11 11:23:21 -08:00
Alya Abbott
da5e1146f5
help: Add a help page on plans for self-hosted servers.
2023-12-11 10:16:40 -08:00
Alya Abbott
e525160021
help: Document new UI for testing mobile push notifications.
...
Co-authored-by: Chris Bobbe <cbobbe@zulip.com>
2023-12-10 23:42:27 -08:00
Alya Abbott
82db8e7ac5
help: Document more clearly how guests experience unknown users.
2023-12-10 19:32:53 -08:00
Alya Abbott
0abcfb7b72
help: Update for Zulip Cloud Plus upgrades being self-serve.
2023-12-10 19:32:53 -08:00
Alya Abbott
93f53fa7fa
help: Document new limited guests feature.
2023-12-10 19:32:53 -08:00
Alya Abbott
fa6b1764cd
help: Switch to a common Zulip Cloud Plus banner.
2023-12-10 19:32:53 -08:00
David Rosa
91ddcd4e1d
help: Tweak stream/group settings instructions for logged in users.
...
Adds gear menu instructions for how to navigate to "All streams"
and "All groups".
2023-12-08 23:36:24 -08:00
Sahil Batra
17d25284a2
help: Update documentation to use new "#groups" UI.
2023-12-07 06:35:38 -08:00
Alya Abbott
6b64929523
help: Make minor clarifications for spoiler and quote formatting.
2023-12-06 16:17:35 -08:00
Alya Abbott
ffb9261eaf
help: Fully document use of Enter for list formatting.
2023-12-06 16:17:35 -08:00
Alya Abbott
f1f41ab234
help: Advertise compose box buttons on message formatting page.
2023-12-06 16:17:35 -08:00
Alya Abbott
1062b64149
help: Explain smart formatting buttons in more detail.
2023-12-06 16:17:35 -08:00
David Rosa
6b94b1183f
help: Document new formatting buttons.
...
Updates icons and adds instructions for formatting text using the new
formatting buttons in the compose box.
Fixes #27850 .
2023-12-06 16:17:35 -08:00
Alya Abbott
271faaaa06
help: Tweak documentation on configuring new user settings.
...
- Add follow topic confiuration.
- Remove email notifications configuration, as most orgs should be
happy with the defaults.
- Reduce how much text is inside the link titles.
2023-12-03 20:06:02 -08:00
Alya Abbott
42edb4416a
help: Update documentation on followed topics in recent conversations.
2023-12-03 13:42:43 -08:00
Alya Abbott
fc83fc8017
help: Document license management and downgrades.
2023-11-30 08:36:15 -08:00
David Rosa
2b0476f5d0
help: Document new polls UI.
...
Updates article to follow current help center documentation patterns,
and documents the new polls UI.
Fixes #27849 .
2023-11-30 08:32:38 -08:00
David Rosa
af3956e1a9
help: Document upgrade flow, billing, and sponsorship requests.
...
Documents how to upgrade to a paid plan, manage billing, and
apply for sponsorship.
Fixes #27946 .
2023-11-29 21:50:44 -08:00
David Rosa
4416f2002b
help: Document "(guest)" indicator setting.
...
- Adds instructions to block to document new setting.
- Adds links to guest users page from relevant docs.
- Cross-links related articles.
2023-11-29 09:58:01 -08:00
David Rosa
de95c0eb42
help: Document voice calls option.
...
Documents the new audio call option (video call with video muted by
default) to the compose box.
Fixes #26895 .
2023-11-28 08:56:46 -08:00
Alya Abbott
a3f5332844
help: Add more permissions info to Guest users help page.
2023-11-27 15:40:42 -08:00
Alya Abbott
30891bfc54
help: Add dedicated page about guest users.
2023-11-27 13:52:22 -08:00
Alya Abbott
73152671e3
help: Document updated setting to restrict wildcard mentions.
...
Also drop extraneous details.
2023-11-23 14:29:58 -08:00
David Rosa
28bc2b9bf9
help: Document "video player" mobile feature.
2023-11-23 10:37:31 -08:00
David Rosa
26252fb821
help: Document "image viewer" mobile feature.
2023-11-23 10:37:31 -08:00
David Rosa
fc92636bea
help: Document video player.
...
- Adds a new section to help/view-and-browse-images describing the
video player features.
- Clarifies viewer support for browsing both images and videos.
2023-11-23 10:37:31 -08:00
David Rosa
505a591179
help: Rename view-and-browse-images.md -> view-images-and-videos.md
...
- Updates filename and adds URL redirect.
- Crosslinks related articles.
2023-11-23 10:37:31 -08:00
David Rosa
f107cf654f
help: Update "View and browse images".
...
- Changes page title to View images and videos.
- Tweaks intro paragraph and adds desktop/web instructions.
- Splits out browsing other images in the view into its own section.
- Updates page to describe interactions with videos too.
- Tweaks documentation on other pages.
Fixes #27801 .
2023-11-23 10:37:31 -08:00
David Rosa
59d56c5615
help: Document compose box UI changes.
...
Updates relevant articles to reflect the changes to the send button
and compose box menu.
Fixes #27848 .
2023-11-22 23:00:50 -08:00
Alya Abbott
f012e6dab0
help: Add intro to "Generate URL for an integration" page.
2023-11-22 13:10:23 -08:00
David Rosa
411d0d7863
help: Document modal to generate bot URL.
...
Adds a help center article to document the new modal for generating
an integration URL, and links /integrations docs to this article.
Fixes #27744 .
2023-11-22 10:36:39 -08:00
David Rosa
b392655cdb
help: Document updated UI for subscribing/unsubscribing from streams.
...
Updates instructions for subscribing/unsubscribing to streams via
Stream settings on desktop/web, adding new SVG images for the icons.
Fixes #27753 .
2023-11-22 09:06:09 -08:00
David Rosa
ad9d1c5380
help: Rename CSS .mobile-icon -> .help-center-icon.
...
Renames CSS rule that styles Zulip UI icons in the help center
so that it makes sense to use it regardless of whether we are
documenting a mobile or desktop/web feature.
2023-11-22 09:06:09 -08:00
David Rosa
08d0516b4b
help: Document "Manage a user".
...
Adds a dedicated page to document getting to the user management UI
from the user's profile and from Settings / Users.
Fixes #27748 .
2023-11-22 08:33:52 -08:00
Aman Agrawal
71ea6e8863
realm_inline_image_preview: Use it to toggle video previews too.
...
This setting now also works to decide whether to show previews of
uploaded or linked videos.
2023-11-20 08:48:39 -08:00
Alya Abbott
f0e9ab3447
help: Improve unread count badge documentation.
...
Also mention it on /help/follow-a-topic.
2023-11-17 18:08:55 -08:00
Alya Abbott
c86ad857ac
help: Document how to change font size with zoom.
2023-11-17 12:32:44 -08:00
Alya Abbott
34fcb3a393
help: Fix copy-paste bug in wildcard mention documentation.
...
Bug recently introduced in 8264b8cde0
.
2023-11-17 08:55:15 -08:00
David
81f99dde55
gear_menu: Rename "Manage streams" -> "Stream settings".
...
Fixes #27754 .
2023-11-17 08:53:41 -08:00
Alya Abbott
94ef310106
help: Document that pronouns are now shown in @-mention typeahead.
2023-11-16 14:56:59 -08:00
David Rosa
21aa5d261a
help: Document @ topic mentions.
...
Documents new wildcard mention for topic participants updating
and making tweaks to all relevant pages.
Fixes #27657 .
Co-authored-by: Alya Abbott <alya@zulip.com>
2023-11-16 10:03:41 -08:00
Alya Abbott
d87f47412b
help: Define "participate" for automatically following topics.
...
Fixes #27721 .
2023-11-16 10:02:51 -08:00
David Rosa
56a6eee656
help: Document changing home view from left sidebar.
...
Documents this new feature as a tip for the existing instructions.
Fixes #27655 .
2023-11-16 09:15:36 -08:00
Tim Abbott
2e2997bd7d
typing: Limit typing notifications in large streams.
2023-11-15 09:42:25 -08:00
Alya Abbott
ee8e792588
help: Add instructions for testing mobile push notifications.
2023-11-14 17:16:31 -08:00
Alya Abbott
acf5ba5432
help: Minor tweaks to Inbox and followed topics documentation.
2023-11-14 09:19:02 -08:00