Niloth P
0ec4b0285e
integration-docs: Update Zendesk for new doc format.
...
Part of zulip #29592 .
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
2024-07-15 16:42:22 -07:00
Alex Vandiver
4df9b03451
migrations: Re-thumbnail and rename existing emoji.
2024-07-12 13:26:47 -07:00
Lauryn Menard
3410584094
linter: Add check for comma after "e.g." in md files.
...
Adds a linter rule for markdown files so that new cases of "e.g."
without a comma wont be introduced to user-facing documentation.
Fixes the remaining cases of "e.g." in markdown files that are not
followed by a comma.
2024-07-05 15:36:24 -07:00
JohnLu2004
c42b663ecb
help: Improve documentation for changing a status.
...
Expands web app instructions for setting a status to have
a tab for via user card and via personal menu.
Adds instructions for clearing a status via user card, via
personal menu, and for mobile.
Adds new svg file for the icon used in zulip/mobile for
clearing a status.
Fixes #29415 .
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
2024-07-05 15:19:39 -07:00
roanster007
df68d3cff6
portico: Update screenshots for "for/research" page.
...
This commit adds the json file and updates screenshots
for the "for/research" page.
Fixes #30128
2024-07-01 16:04:13 -07:00
roanster007
9ad5016cb2
portico: Update screenshots for "for/business", "for/open-source" pages.
...
This commit updates screenshots for the "for/business" and
"for/open-source" pages, and adds the script for generating
their screenshots at "screenshots/companies.json."
Fixes part of #30128
2024-07-01 16:04:13 -07:00
roanster007
425fa08636
portico: Update screenshots for "for/events" page.
...
This commit adds the json file and updates screenshots
for the "for/events" page.
Fixes part of #30128
2024-07-01 16:04:13 -07:00
roanster007
5c0db36ffe
portico: Update screenshots for "for/education" page.
...
This commit adds the json file and updates screenshots
for the "for/education" page.
Fixes part of #30128
2024-07-01 16:04:13 -07:00
Alex Vandiver
5ff4d9f88a
integrations: Generate avatars using pyvips.
2024-06-20 23:06:08 -04:00
Lauryn Menard
06fa5b8327
images: Update channels and topics images for revisions.
2024-06-13 06:51:54 -07:00
Aman Agrawal
bb6e6ecaa5
hello: Redesign landing page.
...
Co-authored-by: Vlad Korobov <terpimost@gmail.com>
Co-authored-by: Alya Abbott <alya@zulip.com>
2024-06-02 21:45:37 -07:00
Lauryn Menard
cdacd7929d
emails: Update image used in onboarding_zulip_topics.html for channel.
2024-05-21 12:21:53 -07:00
Lauryn Menard
6fc1b7a65a
static: Rename images/help/streams-and-topics.png for channel.
2024-05-21 12:21:53 -07:00
Lauryn Menard
3bb3230fd0
static: Update images/help/streams-and-topic.png for channel.
2024-05-21 12:21:53 -07:00
Lauryn Menard
b9ef1a5965
help-docs: Update wildcards for new channel wildcard.
...
Updates the mention everyone wildcards for the new channel wildcard
and removes references to the stream wildcard.
2024-05-03 12:55:39 -07:00
Mateusz Mandera
eed98edb9d
help: Document configuration of SCIM with Microsoft Entra ID.
2024-05-02 18:12:21 -07:00
N-Shar-ma
89bca6ca93
help: Update article on collaborative to-do lists.
2024-04-16 16:55:41 -07:00
Karl Stolley
04b94f6ad5
features: Swap in redesigned feature-comparison table.
2024-02-13 15:11:02 -08:00
David Rosa
d29cd04387
integrations: Create incoming webhook for GitHub Sponsors.
...
Creates an incoming webhook integration for Github Sponsors. The
main use case is getting notifications when new sponsors sign up.
Fixes #18320 .
2024-02-07 09:52:03 -08:00
David Rosa
1e4f5c6433
integrations: Create incoming webhook for Patreon.
...
Creates an incoming webhook integration for Patreon. The main
use case is getting notifications when new patrons sign up.
Fixes #18321 .
Co-authored-by: Hari Prashant Bhimaraju <haripb01@gmail.com>
Co-authored-by: Sudipto Mondal <sudipto.mondal1997@gmail.com>
2024-01-30 13:13:19 -08:00
Sahil Batra
7e12674e8c
static: Make unknown user avatar work on mobile.
...
Clients like mobile add "-medium.png" to the url to get the
medium avatar if the avatar_url field of user object is set
to some string other than the gravatar URL.
This commit adds a symlink to offer the unknown user avatar at
unknown-user-avatar-medium.png as well so that mobile clients
can correctly render the medium avatars for inaccessible users.
Fixes #28071 .
2023-12-09 16:59:38 -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
Alex Vandiver
f9884af114
upload: Return images for 404/403 responses with image Accept: headers.
...
If the request's `Accept:` header signals a preference for serving
images over text, return an image representing the 404/403 instead of
serving a `text/html` response.
Fixes : #23739 .
2023-11-28 09:44:55 -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
Sahil Batra
3d96969398
avatar: Update avatar used for inaccessible users.
...
This commit adds a new avatar image which will be shown for
all inaccessible users.
2023-11-21 23:58:45 -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
Aman Agrawal
75a1a74adf
hello: Redesign page.
...
Fixes #24082
2023-10-02 22:30:03 -07:00
David Rosa
38a8c3df17
help: Add mobile instructions to "Unsubscribe from a stream".
...
- Documents unsubscribing via long-press menu, all streams, and
stream settings menu.
2023-08-30 11:30:53 -07:00
David Rosa
5b898ef216
help: Document "Browse and subscribe to streams" mobile feature.
2023-08-24 10:46:28 -07:00
David Rosa
15bfe66109
help: Update "View message Markdown source".
...
- Updates article to follow current help center documentation patterns.
- Documents "Copy and close" widget.
2023-08-15 09:55:23 -07:00
Daniil Fadeev
20dc70d395
emails: Fix the image source for the follow-up day 2 email.
...
Copied the image from the `/help` directory to the `/emails` directory
to use it with the `email_images_base_url` variable.
2023-08-15 09:32:58 -07:00
David Rosa
592d0e2794
help: Document "Starred messages" mobile feature.
2023-08-10 17:31:10 -07:00
David Rosa
d346b9bd1c
help: Document "Add video call" mobile feature.
2023-08-09 09:49:09 -07:00
David Rosa
d127a6d317
help: Add a dedicated page on how to start a collaborative to-do list.
2023-07-17 11:17:24 -07:00
Zixuan James Li
c257aa7fba
integrations: Regenerate screenshots.
2023-07-17 09:23:01 -07:00
Aman Agrawal
233b486618
css: Use variable font when using Source Sans 3.
...
This is to overcome the limitations of previous static font,
which didn't allow us to use various font widths.
2023-07-06 17:57:37 -07:00
David Rosa
719e92ffb8
help: Document Markdown formatting for wildcard mentions.
...
- Documents wildcard mentions (`@all`, `@everyone`, `@stream`),
linking to /help/mention-a-user-or-group#mention-everyone-on-a-stream
from the intro text.
Fixes #25783 .
2023-06-19 13:46:58 -07:00
sbansal1999
2d6e6369f3
integrations: Add Linear webhook integration.
...
Fixes part of #23118 .
2023-05-30 10:48:19 -07:00
David Rosa
0b19d5cd5e
help: Document "Inbox view" mobile feature.
...
- Adds a new page under the "Reading messages" section documenting
the Inbox view on mobile.
- Adds Inbox, expand more, and expand less SVG mobile icons.
- Cross-links with "Recent conversations" and "All messages".
2023-05-30 10:40:41 -07:00
David Rosa
122bd3fcc1
help: Add mobile instructions to "Share and upload files".
...
- Documents uploading files via compose box buttons.
- Documents sharing files from other Android apps.
2023-05-28 15:08:49 -07:00
David Rosa
d89933b885
help: Update "Share and upload files" article.
...
- Adds via-markdown instructions block.
- Adds via-compose-box-buttons instructions block.
- Documents option to select multiple files.
- Adds named image file example section.
2023-05-28 15:08:49 -07:00
sbansal1999
63fcfd543a
integrations: Add documentation for Notion-Zapier Integration.
...
Fixes #25314 .
2023-05-09 12:25:18 -07:00
David Rosa
93062b3ec4
help: Update Message formatting section and page on Mentions.
2023-04-20 10:42:49 -07:00
David Rosa
b6b217681a
help: Improve emoji and emoticon documentation.
2023-04-20 10:42:49 -07:00
Alya Abbott
aa65813294
email: Rewrite followup_day2 email.
...
Keep the focus of the email the same (topics), but improve how
the information is presented.
2023-04-10 17:44:18 -07:00
Satyam Bansal
338436dfbd
integrations: Add Rundeck webhook integration.
...
Co-authored-by: sbansal1999 <sbansal1999@gmail.com>
2023-04-07 10:13:21 -07:00
David Rosa
95d34540a3
help: Add a dedicated page on how to format spoiler blocks.
2023-03-30 09:39:35 -07:00
David Rosa
dad5869c1f
help: Add a dedicated page on how to format links.
...
Also remove the Images section from the "Message formatting" help
page, and drop unused markdown-image.png.
Fixes part of #24209 .
2023-03-30 09:39:35 -07:00
Josh Klar
ef0c281070
integrations: Add documentation for Mastodon via public RSS feeds.
...
This uses the Mastodon logo SVG as pulled from
https://blog.joinmastodon.org/logo.svg .
2023-03-30 09:36:16 -07:00
David Rosa
4508fb5d5c
help: Add a dedicated page on how to format lists.
...
- Updates example and screenshot for numbered lists.
2023-03-24 15:19:08 -07:00