-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdocfx.json
More file actions
35 lines (35 loc) · 851 Bytes
/
docfx.json
File metadata and controls
35 lines (35 loc) · 851 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
34
35
{
"metadata": [{
"src": [{
"files": [
"*.csproj"
],
"exclude": ["**/bin/**", "**/obj/**"],
"cwd": "."
}],
"properties": {
"TargetFrameworks": "net452"
},
"dest": "obj/10.0.2/api",
"shouldSkipMarkup": true
}],
"build": {
"content": [
{ "files": ["**/*.yml", "api/*.md"], "src": "obj/10.0.2", "dest": "10.0.2" }
],
"globalMetadata": {
"_appTitle": "Some Documentation",
"_disableContribution": true,
"_appFooter": " ",
"_navRel": "../toc.html"
},
"template": [
"default",
"template"
],
"overwrite": [
{ "files": ["*.md"] }
],
"dest": "_site"
}
}