Commit Graph

901 Commits

Author SHA1 Message Date
Shubham Padia
48c8e0a700 help: Fix instances of empty url.
The linting in our new help center does not allow empty urls, so we
need to fix it at source before conversion. We replace these with
destinations on the current page.
2025-07-18 12:44:13 -07:00
Shubham Padia
d9bd2731da help: Use triple dash for comments. 2025-07-18 12:38:57 -07:00
Alya Abbott
854c7d4ea8 help: Update help center for new channel permissions. 2025-07-17 15:44:53 -07:00
Vector73
97e98e0f8f settings: Rename organizaton-level delete own message setting label. 2025-07-17 15:44:53 -07:00
Alya Abbott
6bf278cfa5 help: Cross-reference scheduled messages with message reminders. 2025-07-17 12:08:20 -07:00
Alex Vandiver
ec7e5dc8b6 docs: Update for switch from Transifex to Weblate. 2025-07-16 19:59:20 -07:00
PieterCK
9de1b47ffa slack_import: Improve topic name for Slack threads.
This updates the topic name format for Slack threads to include a
snippet of the original message. Currently the format looks like this;
"{date} Slack thread {n}", which provides little to no context about the
thread.

Currently we also use the `thread_ts_str` key to keep track of Slack
threads we're converting, this key format makes it so that it has a
small chance of combining threads with the same timestamp under one
topic. This commit updates it to use a new key format, `thread_key`.

Fixes #27661.
2025-07-16 14:32:05 -07:00
Alya Abbott
85654b19fb help: Document resolved topics filter in the left sidebar. 2025-07-15 17:51:11 -07:00
Alya Abbott
421f5e9e0c help: Tighten SAML group sync intro wording. 2025-07-15 17:08:50 -07:00
Mateusz Mandera
90640350ed help: Add instructions for Okta-side configuration for SAML group sync.
Also update plans and features table. Follow-up to #34671.
2025-07-15 12:45:09 -07:00
Tim Abbott
8a3b27061c help: Fix typo in link syntax. 2025-07-15 12:43:10 -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
Shubham Padia
8d71793756 help: Add heading between an unordered and ordered list.
Fixes #35121.

The ordered list in question when converted to the new help center
looked weird when it was following just after an unordered list. We
add a heading in between to make it look nice.

We could not find any other instances of similar pattern occurring
directly in the markdown. The pattern in this case was also happening
b/w two different imported markdown files, we have not checked for the
pattern post-import since that would be too complicated for the purposes
of our issue.

Co-authored-by: Alya Abbott <2090066+alya@users.noreply.github.com>
2025-07-15 16:39:40 +00:00
Lauryn Menard
b24f82e152 help: Update out-of-date icons in help center instructions. 2025-07-14 10:41:17 -07:00
Lauryn Menard
64cdd13c18 help: Remove restore draft/scheduled message icons.
We updated these overlays to only require clicking the selected
draft or message to open them in the compose box.
2025-07-14 10:41:17 -07:00
Lauryn Menard
3bfa4afff9 help: Update docs for message header bar button changes.
These icons were updated in #34777.
2025-07-14 10:41:17 -07:00
Lauryn Menard
3e6492a0fd help: Fix description of edit channel name and description icon. 2025-07-14 10:39:50 -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
e6845a9b9a help: Document new options for which messages are marked as read. 2025-07-11 15:55:35 -07:00
Lauryn Menard
08e9853850 help: Add mobile instructions for viewing status emoji and message.
Updates the documentation for the user profile in mobile as well.
2025-07-10 18:45:52 -07:00
Lauryn Menard
d47db732ab help: Add mobile view message exact timestamp documentation. 2025-07-10 18:42:01 -07:00
Lauryn Menard
fb5bcab5a7 help: Add mobile instructions for viewing who reacted to message. 2025-07-10 18:08:40 -07:00
Lauryn Menard
cb35d41409 help: Add mobile instructions for toggling invisible mode.
Added in https://github.com/zulip/zulip-flutter/pull/1631.
2025-07-10 17:59:31 -07:00
Tim Abbott
01ce268d64 help: Fix a broken link reference in message-actions. 2025-07-10 17:57:10 -07:00
Tim Abbott
04d354b527 help: Use specific channel framing for more settings.
This is for consistency with other articles about channel-specific
permissions.
2025-07-10 17:55:28 -07:00
Lauryn Menard
9df03d1134 help: Update message a channel by email for settings UI changes. 2025-07-10 17:53:56 -07:00
Lauryn Menard
c22889f385 help: Fix icon in docs for edit channel name and description. 2025-07-10 17:53:56 -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
c777b38a76 help: Document message actions menu on mobile. 2025-07-10 17:35:24 -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
Tim Abbott
ece761130c settings_config: Update general chat option strings.
- Avoid a capitalization issue in English with the first word being
  "general chat".
