Files
EchoHub/docs/docfx.json
T

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"
}
}