mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../src",
|
|
"files": [
|
|
"EchoHub.Core/EchoHub.Core.csproj",
|
|
"EchoHub.Server/EchoHub.Server.csproj",
|
|
"EchoHub.Client/EchoHub.Client.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"properties": {
|
|
"TargetFramework": "net10.0"
|
|
}
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|