- Replace unclear "Automatic" option name.
- Use curly quotes.
2025-07-10 12:34:02 -07:00
Alya Abbott
039402997d help: Document converting pasted text to a file. 2025-07-10 08:36:21 -07:00
Alya Abbott
a9f55878e3 help: Document channel-specific "general chat" permissions. 2025-07-09 16:42:07 -07:00
Lauryn Menard
0ecb8269d0 help: Document configuring display of unread summary counters.
Document the personal setting for displaying or hiding the unread
message summary counters in the left sidebar shown next to the
home view and channels header.

Fixes #35076.

Co-authored-by: Alya Abbott <alya@zulip.com>
2025-07-09 14:05:28 -07:00
Lauryn Menard
4fd510e3ac help: Add mobile instructions in "Searching for messages" article. 2025-07-09 12:56:41 -07:00
Lauryn Menard
4d953584ca help: Clarify where to tap in mobile instructions for logging out. 2025-07-08 10:59:00 -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
Alya Abbott
8a42845605 help: Add note about pasting plain URLs. 2025-07-07 18:46:51 -07:00
Lauryn Menard
c68881af10 help: Switch tab label for configure single channel notifications.
Follow up to #35103.
2025-07-07 18:46:13 -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
Maneesh Shukla
ec60c8a70c x-buttons: Replace "Remove" and "Unsubscribe" buttons with x icons in tables.
This commit removes the "Remove" and "Unsubscribe" action buttons from
various tables and replaces them with icon buttons using the "close"
icon.

Additionally, previously the rows with and without a remove button had
different heights. This commit updates the fixed `px` values to `em`
units to ensure equal height for all rows, regardless of whether a
remove-subscription button is present.

Fixes: #34874.
2025-07-03 14:37:00 -07:00
Niloth P
344c1ef606 docs: Use bold formatting for channel names instead of backticks.
Update the occurrences of channel names that still use backticks to use
the convention of bold formatting.
2025-07-03 10:51:13 -07:00
Aman Agrawal
82abc7e10c help: Document how to use reminders feature. 2025-07-02 13:02:52 -07:00
Lauryn Menard
0b4da0ae35 help: Document managing channel notifications via personal settings.
Changes the tab for the current web app instructions to be "Via
left sidebar" and adds a tab for web app instructions "Via personal
settings".

Also, includes a tip for resetting a channel's notifications to the
default via hovering over the channel name in the notifications
table and clicking the icon to reset to default notifications.

Fixes #34862.
2025-07-02 12:39:35 -07:00
Lauryn Menard
3d3f7b3782 help: Add example email invitation image to "Invite new users".
Adds a link to the section on email invitations to the invite user
modal next to the label for the emails input.

Fixes #29376.
2025-07-02 10:23:38 -07:00
Aman Agrawal
defd120c94 hotkey: Add Y shortcut to go to a list of topics in channel. 2025-07-01 13:46:40 -07:00
Lauryn Menard
7ae8c34670 help: Fix whitespace around zulip-icon-user-list icons. 2025-06-30 12:36:25 -07:00
Lauryn Menard
e4166af617 help: Fix code block indention in markdown instruction tabs.
Our custom code fence parser for Python-Markdown does not nest
fenced code blocks inside list items, but it can be done with
4-space indented code blocks, as long the list item itself also
uses 4-space indentation.
2025-06-30 11:12:00 -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
Kislay Verma
8d0f13cad4 help: Document Send notification message to newly subscribed users.
This option appears in the subscribers tab of existing
channels.

Fixes #31189.
2025-06-26 10:08:11 -07:00