From a8ab53c149948a04e1cf7f8c754edabf0eaa4ed4 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 15 Oct 2024 03:05:26 +0900 Subject: [PATCH] Use double wildcards for 'Note' Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bridge-appservice-discord.md | 2 +- docs/configuring-playbook-bridge-appservice-webhooks.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuring-playbook-bridge-appservice-discord.md b/docs/configuring-playbook-bridge-appservice-discord.md index 0e766af9c..12370ad11 100644 --- a/docs/configuring-playbook-bridge-appservice-discord.md +++ b/docs/configuring-playbook-bridge-appservice-discord.md @@ -28,7 +28,7 @@ matrix_appservice_discord_bot_token: "YOUR DISCORD APP BOT TOKEN" matrix_synapse_configuration_extension_yaml: | use_appservice_legacy_authorization: true ``` -*Note*: This deprecated method is considered insecure. +**Note**: This deprecated method is considered insecure. 6. If you've already installed Matrix services using the playbook before, you'll need to re-run it (`--tags=setup-all,start`). If not, proceed with [configuring other playbook services](configuring-playbook.md) and then with [Installing](installing.md). Get back to this guide once ready. diff --git a/docs/configuring-playbook-bridge-appservice-webhooks.md b/docs/configuring-playbook-bridge-appservice-webhooks.md index a2827e85c..7d38ae871 100644 --- a/docs/configuring-playbook-bridge-appservice-webhooks.md +++ b/docs/configuring-playbook-bridge-appservice-webhooks.md @@ -20,7 +20,7 @@ matrix_appservice_webhooks_api_secret: '' 2. In case you want to change the verbosity of logging via `journalctl -fu matrix-appservice-webhooks.service` you can adjust this in `inventory/host_vars/matrix./vars.yml` as well. -*Note*: default value is: `info` and availabe log levels are : `info`, `verbose` +**Note**: default value is: `info` and availabe log levels are : `info`, `verbose` ```yaml matrix_appservice_webhooks_log_level: '' @@ -31,7 +31,7 @@ matrix_appservice_webhooks_log_level: '' matrix_synapse_configuration_extension_yaml: | use_appservice_legacy_authorization: true ``` -*Note*: This deprecated method is considered insecure. +**Note**: This deprecated method is considered insecure. 4. If you've already installed Matrix services using the playbook before, you'll need to re-run it (`--tags=setup-all,start`). If not, proceed with [configuring other playbook services](configuring-playbook.md) and then with [Installing](installing.md). Get back to this guide once ready. @@ -39,7 +39,7 @@ matrix_synapse_configuration_extension_yaml: | 6. Invite the bridge bot user to your room: - - either with `/invite @_webhook:` (*Note*: Make sure you have administration permissions in your room) + - either with `/invite @_webhook:` (**Note**: Make sure you have administration permissions in your room) - or simply add the bridge bot to a private channel (personal channels imply you being an administrator)