forked from SpiceSharp/SpiceSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
53 lines (53 loc) · 1.16 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"metadata": [
{
"src": [
{
"files": [ "SpiceSharp/bin/Debug/net45/*.dll" ]
}
],
"force": false,
"dest": "SpiceSharp/bin/api",
"properties": {
"TargetFramework": "net45"
}
}
],
"build": {
"content": [
{
"files": [ "api/*.yml", "*.yml" ],
"src": "SpiceSharp/bin"
},
{
"files": [
"*.md",
"*.yml",
"api/*.md", "api/*.yml",
"articles/*.md", "articles/*.yml",
"articles/**/*.md", "articles/**/*.yml"
],
"exclude": [ "appveyor.yml", ".travis.yml", "docs/**", "SpiceSharp/**" ]
}
],
"resource": [
{
"files": [
"api/images/**",
"articles/images/**",
"articles/**/images/**"
],
"exclude": [ "docs/**" ]
}
],
"globalMetadata" : {
"_appFaviconPath": "api/images/favicon.ico",
"_appLogoPath": "api/images/favicon.svg",
"_disableContribution": "true"
},
"dest": "docs",
"maxParallelism": 4,
"template": [ "default", "templates/material" ],
"force": true
}
}