From a933bdde750a715a910fe2aab411c77c6a5c780f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 19 Oct 2024 12:21:28 +0900 Subject: [PATCH] Replace "Installation" with "Installing" on documentation Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-alertmanager-receiver.md | 2 +- docs/configuring-playbook-conduit.md | 2 +- docs/configuring-playbook-dendrite.md | 2 +- docs/configuring-playbook-dimension.md | 2 +- docs/configuring-playbook-user-verification-service.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuring-playbook-alertmanager-receiver.md b/docs/configuring-playbook-alertmanager-receiver.md index b7952c3bc..c11b759fc 100644 --- a/docs/configuring-playbook-alertmanager-receiver.md +++ b/docs/configuring-playbook-alertmanager-receiver.md @@ -61,7 +61,7 @@ Steps 1 and 2 above only need to be done once, while preparing your [configurati Steps 3 and 4 need to be done for each new room you'd like the bot to deliver alerts to. Step 5 is optional and provides cleaner `/alert/` URLs. -## Installation +## Installing Now that you've [prepared the bot account and room](#account-and-room-preparation) and have [configured the playbook](#configuration), you can run the [installation](installing.md) command: `just install-all` diff --git a/docs/configuring-playbook-conduit.md b/docs/configuring-playbook-conduit.md index 6d807c558..80d4a41f7 100644 --- a/docs/configuring-playbook-conduit.md +++ b/docs/configuring-playbook-conduit.md @@ -9,7 +9,7 @@ By default, this playbook configures the [Synapse](https://github.com/element-hq - **homeserver implementations other than Synapse may not be fully functional**. The playbook may also not assist you in an optimal way (like it does with Synapse). Make yourself familiar with the downsides before proceeding -## Installation +## Installing To use Conduit, you **generally** need the following additional `vars.yml` configuration: diff --git a/docs/configuring-playbook-dendrite.md b/docs/configuring-playbook-dendrite.md index 0b72ed0fa..87300b7fd 100644 --- a/docs/configuring-playbook-dendrite.md +++ b/docs/configuring-playbook-dendrite.md @@ -22,7 +22,7 @@ Alternatively, **if there is no pre-defined variable** for a Dendrite setting yo -## Installation +## Installing To use Dendrite, you **generally** need the following additional `vars.yml` configuration: diff --git a/docs/configuring-playbook-dimension.md b/docs/configuring-playbook-dimension.md index 2099ccf0c..15351282d 100644 --- a/docs/configuring-playbook-dimension.md +++ b/docs/configuring-playbook-dimension.md @@ -69,7 +69,7 @@ matrix_dimension_access_token: "YOUR ACCESS TOKEN HERE" For more information on how to acquire an access token, visit [https://t2bot.io/docs/access_tokens](https://t2bot.io/docs/access_tokens). -## Installation +## Installing After these variables have been set and you have potentially [adjusted your DNS records](#adjusting-dns-records), please run the following command to re-run setup and to restart Dimension: diff --git a/docs/configuring-playbook-user-verification-service.md b/docs/configuring-playbook-user-verification-service.md index 61dc5b85d..4b6502c71 100644 --- a/docs/configuring-playbook-user-verification-service.md +++ b/docs/configuring-playbook-user-verification-service.md @@ -98,7 +98,7 @@ in your host_vars. This will instruct UVS to verify the OpenID token against any domain given in a request. Homeserver discovery is done via '.well-known/matrix/server' of the given domain. -## Installation +## Installing After these variables have been set, run the [installation](installing.md) command to restart UVS: