-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathdocfx.json
47 lines (45 loc) · 1.05 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
{
"metadata": [
{
"src": [
{
"src": "../Endpoint-Libraries/Dotnet/GHIElectronics.Endpoint.Libraries",
"files": [
"/GHIElectronics.Endpoint.Libraries.sln"
]
}
],
"dest": "endpoint/api",
"disableDefaultFilter": false,
"filter": "filterConfig.yml"
}
],
"build": {
"content": [
{
"files": [ "**/*.{md,yml}" ],
"exclude": [ "obj/**", "docs/**" ]
}
],
"resource": [
{
"files": [ "**/*.png", "**/*.gif", "**/*.jpg", "**/*.ico", "**/*.pdf", "**/*.img" ],
"exclude": [ "obj/**", "docs/**" ]
}
],
"dest": "docs",
"noLangKeyword": false,
"keepFileLink": false,
"globalMetadata": {
"_appFooter": "<span>Copyright © 2024 GHI Electronics, LLC<br>Generated by DocFX</span>",
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/favicon.ico",
"_enableSearch": true,
"_enableNewTab": true
},
"template": [
"default",
"modern"
]
}
}