-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdocfx.json
More file actions
33 lines (33 loc) · 724 Bytes
/
docfx.json
File metadata and controls
33 lines (33 loc) · 724 Bytes
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
28
29
30
31
32
33
{
"metadata": [
{
"src": [
{
"files": [ "**/*.csproj" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"src": "src"
}
],
"dest": "obj/api",
"disableGitFeatures": false,
"disableDefaultFilter": false,
"properties": { "TargetFramework": "netstandard2.0" }
}
],
"build": {
"content": [
{
"files": [ "**/*.yml" ],
"src": "obj/api",
"dest": "api"
}
],
"globalMetadata": {
"_appTitle": "CryptoCompare C# client",
"_enableSearch": true
},
"markdownEngineName": "markdig",
"dest": "docs",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}