Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Linkify config documentation. #14003

Merged
merged 7 commits into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/14003.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Linkify urls in config documentation.
8 changes: 4 additions & 4 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ This will tell other servers to send traffic to port 443 instead.

This option currently defaults to false.

See https://matrix-org.github.io/synapse/latest/delegate.html for more
See [Delegation of incoming federation traffic](https://matrix-org.github.io/synapse/latest/delegate.html) for more
exitflynn marked this conversation as resolved.
Show resolved Hide resolved
information.

Example configuration:
Expand Down Expand Up @@ -2952,7 +2952,7 @@ Options for each entry include:

* `module`: The class name of a custom mapping module. Default is
`synapse.handlers.oidc.JinjaOidcMappingProvider`.
See https://matrix-org.github.io/synapse/latest/sso_mapping_providers.html#openid-mapping-providers
See [OpenID Mapping Providers](https://matrix-org.github.io/synapse/latest/sso_mapping_providers.html#openid-mapping-providers)
for information on implementing a custom mapping provider.

* `config`: Configuration for the mapping provider module. This section will
Expand Down Expand Up @@ -3398,8 +3398,8 @@ This option has the following sub-options:
rebuild the indexes in order to search through all known users.
These indexes are built the first time Synapse starts; admins can
manually trigger a rebuild via API following the instructions at
exitflynn marked this conversation as resolved.
Show resolved Hide resolved
https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/background_updates.html#run
Set to true to return search results containing all known users, even if that
[https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/background_updates.html#run](https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/background_updates.html#run),
exitflynn marked this conversation as resolved.
Show resolved Hide resolved
set to true to return search results containing all known users, even if that
user does not share a room with the requester.
* `prefer_local_users`: Defines whether to prefer local users in search query results.
If set to true, local users are more likely to appear above remote users when searching the
Expand Down