54 lines
987 B
JSON
54 lines
987 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": ".././",
|
|
"files": [
|
|
"**/*.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"properties": {
|
|
"TargetFramework": "net8.0"
|
|
}
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"toc.yml",
|
|
"index.md",
|
|
"introduction.md",
|
|
"getting-started.md",
|
|
"api/*.yml",
|
|
"api/toc.yml"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"template": [
|
|
"default",
|
|
"templates/discordfx"
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "CapyKit Documentation",
|
|
"_appTitle": "CapyKit Documentation",
|
|
"_enableSearch": true,
|
|
"pdf": false
|
|
}
|
|
}
|
|
}
|