1
0

Add some section pages

These pages simply act as a container for other pages, but also serve to provide
an introduction and explanation for the pages to come. We can also use it to
describe what topics should be covered in the section, to help others organise
new documentation pages.
This commit is contained in:
Andrew Morgan
2021-05-26 02:06:33 +01:00
parent 1e029761ba
commit bee8edc7f0
14 changed files with 117 additions and 8 deletions

3
docs/setup/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Setup
In this section, you will learn how to install and configure your own Synapse homeserver.

View File

@@ -0,0 +1,7 @@
<!--
Include the contents of INSTALL.md from the project root without moving it, which may
break links around the internet. Additionally, note that SUMMARY.md is unable to
directly link to content outside of the docs/ directory. So we use this file as a
redirection.
-->
{{#include ../../INSTALL.md}}