From 0e6a9af434b02727402e3741241d38c2ab5c170d Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Fri, 12 Feb 2016 15:28:10 +0000 Subject: [PATCH] moving things around --- supporting-docs/guides/2015-08-19-faq.md | 2 +- supporting-docs/guides/2016-01-01-index.md | 15 +++++++++++++++ .../guides/2016-01-05-code_of_conduct.md | 2 +- ...2-05-index.md => 2016-02-05-try-matrix-now.md} | 0 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 supporting-docs/guides/2016-01-01-index.md rename supporting-docs/projects/{2016-02-05-index.md => 2016-02-05-try-matrix-now.md} (100%) diff --git a/supporting-docs/guides/2015-08-19-faq.md b/supporting-docs/guides/2015-08-19-faq.md index 0dc23846..8192e4e7 100644 --- a/supporting-docs/guides/2015-08-19-faq.md +++ b/supporting-docs/guides/2015-08-19-faq.md @@ -4,7 +4,7 @@ title: FAQ date: 2015-08-19 16:58:07 categories: guides --- - + # FAQ {:.no_toc} diff --git a/supporting-docs/guides/2016-01-01-index.md b/supporting-docs/guides/2016-01-01-index.md new file mode 100644 index 00000000..03b97858 --- /dev/null +++ b/supporting-docs/guides/2016-01-01-index.md @@ -0,0 +1,15 @@ +--- +layout: default +categories: guides +--- +
+ +

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 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!

+ +
diff --git a/supporting-docs/guides/2016-01-05-code_of_conduct.md b/supporting-docs/guides/2016-01-05-code_of_conduct.md index c0f8d619..b2ad373a 100644 --- a/supporting-docs/guides/2016-01-05-code_of_conduct.md +++ b/supporting-docs/guides/2016-01-05-code_of_conduct.md @@ -4,7 +4,7 @@ version: v1.0 title: Code of Conduct categories: guides --- - + # Matrix Code of Conduct diff --git a/supporting-docs/projects/2016-02-05-index.md b/supporting-docs/projects/2016-02-05-try-matrix-now.md similarity index 100% rename from supporting-docs/projects/2016-02-05-index.md rename to supporting-docs/projects/2016-02-05-try-matrix-now.md