Update docs/configuring-playbook-bridge-appservice-slack.md: fix indentation

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2024-10-16 00:35:07 +09:00
parent 3fd7377290
commit 9a75758bbe
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -88,14 +88,19 @@ Note that the bot's domain is your server's domain **without the `matrix.` prefi
* Issue a link command in the administration control room with these collected values as arguments: * Issue a link command in the administration control room with these collected values as arguments:
with file bridging: with file bridging:
``` ```
link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx --slack_user_token xoxp-xxxxxxxx-xxxxxxxxx-xxxxxxxx-xxxxxxxx link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx --slack_user_token xoxp-xxxxxxxx-xxxxxxxxx-xxxxxxxx-xxxxxxxx
``` ```
without file bridging: without file bridging:
``` ```
link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx
``` ```
These arguments can be shortened to single-letter forms: These arguments can be shortened to single-letter forms:
``` ```
link -I CHANNELID -R !the-matrix:room.id -t xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx link -I CHANNELID -R !the-matrix:room.id -t xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx
``` ```
@ -105,6 +110,7 @@ Other configuration options are available via the `matrix_appservice_slack_confi
11. Unlinking 11. Unlinking
Channels can be unlinked again like this: Channels can be unlinked again like this:
``` ```
unlink --room !the-matrix:room.id unlink --room !the-matrix:room.id
``` ```