Добавлена документация

This commit is contained in:
FrigaT
2025-12-24 05:55:26 +03:00
parent 41986987b1
commit 833d8c80d9
14 changed files with 405 additions and 89 deletions

30
docfx.json Normal file
View 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" ]
}
}