Добавлена документация
This commit is contained in:
30
docfx.json
Normal file
30
docfx.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user