Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api-client.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture-modes.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
Loading