mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: Update API documentation links and remove unnecessary file types from docfx configuration
This commit is contained in:
+3
-3
@@ -4,14 +4,14 @@ Browse the generated API documentation for each EchoHub project.
|
|||||||
|
|
||||||
## Projects
|
## Projects
|
||||||
|
|
||||||
### [Client](client/EchoHub.Client.yml)
|
### Client
|
||||||
|
|
||||||
Terminal.Gui v2 TUI application -- UI components, services, themes, and configuration.
|
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.
|
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.
|
ASP.NET Core server -- controllers, hubs, authentication, and data access.
|
||||||
|
|||||||
+3
-3
@@ -41,19 +41,19 @@
|
|||||||
{
|
{
|
||||||
"src": "_api_meta/core",
|
"src": "_api_meta/core",
|
||||||
"dest": "api/core",
|
"dest": "api/core",
|
||||||
"files": ["*.yml", ".manifest"],
|
"files": ["*.yml"],
|
||||||
"exclude": ["toc.yml"]
|
"exclude": ["toc.yml"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "_api_meta/server",
|
"src": "_api_meta/server",
|
||||||
"dest": "api/server",
|
"dest": "api/server",
|
||||||
"files": ["*.yml", ".manifest"],
|
"files": ["*.yml"],
|
||||||
"exclude": ["toc.yml"]
|
"exclude": ["toc.yml"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "_api_meta/client",
|
"src": "_api_meta/client",
|
||||||
"dest": "api/client",
|
"dest": "api/client",
|
||||||
"files": ["*.yml", ".manifest"],
|
"files": ["*.yml"],
|
||||||
"exclude": ["toc.yml"]
|
"exclude": ["toc.yml"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user