43 lines
804 B
JSON
43 lines
804 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../CapyKit",
|
|
"files": [
|
|
"CapyKit.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"filter": "filterConfig.yml"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"_site/**",
|
|
"filterConfig.yml",
|
|
"templates/**"
|
|
]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"template": [
|
|
"default",
|
|
"modern",
|
|
"templates/material"
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "CapyKit",
|
|
"_appTitle": "CapyKit Documentation",
|
|
"_enableSearch": true,
|
|
"pdf": false
|
|
}
|
|
}
|
|
}
|