docs: Update customization docs slightly for Zulip 1.5.

There's more we'll want to do here now that we have /help/, but this
is a good start.
This commit is contained in:
Tim Abbott 2017-02-03 12:56:33 -08:00
parent 21f09dcab7
commit 633d4d1882
1 changed files with 11 additions and 19 deletions

View File

@ -58,24 +58,17 @@ using topics:
* You can edit topics to fix a thread that's already been started, * You can edit topics to fix a thread that's already been started,
which can be helpful when onboarding new batches of users to the platform. which can be helpful when onboarding new batches of users to the platform.
Third, setting default streams for new users is a great way to get Third, setting default streams for new users is a great way to get new
new users involved in conversations before they've accustomed users involved in conversations before they've accustomed themselves
themselves with joining streams on their own. You can use the with joining streams on their own. You can do so on the
[`set_default_streams`](https://github.com/zulip/zulip/blob/master/zerver/management/commands/set_default_streams.py) `/administration` page (get there from the gear menu).
command to set default streams for users within a realm:
```
./manage.py set_default_streams --domain=example.com --streams=foo,bar,...
```
## Notification settings ## Notification settings
Zulip gives you a great deal of control Zulip gives you a great deal of control
over which messages trigger desktop notifications; you can configure over which messages trigger desktop notifications; you can configure
these extensively in the `/#settings` page (get there from the gear these extensively in the `/#settings` page (get there from the gear
menu). If you find the desktop notifications annoying, consider menu).
changing the settings to only trigger desktop notifications when you
receive a PM or are @-mentioned.
## Mobile and desktop apps ## Mobile and desktop apps
@ -101,14 +94,13 @@ Hotkeys, emoji, search filters, @-mentions, etc. Zulip has lots of
great features; make sure your team knows they exist and how to use great features; make sure your team knows they exist and how to use
them effectively. them effectively.
## Enjoy your Zulip installation! ## Enjoy your Zulip installation!
If you discover things that you If you discover things that you wish had been documented, please
wish had been documented, please contribute documentation suggestions contribute documentation suggestions either via a GitHub issue or pull
either via a GitHub issue or pull request; we love even small request; we love even small contributions, and we'd love to make the
contributions, and we'd love to make the Zulip documentation cover Zulip documentation cover everything anyone might want to know about
everything anyone might want to know about running Zulip in running Zulip in production.
production.
Next: [Maintaining and upgrading Zulip in Next: [Maintaining and upgrading Zulip in
production](prod-maintain-secure-upgrade.html). production](prod-maintain-secure-upgrade.html).