From 6317acd7fcd878def701a9700b257cc2afcf1e45 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Sat, 7 Oct 2017 18:02:47 +0200 Subject: [PATCH] Add missing links --- docs/getting-started.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index bb4045c..e9b2695 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -84,9 +84,6 @@ trusted_third_party_id_servers: ``` It is recommended to remove `matrix.org` and `vector.im` so only your own Identity server is allowed by synapse. -### Federation and network discovery -See the [dedicated document](docs/features/federation.md). - ## Validate Log in using your Matrix client and set `https://example.org` as your Identity server URL, replacing `example.org` by the relevant hostname which you configured in your reverse proxy. @@ -102,10 +99,12 @@ You can now integrate mxisd further with your infrastructure using the various [ Once your mxisd server is up and running, here are the next steps to further enhance and integrate your installation: Enable extra features: -- Authenticate with synapse, profile auto-provisioning if you wish -- Directory search +- [Federation](features/federation.md) +- [Authenticate with synapse](features/authentication.md), profile auto-provisioning if you wish +- [Directory search](features/directory-users.md) Use your Identity stores: -- LDAP / Samba / Active directory -- SQL Database -- Website / Web service / Web app +- [LDAP / Samba / Active directory](backends/ldap.md) +- [SQL Database](backends/sql.md) +- [Website / Web service / Web app](backends/rest.md) +- [Google Firebase](backends/firebase.md)