refuel.mixedup.dev/docfx.json
H. Utku Maden 9592f4f8e4
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 8s
Update workflow.
2025-01-25 19:22:39 +03:00

56 lines
1017 B
JSON

{
"metadata": [
{
"src": [
{
"src": "src",
"files": [
"**/*.csproj",
"**/bin/Release/*.dll"
],
"exclude": [
"ReMime/ReMime.Tests/**",
"ReFuel/tests/**",
"ReFuel/lib/**"
]
}
],
"dest": "api",
"properties": {
"TargetFramework": "net6.0"
}
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}", "api/*.yml"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appName": "",
"_appTitle": "ReFuel",
"_appLogoPath": "images/rfbanner_red_scaled.svg",
"_appFaviconPath": "images/rf_favicon_red_condensed.png",
"_enableSearch": true,
"pdf": true
}
}
}