mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
fix: Update API documentation links and remove unnecessary file types from docfx configuration
This commit is contained in:
+3
-3
@@ -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"]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user