31 lines
687 B
JSON
31 lines
687 B
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{ "files": ["BotPages.Core/BotPages.Core.csproj"] },
|
|
{ "files": ["BotPages.Telegram/BotPages.Telegram.csproj"] },
|
|
{ "files": ["BotPages/BotPages.csproj"] }
|
|
],
|
|
"dest": "api",
|
|
"properties": {
|
|
"TargetFramework": "net8.0"
|
|
}
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{ "files": ["docs/**.md"] },
|
|
{ "files": ["README.md"] },
|
|
{ "files": ["api/**.yml"], "dest": "api" }
|
|
],
|
|
"resource": [
|
|
{ "files": ["docs/**.png", "docs/**.jpg", "docs/**.svg"] }
|
|
],
|
|
"dest": "_site",
|
|
"globalMetadata": {
|
|
"_enableSearch": true
|
|
},
|
|
"template": [ "default" ]
|
|
}
|
|
}
|