docs: update documentation to OKF v0.1 format

This commit is contained in:
OpenVelo Agent
2026-07-22 13:06:31 +00:00
parent b7e0f3c608
commit ec3c5fdcd3
3 changed files with 51 additions and 13 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
---
type: architecture
title: Key Files Index
description: One-line responsibility for important source files, including authenticated event streaming.
description: One-line responsibility for important source files, including authenticated event streaming and validated site-logo uploads.
tags: [architecture, index, key-files]
timestamp: 2026-07-22T10:32:00Z
---
@@ -22,6 +22,7 @@ timestamp: 2026-07-22T10:32:00Z
| `backend/src/modules/system/system.service.ts` | Builds the public bootstrap payload. |
| `backend/src/modules/auth/auth.controller.ts` | Registers authentication and account endpoints. |
| `backend/src/modules/auth/auth.service.ts` | Handles sessions, authentication, registration, and password changes. |
| `backend/src/modules/uploads/uploads.controller.ts` | Registers admin-only multipart uploads, including Sharp-backed site-logo format validation. |
# Frontend