refuel.mixedup.dev/docfx.json

54 lines
957 B
JSON
Raw Permalink Normal View History

2024-06-13 19:42:33 +02:00
{
"metadata": [
{
"src": [
{
2024-06-14 22:02:02 +02:00
"src": "src",
2024-06-13 19:42:33 +02:00
"files": [
2024-06-14 22:02:02 +02:00
"**/*.csproj",
"**/bin/Release/*.dll"
],
"exclude": [
"ReMime/ReMime.Tests/**"
2024-06-13 19:42:33 +02:00
]
}
],
2024-06-14 22:02:02 +02:00
"dest": "api",
"properties": {
"TargetFramework": "net6.0"
}
2024-06-13 19:42:33 +02:00
}
],
"build": {
"content": [
{
"files": [
2024-06-14 22:02:02 +02:00
"**/*.{md,yml}", "api/*.yml"
2024-06-13 19:42:33 +02:00
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
2024-06-14 21:46:18 +02:00
"_appName": "",
2024-06-13 19:42:33 +02:00
"_appTitle": "ReFuel",
2024-06-14 21:46:18 +02:00
"_appLogoPath": "images/rfbanner_red_scaled.svg",
"_appFaviconPath": "images/rf_favicon_red_condensed.png",
2024-06-13 19:42:33 +02:00
"_enableSearch": true,
"pdf": true
}
}
}