From 771b21a31611ec37e6c84d7191b2f4522fb70891 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Fri, 6 May 2016 11:43:36 +0100 Subject: [PATCH] add new guides to guide page --- supporting-docs/guides/2016-01-01-index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supporting-docs/guides/2016-01-01-index.md b/supporting-docs/guides/2016-01-01-index.md index 3ac83179..62d91686 100644 --- a/supporting-docs/guides/2016-01-01-index.md +++ b/supporting-docs/guides/2016-01-01-index.md @@ -8,7 +8,8 @@ categories: guides

Here is a collection of guides that might help you get involved with Matrix.

First, there is the Getting Involved guide, which explains various ways of getting started with Matrix.

-

The Client-Server API guide explains in detail how to use the CS API, which is useful if you want to write a client (or modify an existing one) - or if you're just interested in how it works "under the hood".

+

The (updated) Client-Server API guide explains in detail how to use the CS API, which is useful if you want to write a client (or modify an existing one) - or if you're just interested in how it works "under the hood".

+

If you were using the old v1 CS API, there is also the v1 migration guide which justs lists the changes from v1 to r0.

Let's Encrypt Matrix explains how to use Let's Encrypt's certificates with your Synapse installation. This guide was written by William A Stevens.

The Application services guide introduces and explains Application services, and what they can be used for.

Finally there is the FAQ, which tries to answer all your questions relating to Matrix!