Weronika Grzybowska
1f52eea0e4
user docs: Document auto-numbering of ordered lists.
...
Fixes #8246
2018-03-01 12:05:31 -08:00
Abhigyan Khaund
a75f0aa594
hotkeys: Add "p" to narrow to next unread PM thread.
...
This works simimlar to the "n" key for next topics.
This commit does a few things:
* It wires up the hotkey to an existing function
that could change narrows.
* It adds documentation.
* It adds logic to make sure the compose box does
not open.
@showell helped a bit with the wording of comments here.
Fixes #4874
2018-02-27 07:20:31 -05:00
Eeshan Garg
6ddc0b75ac
webhook_md_macros: Stop using transition words.
...
Transition words make it harder to reuse macros in different
contexts and can lead to unintended errors. Thanks to Rishi
Gupta for suggesting this!
2018-02-24 06:21:02 -05:00
Eeshan Garg
0d39b05cf6
webhooks/beanstalk: Update text and remove screenshots.
...
This commit:
* Removes the unnecessary screenshot.
* Reorders the instructions and combines them in to 4 steps.
* Improves the contents of the webhook-url-with-bot-email-indented.md
macro and makes it more consistent with create-bot-construct-url.md.
* Sets the recommended stream name to "commits", since that's what
the webhook function for Beanstalk expects in
zerver/webhooks/beanstalk/view.py. This allows us to use the
create-stream.md macro.
2018-02-24 06:21:02 -05:00
Eeshan Garg
e94efe5497
markdown macros: Add create-a-bot-indented macro.
2018-02-24 06:21:02 -05:00
Rishi Gupta
9449556eff
integrations: Add missing instruction to create-a-bot docs macros.
2018-02-13 21:47:39 -03:30
Priscilla
6badac5d33
docs: Add v shortcut to the lightbox article.
2018-02-09 18:02:24 -08:00
Rhea Parekh
721a241901
slack importer: Update doc about slack user's skype and phone data.
2018-02-09 12:17:10 -08:00
Rhea Parekh
699021e7d8
slack importer: Update Documentation with slack's legacy token method.
2018-02-09 12:17:10 -08:00
Eeshan Garg
929724e5e7
api docs: Add page for common error payloads.
...
We now have a separate page for common error payloads, for example,
the payload for when the client's API key is invalid. All error
payloads that are presented on this page will be tested similarly
to our other non-error sample fixtures.
2018-02-08 17:58:41 -08:00
Eeshan Garg
ab700fb662
markdown: Add a macro with instructions for creating a bot.
2018-02-08 16:22:55 -08:00
Roman Godov
b875fe07eb
settings: Added setting to turn on and off realm name in email subject.
...
Users having only account in one realm will not be distracted by realm
name in subject lines of every email. Users who have multiple
accounts in realms can turn this setting on and receive a
corresponding realm name in email's subject.
Tweaked by tabbott to rebase and address a few small issues.
Fixes #5489 .
2018-02-05 18:01:54 -08:00
Tim Abbott
64cb05be67
import: Update the documentation slightly.
2018-02-05 14:53:07 -08:00
Rhea Parekh
78e0a2613f
slack importer: Add documentation for Zulip default stream.
2018-02-05 14:46:39 -08:00
Balaji2198
f49d9d016f
hotkeys: Add '>' as a hotkey for quote and reply to message.
...
Tweaked by tabbott to fix a few minor issues.
Fixes #8146 .
2018-02-02 17:37:53 -08:00
Eeshan Garg
d46753c26d
markdown: Remove macro for successful API JSON response.
...
Now that we have a Markdown extension-based test framework for
generating and testing code examples on our /api pages, we don't
need this macro anymore!
2018-01-31 07:30:54 -05:00
Jerry Zhang
15ac79cb51
user docs: Add user guide for enabling night mode.
...
Advertisement for the feature tweaked by tabbott.
Fixes #7405 .
2018-01-24 15:16:28 -08:00
rht
6b4f392ee9
Slack importer: Make it transparent to user which parts aren't mapped 1-to-1.
2018-01-23 10:36:14 -05:00
Cynthia Lin
d449fcb309
user docs: Dynamically replace keyboard shortcuts for Mac OS.
2018-01-22 19:41:17 -05:00
Brock Whittaker
6b03e25382
help: Add "Add a link preview" documentation.
...
This is a server setting so I created the section "Server settings" in the help sidebar for this to go under, and rewrote the copy and retook the images that were originally done by @Privisus due to some issues.
2018-01-19 06:15:30 -05:00
Robert Hönig
93f47fa700
outgoing webhooks: Rename "Base URL" to "Endpoint URL".
...
Based on user feedback. "Endpoint URL" gives a clearer
idea of the field's purpose.
2018-01-16 08:11:51 -05:00
Rhea Parekh
dd51f348e5
Slack importer: Update documentation.
2018-01-08 08:05:50 -05:00
Jerry Zhang
535e6bd218
user docs: Add user guide for configure authentication methods.
...
Fixes #3357 .
2017-12-31 08:09:47 -05:00
Cynthia Lin
c31e148ea8
user docs: Add links back to homepage to the bottom of the sidebars.
2017-12-31 08:08:25 -05:00
Eeshan Garg
229cdfce90
markdown: Add a macro for invalid API key JSON response.
...
The JSON response for when an invalid API key is used to initiate
an API call seems to be identical in every case, so this macro
can be reused all the time.
2017-12-29 17:03:36 -05:00
Eeshan Garg
3a90a6be5e
markdown: Add macro for successful send message JSON response.
...
The JSON response for when an API call to send a message is
successful is the same for both private and stream messages, so
these macros may be used again.
2017-12-29 17:03:36 -05:00
Rhea Parekh
01fa8416b1
Slack importer: Updating the documentation to the new method.
...
The already existing import-users-and-channels-from-slack.md file is
updated here to follow the new method.
2017-12-27 07:50:53 -05:00
civilnewsnetwork
0ce8b69fd6
Renamed 'Register' to 'Sign up' including translations
2017-12-18 10:02:15 -05:00
Rishi Gupta
b8976ae4bd
integrations: Improve wording in create-bot-construct-url.md.
2017-12-11 15:39:26 -06:00
Rishi Gupta
f323d59ec0
org settings: Remove double negative from open realm setting.
...
The current wording is tricky to wrap one's head around.
2017-12-10 23:15:00 -08:00
AlloulDorian
39dc41f40b
user docs: Add doc for video calls.
2017-12-07 16:57:50 -08:00
Cynthia Lin
b7fb86b9ea
user docs: Modify sidebar and index page styling.
2017-12-07 14:40:17 -08:00
Rishi Gupta
191f8f1b39
left sidebar: Change Home to All messages.
...
We made this change because users often unnecessarily click "Home"
first in their use of Zulip, because it seems appealing. While "All
messages" isn't quite precise (it doesn't include muted streams), it
does describe relatively simply the interleaved view that this
represents.
This commit leaves everything as "home" in the code, and only changes
user-visible strings and docs. Changing the code will be a big project;
there are hundreds of relevant occurrences in variable names, etc.
Further, we'll probably want to convert those various variable names
in different ways.
Tweaked by tabbott to extend the commit message and update a few comments.
2017-11-28 15:42:58 -08:00
Eeshan Garg
880fd5497a
markdown: Add indented versions of multi-line Markdown macros.
...
This is part of our efforts to change our integrations/webhooks
docs to follow the same sort of numbered-list format as our /help
docs. In order to indicate that paragraphs separated by newlines
are part of the same numbered-list point, every paragraph must be
indented 4 spaces.
2017-11-25 17:01:11 -08:00
derAnfaenger
73915a9631
docs: Move integration docs to /api.
2017-11-17 11:58:54 -08:00
derAnfaenger
6a72fcff9c
docs: Fix outdated bots guide link.
2017-11-16 13:58:07 -08:00
Tim Abbott
638eb7a8e4
docs: Update links to ReadTheDocs to always use https.
...
This is better security practice.
We also add a lint rule to enforce this for the future.
2017-11-16 10:59:24 -08:00
Tim Abbott
054952a44a
docs: Update links from codebase to point to ReadTheDocs.
2017-11-16 10:53:49 -08:00
Tim Abbott
07c2b205a4
docs: Update absolute links to point to new URLs.
...
This should get test-documentation and test-help-documentation passing
again after we moved everything around in the last commit.
There are a lot more absolute links (generally in code comments) to
update, but they are lower-priority and can be done in a follow-up
pass.
2017-11-16 10:08:22 -08:00
Brock Whittaker
d2e55fa5c8
/api/ & /help/: Change index to <h1>.
...
The Index should be presented as an <h1> section and to the far left.
2017-11-08 13:01:33 -08:00
Brock Whittaker
228b0c4290
/help/: Add a slide class for sidebars that should have slide mechanism.
...
This adds a slide class that specifies that the JS actions for sliding
up and down sections is the desired behavior, along with a bit of CSS
to help display correctly in the case of not being a sliding section.
2017-11-08 13:01:33 -08:00
sagar-kalra
c2f1f54190
help: Fix indentation of code blocks in desktop install guide.
...
Apparently, one can fix these by indenting 4 spaces beyond what would
have been sufficient to stay inside the bulleted lists.
Fixes #7075 .
2017-11-07 15:48:34 -08:00
Greg Price
eb55a3a1ba
template context: Give better names to the URLs for the API.
...
The "subdomain" label is redundant, to the extent it's even
accurate -- this is really just the URL we want to display,
which may or may not involve a subdomain. Similarly "external".
The former `external_api_path_subdomain` was never a path -- it's a
host, followed by a path, which together form a scheme-relative URL.
I'm not quite convinced that value is actually the right thing in
2 of the 3 places we use it, but fixing that can start by giving an
accurate name to the thing we have.
2017-10-30 18:29:29 -07:00
Greg Price
aeb69dfd61
template context: Eliminate now-constant variable `api_site_required`.
2017-10-30 18:29:29 -07:00
Rishi Gupta
b7a9068724
mobile: Update docs and portico URLs to point to new Android app.
2017-10-28 15:27:29 -07:00
Tim Abbott
d8a873a571
filter: Improve group-pm-with descriptions.
...
This makes it a bit clearer what this actually does.
2017-10-24 13:19:24 -07:00
Alexis La Porte
e7f932aa87
docs: Fix a typo in text of user doc for allow image/link previews.
...
Fixes #7144
2017-10-24 09:48:45 -07:00
akashnimare
70367deec3
apps: Add a direct link to installation section in desktop guide.
...
Fixes #6595 .
2017-10-18 14:23:47 -07:00
Tim Abbott
8afe9835f6
lint: Ban two spaces after comma in prose.
2017-10-18 10:12:41 -07:00
Rishi Gupta
c13d2cb00a
user docs: Update create-a-stream to point to the org guide on streams.
...
Also cleans up the intro a bit.
2017-10-17 22:13:29 -07:00
Tim Abbott
93e666c4bf
compose: Restore shift-enter to always inserting a newline.
...
This was a not-well-thought-through behavior change done in #6489 ; the
part that was actually a problem was ctrl-enter not producing spaces
anyway.
So we fix this, and also add a comment explaining why.
Fixes #6908 .
2017-10-09 15:10:54 -07:00
Eeshan Garg
1153288681
markdown: Add macro linking to our Bots Guide tutorials.
...
This macro is for when we want to describe how to run a bot on
a running Zulip server in our bots' docs.
2017-10-09 11:40:44 -07:00
Rishi Gupta
71485b14d6
help: Update keyboard-shortcuts.md.
...
Reorganizes shortcuts and rewords shortcut descriptions. Adds a new "the
basics" section at the top. Does not add or remove any shortcuts.
2017-10-05 23:13:35 -07:00
Rishi Gupta
fd0fc77f92
user docs: Use sentence case for titles of sections.
...
Also changes "Main Index" to "Index", since "Main index" doesn't look great.
2017-10-05 23:12:24 -07:00
Rishi Gupta
0e0eb2d9c8
user docs: Add top level sections to sidebar.
2017-10-05 23:12:24 -07:00
Rishi Gupta
eedad34b3c
user docs: Add an organization basics section.
...
This section has the docs a new admin might look at during initial set up.
Does not add or remove articles, just moves stuff around on the
sidebar. Does remove the "Miscellaneous" section.
2017-10-05 23:12:24 -07:00
Rishi Gupta
0474402c51
user docs: Organize message sending and reading docs.
...
Collects all relevant docs into "Sending Messages" and "Reading Messages".
Doesn't add or remove any docs, just moves them around on the sidebar.
Duplicates "Message a stream by email" (it now appears in two sections)
Removes the "Editing Messages" section/header.
2017-10-05 23:12:24 -07:00
Rishi Gupta
6cccb70922
user docs: Reorganize account basics section.
...
This section should be the stuff we want users to see when they are first
setting up their account.
This commit only moves links on the sidebar around, no additions or
deletions.
2017-10-05 23:12:24 -07:00
Rishi Gupta
074826485f
user docs: Update wordings on left sidebar.
2017-10-05 23:12:24 -07:00
Brock Whittaker
c9514d0ad2
/help/: Remove underline and changes text from "Index" => "Main Index".
...
This removes the underline on hover and changes the text to get to the
index.
This also changes it to an <h2> tag so that it will be more inline
with the styling of the rest of the sections, but without the
down chevron.
2017-10-03 16:36:37 -07:00
Tim Abbott
14b7add4c4
help: Reorganize the sections somewhat.
2017-10-03 11:19:07 -07:00
Cynthia Lin
ea75772a01
user docs: Add index page for searching.
2017-10-03 11:13:36 -07:00
Cynthia Lin
71af43601a
user docs: Add collapsible sidebar sections.
2017-10-03 11:13:36 -07:00
Greg Price
5b8eac3895
help: Revise the desktop install help for clarity.
...
This deserves a fact-check to make sure I haven't simplified
anything past what's true! Note in particular the TODO comments.
Especially in particular, I took out references to the .zip installer
for macOS and the .deb installer for Linux. I couldn't tell in what
situation we'd really want to steer a user toward them (and wouldn't
recommend instead either the .dmg installer, or the apt or AppImage
instructions, respectively), so taking them out simplifies the
instructions and avoids presenting the user with a choice they have no
context for making. But if there is such a situation, then we can put
them back.
2017-09-27 19:31:08 -07:00
akashnimare
7d1759818b
docs: Add desktop app installation instructions.
2017-09-27 15:50:09 -07:00
Joshua Pan
178f5080cf
hotkey.js: Switch 'q' and 'w' hotkeys.
...
On a standard keyboard, 'q' is to the left of 'w', so it makes sense
for the hotkeys for the left and right sidebars to be `q` and `w`,
respectively, not the other way around.
2017-09-25 12:14:07 -07:00
Abhijeet Kaur
2bf3324395
frontend: Add ability to search by "group-pm-with" search operator.
...
This allows user to view all group private conversation messages
with a specific user. That is, it views all the the group private
messages from groups which include the given user.
Add search suggestion for group-pm-with. Add operator name
and description in "Search operators" tab.
Add change in tab name to "Group Messages" when using this operator.
Add frontend_tests for group-pm-with search operator.
Fixes : #3882 .
2017-09-24 11:58:48 -04:00
Cynthia Lin
6d20557b61
user docs: Update docs referencing Organization permissions page.
2017-09-16 02:26:47 -07:00
Cynthia Lin
a758c2615e
user docs: Update docs to point to Organization settings page.
2017-09-16 02:26:47 -07:00
Cynthia Lin
b721ada944
user docs: Update docs to point to Organization profile page.
2017-09-16 02:26:47 -07:00
Brock Whittaker
c8641d49b5
/help/: Remove portico footer.
...
I don't think we need the footer in here.
2017-08-28 11:07:03 -07:00
rht
437b2a3146
Update "MacOS" text to "macOS"
2017-08-26 09:00:42 -07:00
Brock Whittaker
44636051e4
Make /help/ sidebar more discoverable on mobile/narrow.
...
This makes the /help/ sidebar more discoverable at windows less
than 1000px in width because it makes it stick out a bit when it
is closed with the hamburger menu at the top.
Fixes : #6038 .
2017-08-24 13:38:22 -07:00
Rishi Gupta
d28337869e
help: Fix links to integrations in organization getting started guide.
2017-08-22 14:26:17 -07:00
Rishi Gupta
4fc263d947
help: Update streams advice in getting-your-organization-started-with-zulip.
2017-08-22 14:26:17 -07:00
Robert Hönig
84a7350de6
docs: Clarify webhook-specific guides.
2017-08-22 10:38:48 -07:00
Vaida Plankyte
eb001e42d0
help: Document display emoji reactions as text feature.
2017-08-02 10:13:32 -04:00
rht
a2edbcbe94
Do s/ top-right / top right /g.
2017-08-01 15:30:37 -07:00
rht
89afd0da22
Standardize the description of icon-vector-cog at navbar.
...
While humans can disambiguate 'upper right' and 'top right' to one area,
it might help with any machine reading comprehension task by choosing a
more regular wording.
2017-08-01 15:30:37 -07:00
Rishi Gupta
5aa626e73e
help: Link to guides from index.html.
2017-07-31 21:47:33 -07:00
Rishi Gupta
2a69298a1b
help: Add Getting started with Zulip.
2017-07-31 21:47:33 -07:00
Rishi Gupta
83fa4708aa
help: Move Guides section to top of file.
2017-07-31 21:47:33 -07:00
Rishi Gupta
ffe717342e
help: Rename Administration to Guides.
2017-07-31 21:47:33 -07:00
Tim Abbott
41f37d0a6f
jinja2: Use function interface for render_markdown_path.
...
Apparently, the filters implementation was doing some sort of strange
caching, where you would need to restart the server in order to
refresh for changes to the markdown content.
We fix this by switching to just calling the render_markdown_path
function from Jinja2.
Fixes #5974 .
2017-07-31 14:54:54 -07:00
Vaida Plankyte
b8b0cd41d0
help: Add explanation of pointer/unread count behavior.
...
Fixes #5770 .
2017-07-27 18:07:58 -07:00
Vaida Plankyte
636f1d5523
help: Document @all mentions.
2017-07-26 12:09:11 -04:00
Cynthia Lin
89abe5d398
user docs: Document Analytics feature.
...
Fixes #3648 .
2017-07-25 11:18:44 -07:00
Rishi Gupta
ad47d3b651
settings: Update wording in organization-permissions-admin.handlebars.
2017-07-24 17:33:14 -07:00
Rishi Gupta
481c85fb48
settings: Update text in templates.
2017-07-24 17:33:14 -07:00
Vaida Plankyte
edc341abe7
help: Add documentation on deleting a message.
...
Fixes #5393 .
2017-07-18 16:04:02 -07:00
Vaida Plankyte
358a35f4cb
help: Rename Manage organization snippets.
2017-07-17 11:52:15 -07:00
Tim Abbott
40cc6a3fa1
docs: Document disabling message edit history.
2017-07-16 10:13:26 -07:00
Vaida Plankyte
28ea174ed9
backend: Implement high contrast mode display setting.
2017-07-14 14:53:24 -07:00
Brock Whittaker
1cf7ee966b
help: Redesign /help/ pages to be a single page app.
...
This redesigns the /help/ page sets to be a single page app that uses
history.pushState to work the same as the old app.
The big new feature is that now we have the index in a nicely designed
left sidebar.
2017-07-13 15:43:44 -07:00
James Rowan
05934fd4c6
user docs: Clarify that drafts are only stored locally.
2017-07-13 11:21:44 -07:00
Eeshan Garg
b37ace33ee
help: Document bot types in add-a-bot-or-integration.
2017-07-11 13:25:51 -04:00
Eeshan Garg
37fbed0993
webhooks: Recommend creating "incoming webhook" bot.
...
In all our webhooks' docs, we now recommend creating a bot with the
"Incoming webhook" bot type.
2017-07-11 13:25:51 -04:00
Vaida Plankyte
1e04ab8b54
help: Add docs on new manage organization features.
2017-07-11 12:35:50 -04:00
Vaida Plankyte
7d98e569c5
help: Add docs for new organization permission settings.
2017-07-10 11:50:40 -07:00
Vaida Plankyte
90877c2100
help: Update links to point to organization permissions.
2017-07-10 11:50:40 -07:00
Tim Abbott
5ee9599acd
help: Link to zulipchat.com/apps to have the latest apps page.
...
Ideally, we'd be using {{ apps_page_url }}, but the /help/ markdown
system doesn't support custom Jinja2 content in its code.
2017-07-07 16:58:04 -07:00
Rishi Gupta
e84e6aa818
create_realm: Make placeholder text more generic.
...
Fixes #2058 .
2017-07-06 23:13:29 -04:00
Cynthia Lin
0fc93278ca
user docs: Add guide on *Require topics in messages to streams* setting.
...
Edited by tabbott to simplify the language and explain the purpose of
the setting a bit more.
Fixes #5675 .
2017-07-05 11:51:54 -07:00
Eeshan Garg
085ce20feb
markdown: Recommend installing bindings to the server with bot.
...
Instead of recommending our users to download and install our
bindings "to the <integration_name> server", we now recommend
installing our bindings "to the server where the
<integration_name> bot lives". Technically, the latter is more
accurate.
2017-06-26 12:30:04 -04:00
Eeshan Garg
1d9ab996c7
markdown: Clarify stream name recommendations in create-stream.
...
Now, we further clarify in the create-stream.md macro that even
if users follow our default stream name recommendation for a
given integration, said stream must still be explicitly created.
2017-06-26 12:30:04 -04:00
Eeshan Garg
242162f9db
markdown: Add macros for changing integration config files.
2017-06-26 12:30:04 -04:00
James Rowan
7ccdc319c7
help: Fix typos in the guide for new organizations.
2017-06-25 11:20:03 -04:00
Cynthia Lin
27e1393610
docs: Update keyboard shortcuts documentation.
2017-06-21 15:54:09 -04:00
Cynthia Lin
96dc204841
hotkeys: Document `u` hotkey.
2017-06-21 10:38:05 -04:00
Rishi Gupta
ca3b9f3059
user docs: Clean up intro text.
2017-06-20 21:25:56 -04:00
Vaida Plankyte
b7ea876056
docs: Document ability for admins to delete messages.
2017-06-20 21:17:53 -04:00
vaibhav
d9bc3932ec
settings: Move "download personal API key" from "your-bots" to "your account"
...
Fixes : #5355 .
2017-06-20 15:46:23 -04:00
Cory Lynch
472e788ee0
Add user documentation for is:unread.
2017-06-19 06:51:13 -04:00
Nick Sweeting
458fcfa646
docs: Add blurb to docs about topic lifetime.
...
Edited by tabbott to also address the issue of deleting topics.
2017-06-14 19:21:54 -07:00
Eeshan Garg
0d817f0870
markdown: Add macro for appending stream name to integration URL.
2017-06-14 17:42:17 -07:00
Eeshan Garg
aa25348ddc
markdown: Recommend substituting bot email and API key in URL.
...
We now recommend substituting the appropriate bot email and
API key in the webhook URL in the webhook-url-with-bot-email.md
macro.
2017-06-14 17:42:14 -07:00
Eeshan Garg
8efb3aeee7
templates: Update .md macros to use recommended_stream_name.
...
Previously, we used Integration.name as the recommended stream
in our macros. Now, we have a dedicated attribute set in the
Integration class (that WebhookIntegration and GithubIntegration
inherit from) for the recommended stream name in cases where
the stream name is different than the name of the integration
itself.
2017-06-13 15:30:35 -07:00
Aditya Bansal
9219298774
Clean main.html to use 4 space indentation.
2017-06-06 22:04:55 -07:00
Aditya Bansal
7f15cfea91
integrations: Add download python bindings macro.
...
This will be used in various integration docs.
2017-06-06 21:40:27 -07:00
rht
486e4e30da
Update 'OS X' reference to macOS.
2017-06-05 22:11:34 -07:00
Eeshan Garg
3c47efb1fc
templates: Add macro for appending branches to webhook URLs.
...
This macro is an alternative to git-webhook-url-with-branches.md,
which contains the full URL with a `branches` query parameter at
the end. This macro is for when we just want to specify that this
can be done but the URL to append to can be variable or is unique
to a particular integration (and thus, doesn't warrant its own
macro and a full URL example).
2017-06-05 11:22:06 -07:00
Eeshan Garg
433686457a
templates: Add Markdown macro for URLs with bot_email@api_key.
2017-06-05 11:22:06 -07:00
Eeshan Garg
fab20ec6fd
templates: Add macro for appending branch names to Git webhook URLs.
2017-06-05 11:20:48 -07:00
Eeshan Garg
af88695c28
templates: Add macro for appending the topic to the webhook URL.
2017-06-01 22:16:10 -07:00
Tim Abbott
4acc89d379
help: Document the : hotkey for choosing reactions.
2017-05-29 15:43:55 -07:00
Tim Abbott
7b152bf0ad
help: Clarify discussion of the emoji reactions picker.
...
The word "menu" was kinda confusing here.
Follow-up to #4547 .
2017-05-29 15:43:44 -07:00
Daniel Lau
3037be9bc0
help: Document how to navigate the emoji reactions picker.
...
Fixes #4547 .
2017-05-29 15:43:07 -07:00
Eeshan Garg
dd5ce955bd
webhooks/delighted: Migrate docs to Markdown.
2017-05-28 18:44:00 -07:00
Eeshan Garg
14ce3a94db
webhooks/codeship: Migrate docs to Markdown.
2017-05-28 18:44:00 -07:00
Eeshan Garg
3cb758d339
templates: Support parametric Markdown macros for webhooks docs.
2017-05-24 17:00:19 -07:00
Cynthia Lin
344f284431
user docs: Document Streams menu hotkeys.
...
Also includes refactoring to **Keyboard shortcuts** user docs.
2017-05-24 12:19:15 -07:00
Cynthia Lin
e4543a98ff
user docs: Update Streams modal UI screenshots.
2017-05-22 18:35:22 -07:00
Cynthia Lin
6b9dfcec4e
user docs: Delete *View information about a message* doc.
...
Deprecated feature; replaced by message sender info.
2017-05-22 18:35:22 -07:00
Cynthia Lin
561cb64f33
user docs: Update docs with compose box UI changes.
2017-05-22 18:35:22 -07:00
Cynthia Lin
f0c5b68a5e
user docs: Delete *Restore the last unsent message* doc.
...
Deprecated feature; Drafts feature has replaced it.
2017-05-22 18:35:22 -07:00
Cynthia Lin
314a506890
user docs: Update *The Zulip browser window* doc.
2017-05-22 18:35:22 -07:00
Cynthia Lin
226e30d9ea
user docs: Update *Add custom emoji* doc.
2017-05-22 18:35:22 -07:00
Cynthia Lin
bfcb0552e8
user docs: Merge *The announce stream* and *Make an announcement* docs.
2017-05-22 18:35:22 -07:00
Cynthia Lin
6977232dcc
user docs: Update *Zulip on Android* doc.
2017-05-22 18:35:22 -07:00
Cynthia Lin
5628e467ac
user docs: Update *Send message in a different language* doc.
2017-05-22 18:35:22 -07:00
Cynthia Lin
8211e19074
user docs: Update *Format your messages using Markdown* with UI changes.
2017-05-22 18:35:22 -07:00
Cynthia Lin
bafa976376
user docs: Update *Add a bot or integration* with UI changes.
2017-05-22 18:35:22 -07:00
Cynthia Lin
eb472411ce
user docs: Document status messages in Message formatting docs.
...
Removes *Send a status message*. Fixes #4522 .
2017-05-22 18:35:22 -07:00
Eeshan Garg
2e3081e93d
webhooks: Add Markdown macros for repetitive documentation.
2017-05-22 18:19:14 -07:00
Brendan Kiu
082f451885
lightbox: update help text for `v` shortcut.
...
New behavior of the `v` shortcut updated in documentation.
Follow up to #4869
2017-05-22 16:48:37 -07:00
Tim Abbott
575dde3881
help: Add link to new organization getting-started guide.
2017-05-16 13:52:58 -07:00
Tim Abbott
1c03ec2e23
help: Add a detailed article on creating a new Zulip organization.
...
Thanks to Rishi Gupta, James Rowan, and many others for their work on
this.
This replaces most of the content in prod-customize.md; we'll
deduplicate soon.
2017-05-16 00:29:23 -07:00
Tim Abbott
a0006e4328
design: Rename @-mentions filter to Mentions.
...
This should make the design a bit more consistent and usable.
2017-05-15 20:55:27 -07:00
Cynthia Lin
36b66cda74
user docs: Update keyboard shortcuts docs with Drafts modal shortcuts.
2017-05-15 13:32:21 -07:00
Cynthia Lin
934bae5232
user docs: Add user guide for *View and edit your message drafts*.
...
Fixes #4335 .
2017-05-15 13:32:18 -07:00
Joshua Pan
235d06e7e5
docs: Correct bullet point formatting in keyboard shortcuts.
2017-05-11 18:46:24 -07:00
Tomasz Kolek
61d5d41067
Add Slack importer bot.
2017-05-09 10:48:08 -07:00
Mahim Goyal
49fec57768
Add hotkey for narrowing to next unread topic.
...
Fixes : #4199 .
2017-05-09 10:02:54 -07:00
Brock Whittaker
48ac49385e
Fix lack of uniformity with box content layout.
...
The various portico pages had various styling differences that made
them less consistent when responsive.
2017-05-04 16:09:12 -07:00
Cynthia Lin
0e6815fbf6
user docs: Document nested list bullets.
...
Fixes #4456
2017-04-17 21:51:14 -07:00
Rishi Gupta
794c7c5508
user docs: Add info about max size for uploaded files.
2017-04-08 12:59:24 -07:00
Abhijeet Kaur
8f88b045a4
Rename "Administration" to "Organization" in the settings UI.
...
This better sets expectatations for the fact that in Zulip, the
Organization settings UI is available read-only to non-administrator
users.
Tweaked by tabbott to update some additional references.
2017-04-07 17:32:56 -07:00
Joshua Pan
7ce200f8d7
Add documentation for Ctrl + [ hotkey.
2017-04-07 16:54:56 -07:00
Jonathan Pan
5556d2341c
hotkey.js: Add hotkey for drafts.
...
* 'd' in message view opens drafts.
This also adds hotkeys within the drafts UI:
* Up/down arrow keys navigate the drafts.
* Pressing enter edits the selected draft.
* Pressing backspace deletes the selected draft.
Some variable names tweaked by tabbott.
2017-03-27 14:05:00 -07:00
Joshua Pan
0ce38b6a92
Add documentation for M hotkey.
2017-03-25 09:42:49 -07:00
Joshua Pan
f40b43a491
hotkeys: Add hotkey `G` an alias for End.
...
Fixes #4195 .
2017-03-23 11:38:36 -07:00
Yago González
34a9e1ae11
markdown: Add TeX typesetting support.
...
Co-authored-by: Reid Barton <rwbarton@gmail.com>
Fixes #2056 .
2017-03-21 16:40:00 -07:00
Yago González
0c6251e58d
docs: Add reference to tilde-fenced code blocks.
2017-03-21 13:58:40 -07:00
Brock Whittaker
fa5a093738
hotkeys: Add keyboard shortcut for opening the gear menu.
...
This adds the shortcut “g” for opening the gear menu.
2017-03-19 22:08:21 -07:00
Joshua Pan
93609cc39d
Update shortcuts modal and documentation with reaction hotkeys.
2017-03-19 14:45:00 -07:00
Daw-Ran Liou
81f9de7cc8
Add "*" hotkey to toggle starred flag on the selected message.
2017-03-19 13:42:11 -07:00
Daw-Ran Liou
f67751d1f0
Add hotkey "l" for opening image in lightbox.
...
Open the lightbox in the current selected message. Only the first image
shows in the lightbox.
2017-03-19 11:43:21 -07:00
Tim Abbott
e9f1531fc7
hotkey: Remap v hotkey -> P.
2017-03-19 11:41:02 -07:00
Cynthia Lin
8241f7b40b
user docs: Update *Format your message using markdown* with Pygments.
...
Fixes #4081
2017-03-18 20:48:01 -07:00
Cynthia Lin
f47d7b7290
user docs: Update docs to replace *Custom alert words* with *Alert words*.
...
Fixes #4066
2017-03-15 11:25:37 -07:00
Cynthia Lin
7a804de485
user docs: Update *Send a private message*.
...
Add keyboard shortcut info to user doc. Fixes #156
2017-03-14 15:54:20 -07:00
Cynthia Lin
d764f0e0f1
user docs: Update *Send a stream message*.
...
Add keyboard shortcut info to user doc.
2017-03-14 15:54:20 -07:00
Cynthia Lin
6deee116dc
user docs: Update *Enable or disable pressing enter to send*.
...
Add keyboard shortcut info to user doc.
2017-03-14 15:54:20 -07:00
Tim Abbott
1c2f82f7fd
help: Remove now-unnecessary warning about old messages.
2017-03-14 14:10:08 -07:00
Raghav Jajodia
d21f446083
help: Add user docs for "Prevent change of name" settings.
2017-03-14 14:10:08 -07:00
Cynthia Lin
6fd6ef5d57
user docs: Mention message edit history feature in *Edit or delete a message*.
2017-03-13 15:03:35 -07:00
Cynthia Lin
1f2eddad8b
user docs: Add user guide for *View a message's edit history* feature.
...
Fixes #3730
2017-03-13 15:03:35 -07:00
Tim Abbott
3b59e6c3cc
subs: Rename /#subscriptions to /#streams.
...
Fixes #3653 .
2017-03-08 16:57:58 -08:00
Umair Khan
935cacfc86
capitalization: Fix View Source.
2017-03-08 12:33:37 -08:00
Umair Khan
523f8ecd79
capitalization: Fix Upload New Avatar.
2017-03-08 12:33:37 -08:00
Umair Khan
3dd823b0af
capitalization: Fix Stream Name.
2017-03-08 12:33:36 -08:00
Cynthia Lin
0f02031846
user docs: Add user guide for *View messages containing files or links*.
...
Fixes #3754
2017-03-05 14:17:25 -08:00
Cynthia Lin
f7db3a7d3d
user docs: Fix broken link in *Upload and share files* doc.
2017-03-04 19:07:46 -08:00
Cynthia Lin
777b7d4cb7
user docs: Add user guide for *Manage your uploaded files* feature.
...
Fixes #3723
2017-03-04 17:50:49 -08:00
Cynthia Lin
33e7ae1fd0
user docs: Mention file upload management in *Upload and share files*.
2017-03-04 17:50:49 -08:00
Cynthia Lin
9ed15fa100
user docs: Update *Mute a topic* doc with new Settings feature.
...
Fixes #3793
2017-03-04 17:48:42 -08:00
Raghav Jajodia
4752eb39b4
help: Added user docs for change of email address.
2017-03-04 17:32:48 -08:00
Tim Abbott
9b11993fa7
settings: Fix need to reload when changing time format.
...
I noticed while reviewing #3807 that we still haven't fixed this;
because timestamps are primarily displayed in the message view, fixing
this is trivial.
2017-03-01 22:43:19 -08:00
Tim Abbott
bbecd41376
help: Fix link to index page being present on index page.
...
Fixes #3613 .
2017-02-18 14:59:43 -08:00
Cynthia Lin
d75a1b0bfc
user docs: Add user guide for *Add an emoji reaction to a message*.
...
Fixes #3616 .
2017-02-18 14:13:57 -08:00
Cynthia Lin
6890f80383
user docs: Fix minor errors in *Star a message*.
2017-02-18 09:21:35 -08:00
Cynthia Lin
3647a6414a
user docs: Add"emoji reaction" to Zulip glossary.
2017-02-18 09:21:35 -08:00
Igor Tokarev
55cffa1e69
Added keyboard shortcut to edit the last message.
...
Tweaked significantly by tabbott to update Casper tests, document the
new feature, and fix hotkeys.
Fixes #1147 .
2017-02-12 00:29:28 -08:00
Tim Abbott
dd37f9ab1f
help: add :s to hotkeys docs.
2017-02-11 23:19:45 -08:00
Tim Abbott
6ddb625003
help: Clean up hotkeys doc, e.g. using symbols for arrow keys.
2017-02-11 23:19:04 -08:00
Naren Surampudi
373c7c8f95
help: Document MacOS specific version of various hotkeys.
...
Fixes #3577 .
2017-02-11 23:18:54 -08:00
Brock Whittaker
c2e9690e34
Add line break to prevent image inline-block'ing.
...
The image in the page will display next in line to the previous
paragraph which is not how it should look. This adds a <br> to
make the image appear to work as a block element and go down to
the next line without corrupting the <ol> it lives within.
2017-02-10 21:46:09 -08:00
Brock Whittaker
993189f2a3
Remove link to /#settings in header.
...
This removes the linke to /#settings in the "Change your settings"
header at the top of the /help/change-your-settings page.
2017-02-10 21:46:09 -08:00
Brock Whittaker
5f6632c9e9
Add "back to home" button at top of help pages.
...
This adds a button that will bring a user back to the home
of the help section "/help".
2017-02-10 21:46:09 -08:00
Tim Abbott
72ff55db2f
help: Fix capitalization of various menu items.
2017-02-08 23:07:14 -08:00
Cynthia Lin
ac4d551b32
user docs: Conform *Reply to a message* to user docs styling guide.
2017-02-05 15:19:44 -08:00
Cynthia Lin
362001eb9d
user docs: Make minor edits to *Add a bot or integration* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
1ec5f01e4d
user docs: Make minor edits to *Edit or delete a message* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
ee7fc103aa
user docs: Make minor edits to *Make an announcement* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
d634cdbefe
user docs: Make minor edits to *Join a Zulip organization* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
862f501818
user docs: Make minor edits to *Signing out* doc.
2017-02-05 15:19:44 -08:00
Rishi Gupta
d8012c5b7b
user docs: Change footer to be less prominent.
2017-01-31 18:17:49 -08:00
Rishi Gupta
89c5ef76b4
user docs: Move Basics and Apps into a Misc category.
2017-01-31 18:17:49 -08:00
Cynthia Lin
056eb8d5c5
docs: Replace all instances of "accessibility" with "privacy"
2017-01-31 18:04:59 -08:00
Cynthia Lin
42487d372e
docs: Update *Searching for messages* doc with new UI and features.
2017-01-31 18:04:59 -08:00
Rishi Gupta
7d02a44bc6
user docs: Rename searching-for-messages to search-for-messages.
2017-01-31 17:13:51 -08:00
Rishi Gupta
4be0fd6a6d
user docs: Comment out links without articles on index.md.
2017-01-31 17:13:50 -08:00
Rishi Gupta
10810b85ab
user docs: Cleanup index in preparation for 1.5.
2017-01-31 17:13:40 -08:00
Tim Abbott
b3c9e186f9
help: Clean up change-your-organization-settings.
2017-01-29 23:02:20 -08:00
Cynthia Lin
7766c122b4
docs: Conform *View messages from a stream* to style guide.
2017-01-29 22:57:38 -08:00
Cynthia Lin
c739e6e752
docs: Update *About streams and topics* doc.
2017-01-29 22:56:23 -08:00
synicalsyntax
969b6db7ed
docs: Rename documentation URLs and titles to be the same.
2017-01-29 22:56:23 -08:00
Cynthia Lin
41d66f1ddf
docs: Conform *Send a group of people a private message* to style guide.
2017-01-29 22:51:54 -08:00
synicalsyntax
26c13a42f8
docs: Conform *Enable or disable Press Enter to send* to style guide.
...
Also, tabbott made a number of edits to the content.
2017-01-29 22:49:23 -08:00
synicalsyntax
7ea84aa0af
docs: Conform *Send a private message* to style guide.
2017-01-29 22:36:48 -08:00
synicalsyntax
8932d46657
docs: Conform *Send a stream message* to style guide.
2017-01-29 22:35:24 -08:00
Jackson
db1d6933de
docs: Add user guide for Using Zulip on Windows.
2017-01-29 11:38:12 -08:00
Cynthia Lin
d8c648ac05
docs: Update *Verify that you message has been successfully sent* doc.
...
Change wording for better clarification.
2017-01-28 22:56:09 -08:00
synicalsyntax
21534930b1
docs: Update *Searching for messages* doc.
2017-01-28 22:49:11 -08:00
synicalsyntax
f6fc218ba3
docs: Fix *Join Zulip Chat button* doc.
...
With tweaks from tabbott to clean it up and better explain it.
2017-01-28 22:47:18 -08:00
Tim Abbott
5f4ddb9079
glossary: Add more clarity to private message discussions.
2017-01-28 22:39:35 -08:00
synicalsyntax
4504818e5e
docs: Add user guide for *Send someone a private message*
2017-01-28 19:16:56 -08:00
Cynthia Lin
30b7eee3ef
docs: Add user guide for *Configure email notifications*
2017-01-28 19:09:03 -08:00
synicalsyntax
7ba62c0e79
docs: Conform *Format your message using Markdown* to style guidelines.
2017-01-28 16:03:00 -08:00
synicalsyntax
3c8c72b816
docs: Update *Add emoji* doc.
2017-01-28 16:02:53 -08:00
synicalsyntax
4c0c7dd3f9
docs: Conform *@-mention a team member* to user documentation styling guidelines.
2017-01-28 15:59:44 -08:00
synicalsyntax
0f2327f9ce
docs: Conform *Restore the last unsent message* to user documentation styling guidelines.
2017-01-28 15:59:44 -08:00
synicalsyntax
07d84941de
docs: Update *Zulip glossary* doc.
2017-01-28 15:59:44 -08:00
Tim Abbott
dff9b31546
help: Clean up discussion of search operators.
2017-01-27 16:00:22 -08:00
Cynthia Lin
de0329b4f9
docs: Modify *Searching for messages* to include directions on viewing the first message in a topic.
2017-01-27 16:00:22 -08:00
Cynthia Lin
c72d51ec45
docs: Add user guide for *Configure email digest notifications*
2017-01-27 15:32:13 -08:00
Brock Whittaker
04dfa2071f
Remove unnecessary terms-page-container class.
...
This removes the terms-page-container class from the markdown div and
thereby removes the necessary 40px padding at the top of the div.
2017-01-27 11:41:35 -08:00
Tim Abbott
48109b7bd8
docs: Clean up user guide index a bit.
2017-01-17 17:06:40 -08:00
synicalsyntax
2c6a467ba0
docs: Remove instances of "(admin only)" in index.md.
...
All admin only docs are now located under “Administering a Zulip
organization”
2017-01-17 14:45:15 -08:00
Cynthia Lin
0e543c7bad
docs: Create and use *Administrator only feature* macro.
2017-01-17 14:45:15 -08:00
synicalsyntax
dab0bf80ae
docs: Add *Save changes* macro to *Allow anyone to join without an invitation*
2017-01-16 19:59:37 -08:00
Cynthia Lin
aa9e40b39a
docs: Add *Save changes* macro to *Change a user's name*
2017-01-16 19:59:37 -08:00
Cynthia Lin
7ff7d0e76c
docs: Add *Save changes* macro to *Change the default language for your organization*
2017-01-16 19:59:37 -08:00
Cynthia Lin
d1a49bd174
docs: Add *Save changes* macro to *Change your avatar*
2017-01-16 19:59:37 -08:00
Cynthia Lin
1925cf4037
docs: Add *Save changes* macro to *Change your name*
2017-01-16 19:59:37 -08:00
Cynthia Lin
86e58d283c
docs: Add *Save changes* macro to *Change your organization's name*
2017-01-16 19:59:37 -08:00
Cynthia Lin
b090959fbc
docs: Add *Save changes* macro to *Change your password*
2017-01-16 19:59:37 -08:00
Cynthia Lin
cc313edbce
docs: Add *Save changes* macro to *Configure audible notifications*
2017-01-16 19:59:37 -08:00
Cynthia Lin
0c305b85ce
docs: Add *Save changes* macro to *Configure desktop notifications*
2017-01-16 19:59:37 -08:00
Cynthia Lin
8306e8aa8c
docs: Add *Save changes* macro to *Configure mobile notifications*
2017-01-16 19:59:37 -08:00
Cynthia Lin
ac998960b3
docs: Add *Save changes* macro to *Only allow admins to create new streams*
2017-01-16 19:59:37 -08:00
Cynthia Lin
e484d00627
docs: Add *Save changes* macro to *Only allow admins to invite new users*
2017-01-16 19:59:37 -08:00
Cynthia Lin
012415a1dc
docs: Add *Save changes* macro to *Restrict editing of old messages and topics*
2017-01-16 19:59:37 -08:00
Cynthia Lin
3123ab29e7
docs: Add *Save changes* macro to *Restrict user email addresses to certain domains*
2017-01-16 19:59:37 -08:00
Cynthia Lin
11f36df37c
docs: Create *Save changes* macro.
2017-01-16 19:59:37 -08:00
JefftheBest1
faa847148b
docs: Improved the headings in some docs.
2017-01-16 19:54:21 -08:00
Jackson
e76bcba56b
Fix spelling and grammatical errors in zerver/help docs.
2017-01-16 19:34:45 -08:00
Vamshi Balanaga
583f1e503e
docs: Add user guide for Send a message in a different language.
2017-01-16 18:24:06 -08:00
Tim Abbott
9be76e91dd
Fix capitalization in 'Add a new bot'.
2017-01-16 18:00:10 -08:00
Tim Abbott
86ddd2277e
Fix capitalization in 'Deactivate your account'.
2017-01-16 18:00:10 -08:00
Tim Abbott
9921f3279f
Fix capitalization in 'Deactivate account'.
2017-01-16 18:00:10 -08:00
Tim Abbott
b68a970018
Fix capitalization and grammar in 'Add a new filter'.
2017-01-16 18:00:10 -08:00
Tim Abbott
1a16c9bd53
Fix capitalization and grammar in 'Delete streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
6bc1653333
Fix capitalization in 'Create bot'.
2017-01-16 18:00:10 -08:00
Tim Abbott
15b718e2d1
Fix capitalization in 'Your bots'.
2017-01-16 18:00:10 -08:00
Tim Abbott
450ce61e6c
Fix internationalization in streams page buttons/labels.
2017-01-16 18:00:10 -08:00
Tim Abbott
abd4767b50
Fix capitalization in 'Allowed domains'.
2017-01-16 18:00:10 -08:00
Tim Abbott
45dc2d599c
Fix capitalization in 'Add a new emoji'.
2017-01-16 18:00:10 -08:00
Tim Abbott
8dc96166fd
Fix capitalization in 'Your account'.
2017-01-16 18:00:10 -08:00
Tim Abbott
37e7898303
Fix capitalization in 'Default streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
d38277b095
Fix capitalization in 'New alert word'.
2017-01-16 18:00:10 -08:00
Tim Abbott
572e3565fb
Fix capitalization in 'Add/Custom Alert Word(s)'.
2017-01-16 18:00:10 -08:00
Tim Abbott
3667ca8114
Fix capitalization in 'Default language'.
2017-01-16 18:00:10 -08:00
Tim Abbott
e1e7788e67
Fix capitalization in 'Deactivated users'.
2017-01-16 18:00:10 -08:00
Tim Abbott
ab75b41a6f
Fix capitalization in 'Save changes'.
2017-01-16 18:00:10 -08:00
Tim Abbott
2bbad279ae
Fix capitalization in 'Display settings'.
2017-01-16 18:00:10 -08:00
Tim Abbott
0667ae5d26
Fix capitalization in 'Change password'.
2017-01-16 18:00:10 -08:00
Tim Abbott
56bc421a6f
Rename 'Filter Streams' to 'Filter streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
284931967a
Rename 'All Streams' to 'All streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
dd8fb093c8
Rename 'Stream Settings' to 'Stream settings'.
2017-01-16 18:00:10 -08:00
synicalsyntax
c85274d665
docs: Add *Follow steps* macro to *Make a user an administrator* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
9812e776c7
docs: Add *Follow steps* macro to *Invite a friend to Zulip* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
12aa861b4f
docs: Add *Follow steps* macro to *Configure mobile notifications* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
7041a0d0e2
docs: Add *Follow steps* macro to *Change your organization's name* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
84659574c9
docs: Add *Follow steps* macro to *Change a user's name* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
1b173ee99a
docs: Create *Follow steps* macro.
2017-01-15 11:16:18 -08:00
Cynthia Lin
67cc345fab
docs: Fix x icon formatting.
2017-01-15 11:07:22 -08:00
Cynthia Lin
10769306b9
docs: Fix formatting error in *Upload and share files* doc.
2017-01-15 11:04:42 -08:00
Cynthia Lin
2cd8d0e70e
docs: Conform *View an image at full size* doc to documentation styling guidelines.
2017-01-15 11:04:42 -08:00
synicalsyntax
760a267668
docs: Conform *View the exact time a message was sent* doc to documentation styling guidelines.
2017-01-15 11:04:42 -08:00
synicalsyntax
83946e29ec
docs: Conform *View information about a message* doc to documentations styling guidelines.
2017-01-15 11:04:42 -08:00
synicalsyntax
6e77c9e9e6
docs: Update *View the markdown source of a message* doc.
...
Rewrite for better clarification.
2017-01-15 11:04:42 -08:00
synicalsyntax
191ef9fc33
docs: Update *Organize the Streams sidebar* doc.
...
Adds links to the stream actions described in the doc, also moves it to
a more relevant place in `index.md`
2017-01-15 11:04:42 -08:00
synicalsyntax
f64cb818e2
docs: Update *About streams and topics* doc.
2017-01-15 10:56:24 -08:00
synicalsyntax
ecc2259815
docs: Fix *Restrict user email addresses to certain domains* doc.
...
There were some formatting errors.
2017-01-15 10:56:24 -08:00
JefftheBest1
8e0aa90065
docs: Improved titles in signing-out.md.
2017-01-14 12:27:53 -08:00
JefftheBest1
d71cf373ec
docs: Added extra step to Restrict user email addresses to certain domains
2017-01-13 15:12:30 -08:00
JefftheBest1
02aec2b2e3
docs: Organize the streams sidebar. Fixes #3272
2017-01-13 14:48:28 -08:00
anirudhjain75
f2980f2504
docs: Edit about-streams-and-topics.md to conform to style guide
2017-01-12 16:30:01 -08:00
anirudhjain75
84d065265b
docs: Edit browse-and-join-streams.md to conform to style guide
2017-01-12 16:28:42 -08:00
anirudhjain75
8b180b1455
docs: Edit create-a-stream.md to conform to style guide
2017-01-12 16:28:13 -08:00
Vamshi Balanaga
72cfc64144
docs: Fix grammatical error in Verify that your message has been succesfully sent
2017-01-12 15:48:30 -08:00
Tim Abbott
a6ba6432eb
docs: Revise user guide for verifying messages were sent.
2017-01-12 14:34:16 -08:00
Vamshi Balanaga
84db825f88
docs: Add user guide for Verify that your message has been successfully sent.
2017-01-12 14:31:27 -08:00
synicalsyntax
c500266b70
docs: Conform *Upload and share files* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
4e85a0e409
docs: Conform *Preview your message before sending* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
2d1ef283a0
docs: Conform *Add emoji* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
b3cc10377e
docs: Conform *Restrict user email addresses to certain domains* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
7c57c84eb2
docs: Conform *Set notifications for a single stream* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
be26c4e67e
docs: Conform *Use Zulip on Android* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
2505a1be5c
docs: Conform *Signing out* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
57d2dd9d44
docs: Conform *Deactivate your account* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
andrewallen00
badd4be155
docs: Add user guide for configure mobile notifications.
2017-01-12 10:52:08 -08:00
K.Kanakhin
9fecd85e4a
user-docs-images: Remove unnecessary user docs images.
...
Fixes #3070 .
2017-01-12 10:02:26 -08:00
Tim Abbott
8842954e3c
help: Remove links to screenshots of icons.
2017-01-12 10:00:49 -08:00
JefftheBest1
2d7ee577d5
docs: Join a Zulip Organization
2017-01-12 09:12:08 -08:00
Bojidar Marinov
bc056488b6
docs: Edit alert-words.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
d4b0f04fac
docs: Edit configure-audible-notifications.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
c0fd0e3ee3
docs: Edit configure-desktop-notifications.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
ee9eb2004e
docs: Edit mute-a-stream.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
d4571c75d3
docs: Edit and extend mute-a-topic.md to conform to style guide.
2017-01-12 08:52:19 -08:00
JefftheBest1
e74cb2d11c
Fixed typo in index.md
2017-01-11 15:50:22 -08:00
Jackson
12359f6876
docs: Edit upload-and-share-files.md to conform to style guide.
2017-01-11 15:35:56 -08:00
Jackson
174b925875
docs: Edit add-emoji.md to conform to style guide
2017-01-11 15:33:26 -08:00
Jackson
7fcf64a18a
docs: Edit preview-your-message-before-sending.md to conform to style guide
2017-01-11 15:32:09 -08:00
Steve Howell
fb9ac98510
Fix lint error with help/main.html template.
2017-01-11 14:58:53 -08:00
JefftheBest1
95604aa212
docs: Restrict user email addresses to certain domains
2017-01-11 14:49:12 -08:00
JefftheBest1
7f7df149ae
Added footer to all user docs. Fixes #3112
2017-01-11 14:24:56 -08:00
Vamshi Balanaga
e329263521
docs: Add user guide for 'Add Bot or Integration'
2017-01-11 12:20:39 +01:00
sidhant bhavnani
1bdbf26dd8
docs: Only allow admins to create new streams.
2017-01-11 11:57:21 +01:00
JefftheBest1
207b2e0b25
docs: Set notifications for a single stream
2017-01-11 10:55:58 +01:00
JefftheBest1
49cb9b0236
docs: Share a message or conversation
2017-01-10 20:53:26 -08:00
cosmicasymmetry
9e59b3fb0a
docs: Edit send-a-group-of-people-a-private-message.md to conform to style guide
2017-01-10 19:27:26 -08:00
cosmicasymmetry
b04200f803
docs: Edit invite-a-friend-to-zulip.md to conform to style guide
2017-01-10 19:27:26 -08:00
Jackson
663ecc11ca
docs: Edit browse-and-join-streams.md to conform to style guide
2017-01-10 18:21:39 -08:00
Jackson
cd9045d9fd
docs: Edit view-messages-from-a-stream.md to conform to style guide
2017-01-10 18:21:39 -08:00
Jackson
4ff4787d83
docs: Edit make-an-announcement.md to conform to style guide
2017-01-10 18:21:39 -08:00
Yago González
089c0a861d
docs: Add user guide for Using Zulip on Android.
2017-01-10 17:27:06 -08:00
synicalsyntax
e6c3aaae12
docs: Fix broken link error.
2017-01-09 19:30:26 -08:00
synicalsyntax
a74cbe7bd4
docs: Confrom *Move the users list to the left sidebar* doc to documentation styling guidelines.
2017-01-09 19:30:26 -08:00
synicalsyntax
f0ab21918d
docs: Confrom *Change the date and time format* doc to documentation styling guidelines.
2017-01-09 19:30:26 -08:00
synicalsyntax
764a54ae26
docs: Merge *Searching* and *Advanced search* docs.
...
Most information was redundant and unnecessary.
2017-01-09 16:21:22 -08:00
synicalsyntax
9387c34623
docs: Conform *View messages from a topic* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
synicalsyntax
86e2a98324
docs: Conform *View messages from a user* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
synicalsyntax
d4ec85dae2
docs: Conform *Zulip glossary* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
Cynthia Lin
7b2bf3b56f
docs: Conform *The Zulip browser window* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
Cynthia Lin
fe96a6d2a6
docs: Wrap lines in *Change a stream's color* doc.
2017-01-09 16:12:54 -08:00
Cynthia Lin
44d3a07691
docs: Fix grammatical errors in *Delete a stream* doc.
2017-01-09 16:12:54 -08:00
sinwar
3f350391ce
docs: Ban the term realm from user documentation.
...
Fixes #3031 .
2017-01-09 10:58:19 -08:00
Yago González
dafe06613e
docs: Add user guide for Send a status message.
...
Edited by tabbott for clarity.
2017-01-06 19:39:40 -08:00