1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00
Files
authentication-service/docs/README.md
2023-07-28 17:13:07 +02:00

12 lines
542 B
Markdown

# About this documentation
This documentation is intended to give an overview of how the `matrix-authentication-service` works, both from an admin perspective and from a developer perspective.
The documentation itself is built using [mdBook](https://rust-lang.github.io/mdBook/).
A hosted version is available at <https://matrix-org.github.io/matrix-authentication-service/>.
## Links
- Technical documentation for individual crates: [`rustdoc`](./rustdoc/mas_handlers/index.html)
- UI components: [`storybook`](./storybook/index.html)