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)