Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/Raylib-cs/docfx.json
2026-04-04 10:30:39 +01:00

46 lines
754 B
JSON

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