mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "..",
|
|
"files": [
|
|
"GFramework.Core/GFramework.Core.csproj",
|
|
"GFramework.Core.Abstractions/GFramework.Core.Abstractions.csproj",
|
|
"GFramework.Game/GFramework.Game.csproj",
|
|
"GFramework.Game.Abstractions/GFramework.Game.Abstractions.csproj",
|
|
"GFramework.Godot/GFramework.Godot.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"filter": "filterConfig.yml",
|
|
"properties": {
|
|
"TargetFramework": "net8.0"
|
|
}
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{ "files": [ "index.md" ] },
|
|
{ "files": [ "api/**.yml", "api/index.md" ] },
|
|
{
|
|
"files": [ "**.md", "**/toc.yml" ],
|
|
"src": "../docs"
|
|
}
|
|
],
|
|
"dest": "_site",
|
|
"template": [ "default" ],
|
|
"globalMetadata": {
|
|
"_appTitle": "GFramework Documentation",
|
|
"_enableSearch": true,
|
|
"_appFooter": "Copyright © 2026 GeWuYou. All rights reserved.",
|
|
"pdf": false
|
|
},
|
|
"xref": [
|
|
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
|
|
]
|
|
}
|
|
}
|