mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
67 lines
1.3 KiB
JSON
67 lines
1.3 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../src/EchoHub.Core/bin/Release/net10.0",
|
|
"files": ["EchoHub.Core.dll"]
|
|
}
|
|
],
|
|
"dest": "api/core"
|
|
},
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../src/EchoHub.Server/bin/Release/net10.0",
|
|
"files": ["EchoHub.Server.dll"]
|
|
}
|
|
],
|
|
"dest": "api/server"
|
|
},
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../src/EchoHub.Client/bin/Release/net10.0",
|
|
"files": ["EchoHub.Client.dll"]
|
|
}
|
|
],
|
|
"dest": "api/client"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"template": [
|
|
"default",
|
|
"modern"
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "EchoHub",
|
|
"_appTitle": "EchoHub Documentation",
|
|
"_enableSearch": true,
|
|
"_disableContribution": false,
|
|
"_gitContribute": {
|
|
"repo": "https://github.com/HueByte/EchoHub",
|
|
"branch": "master"
|
|
}
|
|
},
|
|
"markdownEngineName": "markdig"
|
|
}
|
|
}
|