diff --git a/docs/api-client.md b/docs/api-client.md index a173a55..155fd08 100644 --- a/docs/api-client.md +++ b/docs/api-client.md @@ -1,4 +1,4 @@ -# API client (`lib/api/`) +# API client The Dart API client at `lib/api/` is **generated**, not hand-written. It is produced by [openapi-generator](https://openapi-generator.tech) (`dart-dio` generator) from diff --git a/docs/architecture-modes.md b/docs/architecture-modes.md index ffe3b4c..55a17a1 100644 --- a/docs/architecture-modes.md +++ b/docs/architecture-modes.md @@ -1,4 +1,4 @@ -# App modes: Account vs Private (secure) +# App modes Schuly runs in one of two modes, chosen at the gate. Both read the same school systems from the same backend catalog; the difference is **who signs the user in**