1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00
Files
authentication-service/docs/SUMMARY.md
Hugh Nimmo-Smith 49d4fae16f Migration guide
2023-09-13 14:57:01 +02:00

33 lines
972 B
Markdown

# Summary
# Introduction
- [About this documentation](./README.md)
# Setup
- [Introduction](./setup/README.md)
- [Installation](./setup/installation.md)
- [General configuration](./setup/general.md)
- [Database setup](./setup/database.md)
- [Homeserver configuration](./setup/homeserver.md)
- [Configuring a reverse proxy](./setup/reverse-proxy.md)
- [Running the service](./setup/running.md)
- [Migrating an existing homeserver](./setup/migration.md)
# Usage
- [Configuration file reference](./usage/configuration.md)
- [Using the service](./usage/usage.md)
- [Command line tool](./usage/cli/README.md)
- [`config`](./usage/cli/config.md)
- [`database`](./usage/cli/database.md)
- [`manage`](./usage/cli/manage.md)
- [`server`](./usage/cli/server.md)
- [`templates`](./usage/cli/templates.md)
# Development
- [Contributing](./development/contributing.md)
- [Architecture](./development/architecture.md)
- [Database](./development/database.md)