Fix warnings generated by mdbook build (#20217)

This commit is contained in:
Andrew Morgan
2026-09-11 13:15:39 +00:00
committed by GitHub
parent fa9dbbd3ec
commit 46f3eb082e
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Fix small warnings in documentation building tooling output.
@@ -284,6 +284,7 @@ await wait_for_room("!aAAaaAaaaAAAaAaAA:matrix.org")
await wait_for_room("!aAAaaAaaaAAAaAaAA:matrix.org")
```
</td>
</tr>
</table>
### Uncancelled processing
+1 -1
View File
@@ -140,7 +140,7 @@ The synapse config will look like this:
3. Add a rule with any name to add the `preferred_username` claim.
(See https://auth0.com/docs/customize/rules/create-rules for more information on how to create rules.)
<details>
<details>
<summary>Code sample</summary>
```js