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