refuel.mixedup.dev/docfx.json

47 lines
771 B
JSON
Raw Normal View History

2024-06-13 19:42:33 +02:00
{
"metadata": [
{
"src": [
{
"src": "../src",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"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
}
}
}