Commit Graph

1 Commits

Author SHA1 Message Date
Kyryll O. b4d214d9c3 feat: add HelpModule (HelpController, HelpService) for standardized FAQ/HELP system
HelpModule auto-discovers articles from help/*.md files or articles.json.
Exposes GET /api/help (articles list) and GET /api/help/:id (markdown content).
Supports i18n via {id}.{lang}.md file pattern.
2026-06-03 15:41:48 +03:00