forked from ghi-electronics/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
30 lines (30 loc) · 714 Bytes
/
docfx.json
File metadata and controls
30 lines (30 loc) · 714 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
{
"build": {
"content": [
{
"files": [ "**/*.md" ],
"exclude": [ "obj/**", "docs/**" ]
}
],
"resource": [
{
"files": [ "**/*.png", "**/*.gif", "**/*.jpg", "**/*.ico", "**/*.pdf" ],
"exclude": [ "obj/**", "docs/**" ]
}
],
"dest": "docs",
"noLangKeyword": false,
"keepFileLink": false,
"globalMetadata": {
"_appFooter": "<span>Copyright © 2021 GHI Electronics, LLC<br>Generated by DocFX</span>",
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/favicon.ico",
"_enableSearch": true,
"_enableNewTab": true
},
"template": [
"default",
"templates/darkfx"
]
}
}