From 14d1c904c0a9e5882c7793c01877de8ceb4442af Mon Sep 17 00:00:00 2001 From: Aine Date: Fri, 29 Nov 2024 16:58:30 +0200 Subject: [PATCH] add docs/README.md --- docs/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..189b602 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,30 @@ +# Documentation + +Synapse Admin documentation is under construction right now, so PRs are greatly appreciated! + +Table of contents: + + +* [Configuration](#configuration) +* [Features](#features) +* [Deployment](#deployment) + + + +## Configuration + +[Full configuration documentation](./config.md) + +Specific configuration options: + +* [Restricting available homeserver](./restrict-hs.md) +* [System / Appservice-managed Users](./system-users.md) +* [Custom Menu Items](./custom-menu.md) + +## Features + +* [User Badges](./user-badges.md) + +## Deployment + +* [Serving Synapse Admin behind a reverse proxy](./reverse-proxy.md)