Skip to content

Commit

Permalink
Update docs: "See that" → "See the"
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
Suguru Hirahara committed Dec 17, 2024
1 parent f3cf8a8 commit e9e1e60
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/configuring-playbook-ldap-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The playbook can install and configure the [matrix-synapse-ldap3](https://github.com/matrix-org/matrix-synapse-ldap3) LDAP Auth password provider for you.

See that project's documentation to learn what it does and why it might be useful to you.
See the project's documentation to learn what it does and why it might be useful to you.

If you decide that you'd like to let this playbook install it for you, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your needs):

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-matrix-corporal.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

The playbook can install and configure [matrix-corporal](https://github.com/devture/matrix-corporal) for you.

In short, it's a sort of automation and firewalling service, which is helpful if you're instaling Matrix services in a controlled corporate environment. See that project's documentation to learn what it does and why it might be useful to you.
In short, it's a sort of automation and firewalling service, which is helpful if you're instaling Matrix services in a controlled corporate environment. See the project's documentation to learn what it does and why it might be useful to you.

If you decide that you'd like to let this playbook install it for you, you'd need to also:
- (required) [set up the Shared Secret Auth password provider module](configuring-playbook-shared-secret-auth.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-rest-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The playbook can install and configure [matrix-synapse-rest-auth](https://github.com/ma1uta/matrix-synapse-rest-password-provider) for you.

See that project's documentation to learn what it does and why it might be useful to you.
See the project's documentation to learn what it does and why it might be useful to you.

## Adjusting the playbook configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-shared-secret-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The playbook can install and configure [matrix-synapse-shared-secret-auth](https://github.com/devture/matrix-synapse-shared-secret-auth) for you.

See that project's documentation to learn what it does and why it might be useful to you.
See the project's documentation to learn what it does and why it might be useful to you.

## Adjusting the playbook configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-synapse-auto-accept-invite.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The playbook can install and configure [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) for you.

See that project's [documentation](https://github.com/matrix-org/synapse-auto-accept-invite) to learn what it does and why it might be useful to you. In short, it automatically accepts room invites. You can specify that only 1:1 room invites are auto-accepted. Defaults to false if not specified.
See the project's [documentation](https://github.com/matrix-org/synapse-auto-accept-invite) to learn what it does and why it might be useful to you. In short, it automatically accepts room invites. You can specify that only 1:1 room invites are auto-accepted. Defaults to false if not specified.

**Note**: Synapse [v1.109.0](https://github.com/element-hq/synapse/releases/tag/v1.109.0), the same feature [has been merged](https://github.com/element-hq/synapse/pull/17147) into Synapse (see the [Native alternative](#native-alternative) section below). You'd better use the native feature, instead of the [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) 3rd party module.

Expand Down
2 changes: 1 addition & 1 deletion docs/configuring-playbook-synapse-simple-antispam.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The playbook can install and configure [synapse-simple-antispam](https://github.com/t2bot/synapse-simple-antispam) for you.

See that project's documentation to learn what it does and why it might be useful to you. In short, it lets you fight invite-spam by automatically blocking invitiations from a list of servers specified by you (blacklisting).
See the project's documentation to learn what it does and why it might be useful to you. In short, it lets you fight invite-spam by automatically blocking invitiations from a list of servers specified by you (blacklisting).

## Adjusting the playbook configuration

Expand Down

0 comments on commit e9e1e60

Please sign in to comment.