mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-17 07:11:29 -06:00
53 lines
935 B
JSON
53 lines
935 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../src",
|
|
"files": [
|
|
"**/*.csproj"
|
|
],
|
|
"exclude": [
|
|
"**/bin/**",
|
|
"**/obj/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"template": [
|
|
"default",
|
|
"modern"
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "TrailBase",
|
|
"_appTitle": "TrailBase",
|
|
"_appLogoPath": "images/logo_48.svg",
|
|
"_appFaviconPath": "images/favicon.svg",
|
|
"_enableSearch": true,
|
|
"pdf": false
|
|
}
|
|
}
|
|
}
|