fix: Update API documentation links and remove unnecessary file types from docfx configuration

This commit is contained in:
HueByte
2026-02-19 09:55:52 +01:00
parent ff9c264f4b
commit 16e0b0743d
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -4,14 +4,14 @@ Browse the generated API documentation for each EchoHub project.
## Projects
### [Client](client/EchoHub.Client.yml)
### Client
Terminal.Gui v2 TUI application -- UI components, services, themes, and configuration.
### [Core](core/EchoHub.Core.Constants.yml)
### Core
Shared library -- DTOs, models, constants, and the SignalR client contract.
### [Server](server/EchoHub.Server.Controllers.yml)
### Server
ASP.NET Core server -- controllers, hubs, authentication, and data access.
+3 -3
View File
@@ -41,19 +41,19 @@
{
"src": "_api_meta/core",
"dest": "api/core",
"files": ["*.yml", ".manifest"],
"files": ["*.yml"],
"exclude": ["toc.yml"]
},
{
"src": "_api_meta/server",
"dest": "api/server",
"files": ["*.yml", ".manifest"],
"files": ["*.yml"],
"exclude": ["toc.yml"]
},
{
"src": "_api_meta/client",
"dest": "api/client",
"files": ["*.yml", ".manifest"],
"files": ["*.yml"],
"exclude": ["toc.yml"]
}
],