moving things around
This commit is contained in:
parent
2890d282e3
commit
0e6a9af434
4 changed files with 17 additions and 2 deletions
|
@ -4,7 +4,7 @@ title: FAQ
|
|||
date: 2015-08-19 16:58:07
|
||||
categories: guides
|
||||
---
|
||||
<link href="/docs/guides/css/faq.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/docs/css/faq.css" type="text/css" rel="stylesheet" />
|
||||
|
||||
# FAQ
|
||||
{:.no_toc}
|
||||
|
|
15
supporting-docs/guides/2016-01-01-index.md
Normal file
15
supporting-docs/guides/2016-01-01-index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: default
|
||||
categories: guides
|
||||
---
|
||||
<div class="home">
|
||||
|
||||
<h1>Guides</h1>
|
||||
|
||||
<p>Here is a collection of guides that might help you get involved with Matrix.</p>
|
||||
<p>First, there is the <a href="./getting_involved.html" title="Getting Involved">Getting Involved</a> guide, which explains various ways of getting started with Matrix.</p>
|
||||
<p>The <a href="/docs/howtos/client-server.html" title="Client-Server API">Client-Server API</a> 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".</p>
|
||||
<p>The <a href="./application_services.html" title="Application services">Application services</a> guide introduces and explains Application services, and what they can be used for.
|
||||
<p>Finally there is the <a href="./faq.html" title="FAQ">FAQ</a>, which tries to answer all your questions relating to Matrix!</p>
|
||||
|
||||
</div>
|
|
@ -4,7 +4,7 @@ version: v1.0
|
|||
title: Code of Conduct
|
||||
categories: guides
|
||||
---
|
||||
<link href="/docs/guides/css/faq.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/docs/css/faq.css" type="text/css" rel="stylesheet" />
|
||||
|
||||
|
||||
# Matrix Code of Conduct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue