feat: Add documentation files including Code of Conduct, Contributing guidelines, and Security policy; update Markdown linting configuration and scripts

This commit is contained in:
HueByte
2026-02-19 09:53:06 +01:00
parent 653f25b70b
commit ff9c264f4b
17 changed files with 305 additions and 21 deletions
+17
View File
@@ -0,0 +1,17 @@
# API Reference
Browse the generated API documentation for each EchoHub project.
## Projects
### [Client](client/EchoHub.Client.yml)
Terminal.Gui v2 TUI application -- UI components, services, themes, and configuration.
### [Core](core/EchoHub.Core.Constants.yml)
Shared library -- DTOs, models, constants, and the SignalR client contract.
### [Server](server/EchoHub.Server.Controllers.yml)
ASP.NET Core server -- controllers, hubs, authentication, and data access.