generated from chrdek/linqpath_prerel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
27 lines (27 loc) · 1.49 KB
/
docfx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"metadata": [{
"src": "**/*.csproj",
"dest": "docs",
"references": [
"./bin/Debug/net462/Queryabl.dll"
]
}],
"build": {
"globalMetadata": {
"_appTitle": "Package Documentation",
"_appName": " Queryabl.DataCalc Package",
"_appFooter": " <i><a class='xref external' href='https://www.nuget.org/packages/Queryabl.DataCalc/' target='_blank' rel='noopener noreferrer nofollow'>NuGet Package @ v1.9.16</a></i> - <strong>Generated by DocFX</strong>",
"_appLogoPath": "queryabl_datacalc.png",
"_appFaviconPath": "queryabl_datacalc.ico",
"_enableSearch": true,
"_enableNewTab": true,
"_disableGitFeatures":false,
"_disableContribution":true
},
"template": ["default","modern"],
"content": [{
"files": [ "docs/*.yml" ]
}],
"resource": [{ "files": ["docs/res/*.md"] }]
}
}