diff --git a/docs/configure.md b/docs/configure.md index 12b6b80..7061af4 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -38,12 +38,12 @@ matrix: - 'https://other1.example.org' - 'https://other2.example.org' ``` -Create a list under the label `root` containing a single Identity server, `https://matrix.org` +Create a list under the label `myOtherServers` containing two Identity servers: `https://other1.example.org` and `https://other2.example.org`. ## Server - `server.name`: Public hostname of mxisd, if different from the Matrix domain. - `server.port`: HTTP port to listen on (unencrypted) -- `server.publicUrl`: Defaults to `https://${server.name}` +- `server.publicUrl`: Defaults to `https://{server.name}` ## Storage ### SQLite diff --git a/docs/features/identity.md b/docs/features/identity.md index ddbdaec..fa1fddd 100644 --- a/docs/features/identity.md +++ b/docs/features/identity.md @@ -1,5 +1,5 @@ # Identity -**WARNING**: This document is incomplete and can be missleading. +**WARNING**: This document is incomplete and can be misleading. Implementation of the [Unofficial Matrix Identity Service API](https://kamax.io/matrix/api/identity_service/unstable.html).