mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
documentation: Add context properties for subdomain and host segments.
The subdomain and host parts are already used within zulip_url, api_url, this commit adds them as context properties themselves, so that they can be used in email addresses and URLs without the URI scheme, increasing uniformity. The new context properties `display_host` and `display_subdomain` are usable in the Help, API docs and Policies. Occurrences of `*.zulipchat.com` have been updated to use them.
This commit is contained in:
@@ -13,7 +13,7 @@ You'll need:
|
||||
|
||||
* An account in a Zulip organization
|
||||
(e.g., [the Zulip development community](https://zulip.com/development-community/),
|
||||
`<yourSubdomain>.zulipchat.com`, or a Zulip organization on your own
|
||||
`{{ display_host }}`, or a Zulip organization on your own
|
||||
[development](https://zulip.readthedocs.io/en/latest/development/overview.html) or
|
||||
[production](https://zulip.readthedocs.io/en/latest/production/install.html) server).
|
||||
* A computer where you're running the bot from.
|
||||
|
||||
Reference in New Issue
Block a user