mirror of https://github.com/zulip/zulip.git
contributor docs: Rename "Customize Zulip" -> "Server configuration".
- Renames "Customize Zulip" to "Server configuration". - Cross-links "Server configuration" with "System and deployment configuration". Fixes part of #23984.
This commit is contained in:
parent
08e9686cd2
commit
538801c651
|
@ -583,8 +583,8 @@ If you are using password authentication, you can set a
|
|||
|
||||
The file `/etc/zulip/zulip.conf` is used to configure properties of
|
||||
the system and deployment; `/etc/zulip/settings.py` is used to
|
||||
configure the application itself. The `zulip.conf` sections and
|
||||
settings are described below.
|
||||
[configure the application itself](settings.md). The `zulip.conf`
|
||||
sections and settings are described below.
|
||||
|
||||
When a setting refers to "set to true" or "set to false", the values
|
||||
`true` and `false` are canonical, but any of the following values will
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Customize Zulip
|
||||
# Server configuration
|
||||
|
||||
Once you've got Zulip set up, you'll likely want to configure it the
|
||||
way you like.
|
||||
|
@ -31,10 +31,11 @@ to each new major release.
|
|||
[update-settings-docs]: upgrade.md#updating-settingspy-inline-documentation
|
||||
[settings-py-template]: https://github.com/zulip/zulip/blob/main/zproject/prod_settings_template.py
|
||||
|
||||
Since Zulip's settings file is a Python script, there are a number of
|
||||
other things that one can configure that are not documented; ask in
|
||||
[the Zulip development community](https://zulip.com/development-community/)
|
||||
if there's something you'd like to do but can't figure out how to.
|
||||
Since Zulip’s settings file is a Python script, there are a number of
|
||||
other things that one can configure that are documented in
|
||||
[System and deployment configuration](deployment.md#system-and-deployment-configuration).
|
||||
Otherwise, ask in [the Zulip development community](https://zulip.com/development-community/)
|
||||
if there’s something you’d like to do but can’t figure out how to.
|
||||
|
||||
## Specific settings
|
||||
|
||||
|
|
Loading…
Reference in New Issue