1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-07 22:41:18 +03:00
Files
authentication-service/docs/SUMMARY.md
Quentin Gliech 4e31fc6c84 Get rid of warp
2022-04-06 17:35:29 +02:00

25 lines
607 B
Markdown

# Summary
# Introduction
- [About this documentation](./README.md)
# Usage
- [Installation](./usage/installation.md)
- [Configuration](./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
- [Architecture](./development/architecture.md)
- [Database](./development/database.md)
- [Routing with `axum`]()
- [Templates]()