Commit Graph

8 Commits

Author SHA1 Message Date
Shubham Padia
db0cbcbdf5 help: Reference link should not be inside the admonition.
The current help center renders it correctly somehow but the new help
center needs it to be outisde the tip.
2025-07-23 11:12:34 -07:00
Shubham Padia
7ce87c66ac help: Make loose lists tight for help center files.
In our current implementation, loose lists and tight lists look the same
visually. Loose lists are lists with blank lines between list items, and
the contents of a list item should be enclosed in a paragraph tag in
that case. For unordered lists, paragraph tags have a bottom margin in
starlight and thus looses lists look much more spaced out than tight
lists.

That is not the behaviour we had in mind while writing the
documentation, the reason we had all these loose lists is to make the
documentation easy to write and read. So we attempt to remove all the
blank lines and fix the problem at source. Since paragraph tags are used
for other purposes in a list in starlight, it won't be a wise decision
to let the source be as is and just change things in css, other expected
behaviours might break in that case. See this topic for more details:
https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20regressions/near/2226084

All the changes were made by a one-off script which has not been
commited to the repo. The script wasn't perfect and could not decide
between blank lines that make a list loose vs blank lines necessary for
a sub-list or a code block inside a list item. A manual review of all
the changes was done before making this commit to ensure that no
unintended changes were made to the help center files.
2025-07-22 14:36:25 -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
48ca710d75 help: Document specifying sender in generate channel email modal.
Documents setting the email sender in the generate channel email
modal that was added in #32581 and #32382.
2025-02-24 18:15:05 -08:00
Lauryn Menard
f325a7667a help: Add comma to all uses of "e.g." in help center docs. 2024-07-05 15:36:24 -07:00
Lauryn Menard
5acd059c38 help-relative-links: Update relative help links for channel rename. 2024-05-03 13:05:57 -07:00
Lauryn Menard
4e23f82006 help: Rename 'select-stream-view...' include instructions. 2024-05-03 12:55:39 -07:00
Lauryn Menard
9c353d812e help: Rename and redirect message-a-stream-by-email for channel. 2024-05-03 12:55:39 -07:00