summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-09-01 20:39:15 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-09-01 20:39:15 +0000
commit1ace3dff1c89f19c23373500bcb8aae91d2bd623 (patch)
treede71fa04196a0972efec165e551f488b8fb068ce /develop/usage
parentdeploy: c913e440c065adde1e055eb0baef5df40615ae9b (diff)
downloadsynapse-1ace3dff1c89f19c23373500bcb8aae91d2bd623.tar.xz
deploy: 044900af6cc441d700d171098812786b4b312f59
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index dd71732125..6cd718e232 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -2149,7 +2149,7 @@ Defaults to https://matrix.org/report-usage-stats/push</p>
 <h2 id="api-configuration"><a class="header" href="#api-configuration">API Configuration</a></h2>
 <p>Config settings related to the client/server API</p>
 <hr />
-<h3 id="room_prejoin_state"><a class="header" href="#room_prejoin_state"><code>room_prejoin_state:</code></a></h3>
+<h3 id="room_prejoin_state"><a class="header" href="#room_prejoin_state"><code>room_prejoin_state</code></a></h3>
 <p>Controls for the state that is shared with users who receive an invite
 to a room. By default, the following state event types are shared with users who
 receive invites to the room:</p>
@@ -2261,7 +2261,7 @@ are still valid. Defaults to 1d.</p>
 <pre><code class="language-yaml">key_refresh_interval: 2d
 </code></pre>
 <hr />
-<h3 id="trusted_key_servers"><a class="header" href="#trusted_key_servers"><code>trusted_key_servers:</code></a></h3>
+<h3 id="trusted_key_servers"><a class="header" href="#trusted_key_servers"><code>trusted_key_servers</code></a></h3>
 <p>The trusted servers to download signing keys from.</p>
 <p>When we need to fetch a signing key, each server is tried in parallel.</p>
 <p>Normally, the connection to the key server is validated via TLS certificates.