Files
sless/doc/errors/log.md
T
“Naeel” b29b6c3d10 docs: initial project documentation
- architecture overview and stack
- project structure and development order
- API design (endpoints, models, runtimes)
- infrastructure overview (k8s cluster, S3, registry)
- decisions log with rationale
- progress tracker v1/v2
2026-03-06 09:51:01 +04:00

18 lines
345 B
Markdown

# Ошибки и решения
> Сюда записываем проблемы с которыми столкнулись и как их решили.
## Шаблон записи
```
## YYYY-MM-DD — Короткое описание проблемы
**Проблема:** ...
**Причина:** ...
**Решение:** ...
```
---