Rishi Gupta
48eb0c2358
help: Update start-a-call to include Hangouts and Zoom.
2019-02-28 17:11:27 -08:00
Rishi Gupta
9357e17b93
help: Add private-messages.
2019-02-28 17:11:27 -08:00
Rishi Gupta
812f62c8b3
help: Add user-groups.
2019-02-28 17:11:27 -08:00
Rishi Gupta
1871d00bb2
help: Update at-mention-a-user to include user groups.
...
Also changes the terminology for this feature from at-mention to
mention.
2019-02-28 17:11:27 -08:00
Rishi Gupta
5692acdf04
help: Update delete-a-topic.
2019-02-28 14:48:07 -08:00
Rishi Gupta
dbb4817128
help: Rename make-a-user-an-administrator to include guests.
2019-02-28 14:48:07 -08:00
Rishi Gupta
35af34049b
help: Add announcement-only-streams.md.
2019-02-28 14:48:07 -08:00
Rishi Gupta
58829b7646
help: Add start-a-new-topic.
2019-02-28 14:48:07 -08:00
Rishi Gupta
6d51b25fc6
help: Rework docs for joining and inviting.
2019-02-27 09:33:37 -08:00
Rishi Gupta
ac6f628c44
help: Rework Navigation and unread counts content.
2019-02-26 22:48:04 -08:00
Rishi Gupta
20d692bbd6
help: Remove compose-and-reply.
...
This page was too messy and hard to parse. Parent commits already copied
most of the content out into other articles.
2019-02-13 18:03:22 -08:00
Rishi Gupta
a2130ca106
help: Separate quote-and-reply into its own article.
2019-02-13 18:03:22 -08:00
Rishi Gupta
2454eff51d
help: Rename and update at-mention-a-team-member.
2019-02-13 18:03:22 -08:00
Rishi Gupta
4e33c3a970
help: Make open-the-compose-box a separate article.
2019-02-13 18:03:22 -08:00
Rishi Gupta
64cdac9294
help: Remove zulip-glossary.
...
I'm torn about this, since there is good content here. But ultimately I think
* This page is a lot of work to write and maintain.
* In most cases, the right thing is for people to find the page that
explains the full feature. E.g. if you don't know what an "administrator"
is, the page I hope you find is "Roles and Permissions". For bots, it's
"Bots and Integrations". Writing a punchy short summary for a glossary
that does better than that is possible, but not fast.
* People find things via search, e.g. by Googling "What is X in Zulip",
rather than looking for a glossary.
* This page was written more than 3 years ago, before we had 100+ help
articles. So it may have served a purpose in the past that no longer
exists.
2019-02-13 18:03:22 -08:00
Rishi Gupta
e40af1ca7f
help: Update title of change-your-language.
2019-02-13 17:50:39 -08:00
Rishi Gupta
e183c316dd
help: Rename help/change-your-avatar to help/set-your-avatar.
2019-02-13 17:50:39 -08:00
Rishi Gupta
750fff16ef
help: Remove TODOs from sidebar_index.md.
2019-02-13 10:41:29 -08:00
Rishi Gupta
e3496830f1
help: Add hide-message-content-in-emails.
2019-02-13 10:41:29 -08:00
Rishi Gupta
7e0e380b5a
help: Add change-notification-sound.
2019-02-13 10:41:29 -08:00
Rishi Gupta
458f988262
help: Add configure-missed-message-emails.
2019-02-13 10:41:29 -08:00
Rishi Gupta
d20be1dd66
help: Add disable-new-login-emails.
2019-02-13 10:41:29 -08:00
Rishi Gupta
3b9cb9c68c
help: Add change-your-timezone.
2019-02-13 10:41:29 -08:00
Rishi Gupta
0119b383a6
help: Update Accounts basics section to conform to new tabbed style.
2019-02-11 12:05:19 -08:00
Rishi Gupta
cd0e55cb95
help: Add streams and topics and moderation to Guides.
2019-02-11 12:05:19 -08:00
Rishi Gupta
e8251bb758
user docs: Add delete-a-topic.
2019-02-06 22:16:24 -08:00
Rishi Gupta
2d4c0ef292
user docs: Add rename-a-topic.
2019-02-06 22:16:24 -08:00
Rishi Gupta
3e5e4ce561
portico: Add information on billing guests.
2019-02-01 23:34:47 -08:00
Rishi Gupta
78d98168a4
portico: Add stride import to /features and /help.
2019-01-29 13:48:39 -08:00
Eeshan Garg
8a02e177e3
bugdown: Trigger test failure for invalid Markdown include statements.
...
This commit adds a custom Markdown include extension which is
identical to the original except when a macro file can't
be found, it raises a custom JsonableError exception, which
we can catch and then trigger an appropriate test failure.
Fixes : #10947
2018-12-27 20:13:08 -08:00
Roger Souza
69da22d998
api docs: Document the custom emoji upload endpoint.
...
Tweaked by tabbott to fix some English phrasing and make the file
pointer thing require less Python knowledge.
Fixes : #10746 .
2018-12-14 14:19:28 -08:00
Roman Godov
aa3682f9fc
api: Add GET /user_groups documentation.
...
This documents our GET endpoint for interacting with Zulip's user
groups feature.
Fixes #10298 .
2018-11-08 22:19:30 -08:00
neiljp (Neil Pilgrim)
9f8d778d20
integrations: Update Matrix and IRC docs.
...
[with edits by Rishi Gupta]
2018-10-22 18:04:22 -07:00
Tim Abbott
fde03feed9
api docs: Fix titles for add/remove linkifiers docs.
2018-10-17 15:35:53 -07:00
Yago González
029d815be7
api docs: Document the /dev_fetch_api_key endpoint.
2018-10-16 12:47:12 -07:00
Yago González
3eeec94d03
api docs: Document the POST /users/me/subscriptions/properties endpoint.
2018-10-16 12:38:27 -07:00
Yago González
3d2b3f8fa4
api docs: Document the POST /messages/flags endpoint.
2018-10-16 12:19:24 -07:00
Yago González
7a4103eee6
api docs: Document POST /mark_(all|stream|topic)_as_read.
2018-10-16 12:12:05 -07:00
Tim Abbott
d13bd6e8d3
linkifiers: Rename articles to current feature name.
...
These were previously called "linkification filters", but we now want
to consistently refer to them as "linkifiers" in the UI and API docs.
2018-10-16 12:01:17 -07:00
Yago González
3bdc8f9946
api: Document the GET /realm/emoji endpoint.
2018-10-16 11:51:48 -07:00
Yago González
7a7b507e86
api docs: Document DELETE /realm/filters/<filter_id>.
2018-10-16 11:51:48 -07:00
Yago González
a7c48acc8e
api docs: Document GET /realm/filters.
2018-10-16 11:51:48 -07:00
Rishi Gupta
7956c57448
user docs: Add import-from-hipchat.
2018-10-09 15:23:07 -07:00
Lyla Fischer
3c51328763
user docs: Remove icon-vector for font-awesome.
2018-10-09 14:16:16 -07:00
Rishi Gupta
8c0bfb925d
integration docs: Change location of bot_types.png.
...
Fixes broken test in 53a2f71
.
2018-10-01 12:42:29 -07:00
Rishi Gupta
0d1907fb71
user docs: Add test-mobile-notifications.
2018-09-28 12:09:33 -07:00
Shubham Dhama
8c6424a4bd
user docs: Split and update add-a-bot-or-integration.md.
2018-09-25 20:48:12 -07:00
Rishi Gupta
f2b4357d67
user docs: Remove link to #status-messages from left sidebar.
2018-09-18 14:48:17 -07:00
Rishi Gupta
669c2fd752
user docs: Update verify-your-message-was-successfully-sent.
2018-09-18 14:47:33 -07:00
Eeshan Garg
1a3a791e0b
rest-endpoints.md: Remove duplicate heading.
2018-09-17 13:28:30 -04:00