Add document

This commit is contained in:
2026-03-26 12:51:07 +09:00
parent 447a4e6904
commit 0a2eb619eb
113 changed files with 63938 additions and 0 deletions

46
doc/docfx.json Normal file
View File

@@ -0,0 +1,46 @@
{
"$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
}
}
}