mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-04 09:06:07 +02:00
feat: Add documentation files including Code of Conduct, Contributing guidelines, and Security policy; update Markdown linting configuration and scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Client Articles
|
||||
|
||||
Articles related to the EchoHub TUI client built with Terminal.Gui v2.
|
||||
|
||||
## Topics
|
||||
|
||||
- Terminal.Gui v2 patterns and conventions
|
||||
- Theme system and customization
|
||||
- Command system reference
|
||||
- Configuration management
|
||||
@@ -0,0 +1,2 @@
|
||||
- name: Overview
|
||||
href: index.md
|
||||
@@ -0,0 +1,9 @@
|
||||
# Core Articles
|
||||
|
||||
Articles related to the EchoHub.Core shared library.
|
||||
|
||||
## Topics
|
||||
|
||||
- Data models and DTOs
|
||||
- SignalR contract interface
|
||||
- Validation constants and shared rules
|
||||
@@ -0,0 +1,2 @@
|
||||
- name: Overview
|
||||
href: index.md
|
||||
@@ -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.
|
||||
@@ -0,0 +1,11 @@
|
||||
# Server Articles
|
||||
|
||||
Articles related to the EchoHub server built with ASP.NET Core.
|
||||
|
||||
## Topics
|
||||
|
||||
- Authentication and JWT tokens
|
||||
- SignalR hub and real-time messaging
|
||||
- File upload and validation
|
||||
- Rate limiting configuration
|
||||
- Database schema and migrations
|
||||
@@ -0,0 +1,2 @@
|
||||
- name: Overview
|
||||
href: index.md
|
||||
@@ -0,0 +1,18 @@
|
||||
- name: Client
|
||||
items:
|
||||
- name: API Reference
|
||||
href: ../_api_meta/client/toc.yml
|
||||
- name: Articles
|
||||
href: client-articles/
|
||||
- name: Core
|
||||
items:
|
||||
- name: API Reference
|
||||
href: ../_api_meta/core/toc.yml
|
||||
- name: Articles
|
||||
href: core-articles/
|
||||
- name: Server
|
||||
items:
|
||||
- name: API Reference
|
||||
href: ../_api_meta/server/toc.yml
|
||||
- name: Articles
|
||||
href: server-articles/
|
||||
Reference in New Issue
Block a user