mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
settings: Link to documentation on changing settings.
This is obviously more important than the pre-existing link to the developer documentation for this system. Fixes #7910.
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
# Zulip Settings intended to be set by a system administrator.
|
# Zulip server-level Settings (to be set by the system administrator).
|
||||||
#
|
#
|
||||||
# See https://zulip.readthedocs.io/en/latest/subsystems/settings.html for
|
# Remember to restart the server after changes here! Documentation at:
|
||||||
# detailed technical documentation on the Zulip settings system.
|
#
|
||||||
|
# https://zulip.readthedocs.io/en/latest/production/settings.html
|
||||||
|
#
|
||||||
|
# Developer documentation on the Zulip settings system is available at:
|
||||||
|
# https://zulip.readthedocs.io/en/latest/subsystems/settings.html
|
||||||
#
|
#
|
||||||
### MANDATORY SETTINGS
|
### MANDATORY SETTINGS
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user