docs: update documentation to OKF v0.1 format
This commit is contained in:
+5
-1
@@ -11,7 +11,7 @@ scoreboard, an event window with a public countdown, theming, and admin
|
||||
controls.
|
||||
|
||||
The docs below are organized by purpose so agents can pull just the slice
|
||||
they need. Last regenerated 2026-07-23T03:09:36Z.
|
||||
they need. Last regenerated 2026-07-23T03:45:00Z.
|
||||
|
||||
# Architecture
|
||||
|
||||
@@ -90,6 +90,10 @@ they need. Last regenerated 2026-07-23T03:09:36Z.
|
||||
* [Challenges Board](/guides/challenges-board.md) - How a signed-in
|
||||
player navigates `/challenges`, opens the modal, submits a flag, and
|
||||
watches live solve updates.
|
||||
* [Per-User `solvedByMe` Across the Session Boundary](/guides/challenges-per-user-state.md) -
|
||||
How `ChallengesStore`, `HomeComponent`, and the challenges page
|
||||
cooperate so PlayerA's `solvedByMe` flags never leak into PlayerB's
|
||||
view across logout/login or peer-tab invalidation.
|
||||
* [Change Password](/guides/change-password.md) - How a signed-in user
|
||||
changes their own password, including every error branch and the
|
||||
refresh-token revocation behavior.
|
||||
|
||||
Reference in New Issue
Block a user