Files
GhostEngine/doc/docfx.json
2026-03-26 12:51:07 +09:00

47 lines
782 B
JSON

{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"src": "../src",
"files": [
"Runtime/Ghost.Entities/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appName": "GhostEngine",
"_appTitle": "GhostEngine",
"_enableSearch": true,
"pdf": true
}
}
}